Skip to content

Releases: iunu/mobx-async-store

Implementation of `bulkSave`

02 Jul 21:08
c52f800
Compare
Choose a tag to compare
  • implements bulkSave, a method which allows multiple records to be created/saved in a JSON:API bulk extension compliant way
  • refactors ObjectPromiseProxy to allow for bulkSave, but also just for organization's sake
  • slight refactor of jsonapi method to allow for more flexible formatting (so data can now be either an object as before, or an array for bulk requests)

v1.2.1

30 Jun 13:23
b1ac2ae
Compare
Choose a tag to compare
Add 200 OK DELETE status (#59)

v1.2.0

26 Jun 20:56
e377338
Compare
Choose a tag to compare
  • replace jquery-param with QueryString backed by qs

v1.1.0

25 Jun 20:38
ada7300
Compare
Choose a tag to compare
  • define Model#isEqual and Model#isSame
  • fix bug cloning relationships

v1.0.26

22 Jun 19:37
872c563
Compare
Choose a tag to compare

remove dependency on moment.js

Fix delete method and us observable map for records and cache

16 Jun 15:53
6bcb179
Compare
Choose a tag to compare
Merge pull request #53 from artemis-ag/fix-delete-method

Fix store delete method

v1.0.24

01 Jun 19:10
b29ca50
Compare
Choose a tag to compare
Merge pull request #51 from artemis-ag/implement-basic-lazy-load

Implement basic lazy load

v1.0.23

07 May 17:39
488c2dd
Compare
Choose a tag to compare
bump to 1.0.23 (#50)

v1.0.22

04 May 16:03
f5635e0
Compare
Choose a tag to compare

remove unnecessary dev dependencies

Fix create or update snapshot issue round 2

15 Apr 13:52
70b66bb
Compare
Choose a tag to compare
v1.0.21

Merge pull request #44 from artemis-ag/fix-create-or-update-snapshot-…