Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

50 lines (34 loc) · 2.08 KB

Version 1.0.1 (30th April 2021)

IE 11 backward compatibility support via core-js 3 polyfilling

Version 1.0.0 (2nd December 2020)

Deps update

Version 0.5.10 (17th June 2019)

Updated vulnerable deps

Version 0.5.9 (17th January 2019)

Deps update; istanbul -> nyc for code coverage reporting

Version 0.5.8 (16th January 2019)

Introduced resolved property (#38)

Version 0.5.7 (16th November 2018)

Added support for links (#37). Updated vulnerable deps

Version 0.5.6 (29th March 2018)

Added support for immutable.js (#34)

Version 0.5.5 (2nd January 2018)

Fixes bug, when object doesn't have any attributes (#32)

Version 0.5.4 (5th November 2017)

Private cache attributes are not enumerable for object returned by build (#31)

Version 0.5.3 (3d November 2017)

Object properties are enumerable (#25)

Version 0.5.2 (25th September 2017)

Added 'meta' support per spec (#22)

Version 0.5.1 (12th September 2017)

Fixed returning empty array for relationships without data when ignoreLinks is true (#20)

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 (#18)

Version 0.4.5 (09th July 2017)

Type is optionally propogated to objects (#16)

Version 0.4.4 (26th May 2017)

Added unminified version for development #15

Version 0.4.2 (6th May 2017)

Removed lodash from dependencies

Version 0.4.1 (5th May 2017)

Added options to disable lazy loading behavior for relationships and to suppress throwing error for remote relationships