Skip to content

Releases: jsonapi-suite/jsorm

Hopefully fix belongsTo/hasMany/hasOne decorators for es6

17 May 19:46
a8748e6
Compare
Choose a tag to compare
Merge pull request #100 from wadetandy/master

Return assoc propertyDescriptor from decorators

Typescript 2.8 compatibility

01 May 19:43
Compare
Choose a tag to compare
v1.3.0

Update changelog

Fix UMD Builds

09 Apr 17:54
Compare
Choose a tag to compare
v1.2.1

Bump Version

Improvements to JWT Storage logic

28 Mar 14:52
5619edb
Compare
Choose a tag to compare
Merge pull request #90 from wadetandy/master

Bump version

1.0.3

27 Feb 16:08
Compare
Choose a tag to compare
v1.0.3

bump version

Publishing correct version

23 Feb 15:53
Compare
Choose a tag to compare
v1.0.2

Bump version

Initial Beta Release of 1.0 overhaul

26 Jan 21:56
Compare
Choose a tag to compare
Pre-release
v1.0.0-beta1

Merge branch '1.x-dev' of https://github.com/jsonapi-suite/jsorm into…

Fix release

10 Jan 15:32
Compare
Choose a tag to compare
Ensure relationship keys are de-camelized in write payload (#40)

* Ensure relationship payloads are decamelized strings

* Clean up test

* Use object instead of boolean

Fix mutli-word relationships; make generateAuthHeader more flexible

10 Jan 15:00
Compare
Choose a tag to compare
Ensure relationship keys are de-camelized in write payload (#40)

* Ensure relationship payloads are decamelized strings

* Clean up test

* Use object instead of boolean

Fix `__extends` helper in certain testing contexts

29 Dec 20:55
047fd94
Compare
Choose a tag to compare

When using the js-dom library in test environments, our custom __extend function wasn't wired up to the global context directly. This fixes the issue.