Skip to content

Latest commit

 

History

History
132 lines (58 loc) · 4.04 KB

CHANGELOG.md

File metadata and controls

132 lines (58 loc) · 4.04 KB

Changelog

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)

Bug Fixes

  • vulnerability in os-locale detected by tidelift (d4bd1f2)

1.0.2 (2018-12-03)

1.0.0 (2018-12-03)

Features

  • add configuration to the API using jsonld2objWithConfig (df1279c)
  • MultiVal class now has values() and keys() methods (f23f847)

BREAKING CHANGES

  • the old method first() has been removed in favor of keys() and values().

0.7.0 (2018-11-16)

Features

  • add function mutateAddInverse (3f3c5a7)

0.6.0 (2018-07-30)

Features

  • add function mutateAddInverse (a44b1f9)

0.5.0 (2018-07-18)

Bug Fixes

  • many changes how flattened json-ld is converted (dcee394)

0.4.0 (2018-07-16)

Features

  • derive inverse properties automatically (4d34961)

0.3.1 (2018-07-13)

Bug Fixes

  • type resolution copied the object rather than referencing it (9c1b62d)

0.3.0 (2018-07-13)

Features

  • resolve [@type](https://github.com/type) automatically and establish bidirectional links (4e4ab4d)

0.2.1 (2018-07-13)

Bug Fixes

  • jsonld needs flatten instead of compact (2036240)

0.2.0 (2018-07-13)

Bug Fixes

  • use json flatten() instead of compact() to get @graph (5b433ce)
  • using compact instead of flatten again (2442a71)

Features

  • add base() which creates a jsonld context with just [@base](https://github.com/base) entry (89a9aa0)
  • add mutateGraphKeys that can shorten long property names (f3cf899)