Traverson Versions Save

A Hypermedia API/HATEOAS Client for Node.js and the Browser

v8.0.3

1 year ago

8.0.3 (2022-06-24)

Bug Fixes

  • deps: update dependency superagent to v8 (afc8a97)

v8.0.2

2 years ago

8.0.2 (2022-05-16)

Bug Fixes

  • deps: update dependency jsonpath-plus to ^0.20.0 (cb070cf)
  • deps: update dependency jsonpath-plus to v6 (ed828fd)
  • deps: update dependency url-template to v3 (d215b7d)

Reverts

  • dependency updates that were merged when CI was failing to trigger (0434605)

v8.0.1

2 years ago

8.0.1 (2022-02-04)

Bug Fixes

  • deps: update dependency superagent to v7 (cc5c3d6)

v8.0.0

2 years ago

8.0.0 (2022-02-03)

Features

  • node-versions: dropped support for EOL versions (cae9dd9)

BREAKING CHANGES

  • node-versions: versions of node that have reached EOL are no longer supported

v7.0.1

3 years ago

7.0.1 (2020-06-05)

Bug Fixes

  • browser: included the browser files in the published package (904efb2), closes #157

v7.0.0

4 years ago

7.0.0 (2020-02-28)

Bug Fixes

  • build: split the gruntfile to enable running the build separately (c487b18)
  • dependencies: bumped to the latest version of several packages (f03ef4b)

Build System

  • node-version: dropped support for node v8, which has reached EOL (14b6b44)

chore

  • engines: defined engines to match tested node versions (6f0f108)

Code Refactoring

  • limited the files included in the build to minimum required (b59a7b3)

Continuous Integration

  • node-versions: stopped building against unsupported node versions (b36aa83)
  • publish: dropped bower support (2915d6d)

BREAKING CHANGES

  • limited the published files to those used by the public api. use of private files could break with this change
  • node-version: node v8 has reached EOL and is no longer supported
  • engines: the engines property now limits supported node versions to v8 and above
  • publish: bower is being dropped as a supported platform
  • node-versions: dropped support for end-of-life'ed versions of node

v7.0.0-alpha.7

4 years ago

7.0.0-alpha.7 (2020-02-21)

Code Refactoring

  • limited the files included in the build to minimum required (b59a7b3)

BREAKING CHANGES

  • limited the published files to those used by the public api. use of private files could break with this change

v7.0.0-alpha.6

4 years ago

7.0.0-alpha.6 (2020-02-11)

Build System

  • node-version: dropped support for node v8, which has reached EOL (14b6b44)

BREAKING CHANGES

  • node-version: node v8 has reached EOL and is no longer supported

v7.0.0-alpha.5

4 years ago

7.0.0-alpha.5 (2019-06-15)

chore

  • engines: defined engines to match tested node versions (6f0f108)

BREAKING CHANGES

  • engines: the engines property now limits supported node versions to v8 and above

v7.0.0-alpha.4@alpha

4 years ago

7.0.0-alpha.4 (2019-06-15)

Bug Fixes

  • build: split the gruntfile to enable running the build separately (c487b18)