Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

28 lines (17 loc) · 1.09 KB

2.0.0 (2020-06-07)

Continuous Integration

  • node-versions: updated tested node versions to match currently supported LTS versions (1fcb3fb)

BREAKING CHANGES

  • node-versions: dropped support for node versions that have reached EOL

1.1.1 (2018-09-23)

Bug Fixes

  • readme: made a meaningless change to trigger a release (1828b54)

Release Notes

  • 0.1.0 2013-11-21: Initial release
  • 0.1.1 2013-11-21: Leave source object untouched while parsing
  • 0.2.0 2013-11-22: Make the source object of a parsed resource available (useful for embedded resources)
  • 0.3.0 2014-06-27: Parse curies
  • 0.4.0 2014-12-05: Check if link object is an actual object or a primitive
  • 1.0.0 2015-05-21: Export Resource object for extension (thanks to @joshuajabbour)
  • 1.1.0 2018-09-09: Add 'injectLogger' function