Skip to content

Latest commit

 

History

History
107 lines (48 loc) · 4.97 KB

CHANGELOG.md

File metadata and controls

107 lines (48 loc) · 4.97 KB

2.0.4 (2019-08-19)

Bug Fixes

  • chore: updated and cleaned up documentation for readability + fix path.posix bug(#187)(a32e628)

2.0.3 (2019-06-17)

Bug Fixes

  • authenticationMiddleware config (#183) (d9654bd)
  • documentation error, error class missing message argument (#177) (3680a31)

Features

  • pull in binary resource controller and parameters file into v4_0_0 (#181) (db5a344)

2.0.2 (2019-05-22)

Features

  • Custom errors and updated documentation (#176) (7e4a8bb)

2.0.1 (2019-05-15)

2.0.0 (2019-05-15)

1.4.2 (2019-05-14)

1.4.1 (2019-04-09)

Bug Fixes

  • rename __resourceType to resourceType in controllers (#162) (4934c89)

1.4.0 (2019-04-03)

Bug Fixes

  • update observation controller to use response utils (#155) (b529ce4)

Features

  • Custom Error Implementation (#154) (968377d)
  • direct users to stack overflow for questions with new tags (#158) (3a83a43)

BREAKING CHANGES

  • Custom makeResource needs to change Resource.__resourceType to Resource.resourceType. New version of resources no longer use the double underscore since they use Object.defineProperty.

  • fix: one of the issues with casing in joining arguments

  • Removed old resources

  • Updated all resources to use lowercase versions

  • Updated resources to use the new version which includes recursive properties

  • Incremented package.json version

  • fix: typo in capability statement

1.3.1 (2019-02-12)

Bug Fixes

  • do not override the methods if defined in the config (#124) (6eff570)
  • issue with incorrect url being set when configuring CORS pre-flight (#123) (5b650a6)
  • package.json to reduce vulnerabilities (#144) (95c82d4)

Features

1.2.0 (2018-10-25)