Skip to content

Releases: CodeYellowBV/mobx-spine-ts

Test TS translation of the new MobX spine JS features

30 Jun 16:06
Compare
Choose a tag to compare

In the past years, several features and tests were added to the original MobX spine written in JavaScript. An attempt was made to translate all these features to TypeScript, and this release is the result. Time to test!

Bugfixes

26 Jan 15:37
Compare
Choose a tag to compare

Just some bugfixes

Add support for base64 files

26 Aug 13:52
Compare
Choose a tag to compare
Pre-release
v0.30.2-beta

First attempt to add support for base64 files

Actually build the features added in v0.30.0-beta

23 Aug 10:10
Compare
Choose a tag to compare
v0.30.1-beta

Build the new features

Add support for the 'health features'

23 Aug 10:09
Compare
Choose a tag to compare
Pre-release
v0.30.0-beta

Add negative ids, copy, and validate

Target es5

20 Aug 10:26
Compare
Choose a tag to compare
Target es5 Pre-release
Pre-release
v0.29.21-beta

target es5

Add static Model.primaryKey constant

19 Aug 13:10
Compare
Choose a tag to compare
Pre-release
v0.29.20-beta

Add primaryKey constant with value "id"

Try older axios version

19 Aug 12:03
Compare
Choose a tag to compare
Pre-release
v0.29.19-beta

Try older axios version

Check relevance before calling fromBackend

19 Aug 10:09
Compare
Choose a tag to compare
0.29.18-beta

Check relevance before calling fromBackend on relations

Remove the _meta handling code

19 Aug 09:29
Compare
Choose a tag to compare
Pre-release
Revert "Attempt to handle _meta responses"

This reverts commit b3d09b7ec8bf0047e37cbed62d1502163317c02a.
The JavaScript mobx-spine doesn't seem to handle _meta responses and this seems to be the cause of a tracy integration test failure, so I will disable this and see what happens.