Socket
Socket
Sign inDemoInstall

redux-orm

Package Overview
Dependencies
7
Maintainers
4
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous124567Next

0.12.0

Diff

Changelog

Source

0.12.0

  • Fixed bug where using the ES5 version with ES6-based model classes would not work. #213
    • Unfortunately this hotfix contains a performance degradation, so only upgrade if you suffer from the above issue. We are working on an alternative solution.
haveyaseen
published 0.11.0 •

Changelog

Source

0.11.0

  • Potential breaking changes to model API:

    • Model#equals is now used by Model#update to prevent unnecessary updates in some cases when the intended updates would not change the current model. By default models will always be updated if any of the passed attributes have a different reference than the respective existing attribute. #204
    • Model.withId and resolving foreign key relationships no longer throw an error if the referenced model does not exist. Instead null is returned. #210
    • Model.exists now accepts passing a lookup object to check if any model instance matching the passed attributes exists. #209
    • Model.hasId has been replaced by Model.idExists. #209
  • Fixed QuerySet#toString. 12ce882

  • Upgraded to reselect v3.0.1. #208

  • Refactored fields.js, descriptors.js and small parts of Model.js. #210

haveyaseen
published 0.10.2 •

Changelog

Source

0.10.2

  • pkg.module now points to a new entrypoint at es/index.js adhering to the latest finalized ECMAScript version without non-standard language features. 3ab92b9 To use the original source in your application, please have your bundler resolve src/index.js as defined in pkg["jsnext:main"].
haveyaseen
published 0.10.1 •

Changelog

Source

0.10.1

  • Fixed filter functions not working when using strings as id attributes. #207
haveyaseen
published 0.10.0 •

Changelog

Source

0.10.0

  • Added memoization by instance. Prevents unnecessary full table scans when not interested in unchanged records. #185
  • Improved performance of many-to-many descriptors. #165
  • Faster model lookups by primary key (id). #158
  • Added @deprecated JSDoc tag to deprecated members and functions. #201
  • Added pkg.module path to package.json indicating path for ES6 module. May fix #53 for some people. #192
  • Introduced dependency on ES2015 Set. See Polyfill.
  • Added performance regression tests.
plandem
published 0.9.4 •

Changelog

Source

0.9.4

fix for filter/query #99

plandem
published 0.9.3 •

Changelog

Source

0.9.2 - 0.9.3

fix for many-many updates #136

plandem
published 0.9.2 •

Changelog

Source

0.9.2 - 0.9.3

fix for many-many updates #136

plandem
published 0.9.1 •

Changelog

Source

0.9.1

  • Added 'upsert' method to Model (insert or update behaviour)
  • Major updates for tests
  • CI integration
nathanbwaters
published 0.9.0 •

Changelog

Source

0.9.0

A lot. See the migration guide.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc