v3.0.0
- Migration from ES5 to ES6;
- Remove
.create
method from HashService. HashService is a function now that you can call withHashService('bcrypt')
;
.create
method from HashService. HashService is a function now that you can call with HashService('bcrypt')
;