redux-object
Advanced tools
Changelog
Version 0.5.2 (25th September 2017)
Added 'meta' support per spec (https://github.com/yury-dymov/redux-object/issues/22)
Changelog
Version 0.5.1 (12th September 2017)
Fixed returning empty array for relationships without data when ignoreLinks is true (https://github.com/yury-dymov/redux-object/issues/20)
Changelog
Version 0.5.0 (13th July 2017)
Accessing related object not in the store returning id instead of null if related object is not loaded but id is available (https://github.com/yury-dymov/redux-object/issues/18)
Changelog
Version 0.4.5 (09th July 2017)
Type is optionally propogated to objects (https://github.com/yury-dymov/redux-object/issues/16)
Changelog
Version 0.4.4 (26th May 2017)
Added unminified version for development https://github.com/yury-dymov/redux-object/issues/15
Changelog
Version 0.4.2 (6th May 2017)
Removed lodash
from dependencies
Changelog
Version 0.4.1 (5th May 2017)
Added options to disable lazy loading behavior for relationships and to suppress throwing error for remote relationships