Skip to content

Latest commit

 

History

History
62 lines (29 loc) · 2.51 KB

CHANGELOG.md

File metadata and controls

62 lines (29 loc) · 2.51 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.2 (2020-06-01)

Bug Fixes

  • allow other HTTP methods like OPTIONS to pass through guards (7b8d1a0)

2.0.1 (2020-06-01)

Bug Fixes

  • allow user creation on users route after setting guards (a29ec45)

2.0.0 (2020-05-31)

⚠ BREAKING CHANGES

  • well it's no longer a direct dependency

Bug Fixes

  • LF end of line (ed2483c)
  • move json-server as a peer depency, remove express as direct dependency (already in json-server) (a4edcdc)

1.2.1 (2019-06-15)

Bug Fixes

  • unique constraint on user email (eb47b25)

1.2.0 (2019-05-11)

Features

  • custom rewriter is now accessible from the module root (4fbdf70)

Bug Fixes

  • compiler errors and missing flag in cli bin (51546eb)
  • users put route would not validate properly email and password (d3b73d3)

1.1.0 (2018-12-24)

Features

  • convenient guards rewriter (d41c29e)

1.0.0 (2018-12-17)

Features

  • users router, guards router, cli (deb84ab)