Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 803 Bytes

CHANGES.md

File metadata and controls

23 lines (19 loc) · 803 Bytes

2017-06-09, Version 1.5.1

  • fix tests
  • Support User.setPassword

2017-06-09, Version 1.5.0

  • Enable to disable custom remote methods (#13) @BolaMn
  • Support User.Verify
  • Support User.resetPassword
  • Support User.changePassword

2016-12-24, Version 1.4.0

2016-09-12, Version 1.3.2

  • Support for @upsertWithWhere method (Loopback 2.34.1) @zeddsdead

2016-08-19, Version 1.3.1

  • Support for new @replaceById and @replaceOrCreate methods (loopback 2.30.0) @petrlyapin