Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.04 KB

CHANGES.md

File metadata and controls

28 lines (23 loc) · 1.04 KB

2017-07-10, Version 1.5.2

  • Support disableRemoteMethodByName when disabling custom remote methods (loopback > 3.0) (PR #16) @fullcube
  • custome remote methods should also follow the conventional naming rules

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