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
234567Next

0.17.0-rc.0

Diff

haveyaseen
published 0.16.2 •

Changelog

Source

0.16.2

  • Fix upsert when virtual fields have not been passed during creation: Don't attempt to delete from non-existing index. (#543)
  • Fix failing deletion of many-to-many fields with custom accessor names. (#552)
  • Update Babel-related dependencies. (#544)
haveyaseen
published 0.16.1 •

Changelog

Source

0.16.1

  • Fixed map selectors being stored under the same key. (ad9d0c7)
  • Prevent map selectors from returning unrelated refs. (27bddb6)
haveyaseen
published 0.16.0 •

Changelog

Source

0.16.0

  • Removed unnecessary branches (#316)
  • Optimized objectShallowEquals using every instead of forEach (#317)

This release should not be breaking. It is a new minor version only to safeguard from potential edge cases.

haveyaseen
published 0.15.1 •

Changelog

Source

0.15.1

Fix memoization for map selectors. (#318)

Consider the selector createSelector(orm.Book.authors.map(orm.Author.name)). When the list of a book's authors didn't change but one of the authors' names changed, the selector would still return the old name.

haveyaseen
published 0.15.0 •

Changelog

Source

0.15.0

  • Serializing the database using JSON.stringify is now officially supported and tested. This allows using redux-persist without any special configuration again. We no longer use a symbol to detect state objects, so you may need to add a migration to make this work with older persisted states. (#321)
  • Fixed 'desc' values for ordering query sets. (#311)
  • Fixed a bug with field selectors for self-referencing fields not being able to infer the model that the fields point to. (#315)
haveyaseen
published 0.14.1 •

Changelog

Source

0.14.1

  • Use Symbol.for to create symbols in the global symbol registry. (#290)

Allows you to use Redux-ORM across JavaScript contexts again.

haveyaseen
published 0.14.0 •

Changelog

Source

0.14.0

  • Much easier selectors for common use-cases. (#257)
  • Specify related models using Model classes instead of strings. (#266)
  • Pass custom accessor names for many-to-many fields to be able to access initially passed data. (#279)
haveyaseen
published 0.14.0-rc.3 •

haveyaseen
published 0.14.0-rc.2 •

234567Next
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