All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.9 (2022-01-14)
1.0.8 (2022-01-14)
1.0.7 (2020-05-05)
1.0.6 (2020-05-05)
1.0.5 (2020-05-05)
1.0.4 (2019-11-19)
1.0.3 (2018-12-04)
- vulnerability in os-locale detected by tidelift (d4bd1f2)
1.0.2 (2018-12-03)
1.0.0 (2018-12-03)
- add configuration to the API using jsonld2objWithConfig (df1279c)
- MultiVal class now has
values()
andkeys()
methods (f23f847)
- the old method
first()
has been removed in favor ofkeys()
andvalues()
.
0.7.0 (2018-11-16)
- add function mutateAddInverse (3f3c5a7)
0.6.0 (2018-07-30)
- add function mutateAddInverse (a44b1f9)
0.5.0 (2018-07-18)
- many changes how flattened json-ld is converted (dcee394)
0.4.0 (2018-07-16)
- derive inverse properties automatically (4d34961)
0.3.1 (2018-07-13)
- type resolution copied the object rather than referencing it (9c1b62d)
0.3.0 (2018-07-13)
- resolve
[@type](https://github.com/type)
automatically and establish bidirectional links (4e4ab4d)
0.2.1 (2018-07-13)
- jsonld needs flatten instead of compact (2036240)