Skip to content

Releases: diegohaz/rest

v0.14.0

18 Jul 14:56
Compare
Choose a tag to compare
  • Updated bcrypt version to ^2.0.1, thanks to @mlevin2 (#178)

v0.13.0

12 Jun 02:44
Compare
Choose a tag to compare

v0.12.0

13 Mar 22:43
Compare
Choose a tag to compare

Changed default apiRoot from /api to /

v0.11.2

13 Mar 03:13
Compare
Choose a tag to compare

Fixed password-reset tests (#152)

v0.10.0

15 Jan 01:10
Compare
Choose a tag to compare
  • Refactored exports in model files to use es2015 modules (#38);
  • Updated npm scripts (8e6da9f)
  • Updated dependencies (jest, bcrypt, rand-token, nock, dotenv-safe);
  • Updated template README.md.

v0.9.0

27 Oct 11:03
Compare
Choose a tag to compare
  • Refactored API filenames (#34);
  • Removed babel-plugin-add-module-exports dependency;
  • Move express and mongoose from src/config to src/services;
  • Move src/config/index.js to src/config.js.

v0.8.1

23 Oct 08:53
Compare
Choose a tag to compare

v0.8.0

17 Oct 23:47
Compare
Choose a tag to compare
  • Migrated from AVA to Jest;
  • Removed npm run build. It doesn't need to be transpiled anymore. Just deploy the actual code.

v0.7.0

09 Oct 17:36
Compare
Choose a tag to compare

Changes in cbc828e:

  • basic passport method is now password;
  • session is now token.

v0.6.1

04 Oct 18:46
Compare
Choose a tag to compare
  • removes duplicated test on auth.router