Releases: jsonapi-suite/jsorm
Releases · jsonapi-suite/jsorm
Hopefully fix belongsTo/hasMany/hasOne decorators for es6
Merge pull request #100 from wadetandy/master Return assoc propertyDescriptor from decorators
Typescript 2.8 compatibility
v1.3.0 Update changelog
Fix UMD Builds
v1.2.1 Bump Version
Improvements to JWT Storage logic
Merge pull request #90 from wadetandy/master Bump version
1.0.3
Publishing correct version
v1.0.2 Bump version
Initial Beta Release of 1.0 overhaul
v1.0.0-beta1 Merge branch '1.x-dev' of https://github.com/jsonapi-suite/jsorm into…
Fix release
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
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
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.