All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.1.0 (2021-07-21)
- register and login return user data besides access token (5af16c9)
2.0.2 (2020-06-01)
- allow other HTTP methods like OPTIONS to pass through guards (7b8d1a0)
2.0.1 (2020-06-01)
- allow user creation on users route after setting guards (a29ec45)
2.0.0 (2020-05-31)
- well it's no longer a direct dependency
- 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)
- unique constraint on user email (eb47b25)
1.2.0 (2019-05-11)
- custom rewriter is now accessible from the module root (4fbdf70)
- 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)
- convenient guards rewriter (d41c29e)
- users router, guards router, cli (deb84ab)