Releases: ghaiklor/sails-service-hash
Releases · ghaiklor/sails-service-hash
v3.2.1
v3.2.0
v3.1.0
v3.0.3
v3.0.2
v3.0.1
v3.0.0
Version 2.0.1
- Improve branch coverage for
BCryptHash
class;
Version 2.0.0
- Replace
getConfig()
andsetConfig()
withget()
andset()
; - Fix overriding pre-defined config in
hash
andhashSync
methods; - Optimize
create
in HashService method;
Version 1.1.0
- Implement overriding config on hash/compare methods for bcrypt;