Skip to content

Latest commit

 

History

History
94 lines (51 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

94 lines (51 loc) · 1.53 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[2.0.2] - 2020-08-12

Added

  • Add auto complete for TypeScript.

[2.0.1] - 2020-08-11

Added

  • Add accepted, timeout, conflict and tooManyRequests method. (#8)

[2.0.0] - 2020-04-28

Changed

  • Use named export to prevent interop.
  • Use 'error' key instead of 'errors' for more flexibility.
  • Can pass meta as second patameter for error response.

[1.2.7] - 2020-03-06

Changed

  • Remove ignore lib but manualy publish.

[1.2.6] - 2020-03-06

Changed

  • Remove ignore lib.

[1.2.5] - 2020-03-06

Changed

  • Fix CI build.

[1.2.4] - 2020-03-06

Changed

  • Move from babel to tsc.

[1.2.3] - 2020-03-05

Changed

  • Move build script to before_script in travis.yml.
  • Update example folder.

[1.2.2] - 2020-03-05

Changed

  • Remove lib folder in gitignore.

[1.2.1] - 2020-03-05

Changed

  • Move build script to before_script in travis.yml.

[1.2.0] - 2020-03-05

Added

  • Support TypeScript.
  • Add CI.

[1.1.0] - 2019-06-04

Added

  • Use prettier.
  • Add 2xx, 4xx test.
  • Add accepted, timeout, conflict and tooManyRequests method.

Changed

  • Upgrade to babel 7.

[1.0.0] - 2017-06-20

Added

  • Format JSON response by enhance Express response object.