Skip to content

Releases: ghaiklor/sails-service-hash

v3.2.1

27 Jan 13:25
Compare
Choose a tag to compare

<a name"3.2.1">

3.2.1 (2016-01-27)

Bug Fixes

  • package: Fix issue with export default (22e28272)

v3.2.0

26 Jan 14:56
Compare
Choose a tag to compare

<a name"3.2.0">

3.2.0 (2016-01-26)

Features

  • package: Add support for older NodeJS versions (f788c8a5)

v3.1.0

19 Nov 08:20
Compare
Choose a tag to compare

<a name"3.1.0">

3.1.0 (2015-11-19)

Features

  • bcrypt: Replaces bcrypt with bcryptjs (21dc40d1)

v3.0.3

02 Oct 10:36
Compare
Choose a tag to compare
  • General improvements;

v3.0.2

26 Sep 19:02
Compare
Choose a tag to compare
  • Add greenkeeper and pin dependencies;

v3.0.1

25 Sep 13:50
Compare
Choose a tag to compare
  • Fix Travis CI testing;

v3.0.0

25 Sep 11:45
Compare
Choose a tag to compare
  • Migration from ES5 to ES6;
  • Remove .create method from HashService. HashService is a function now that you can call with HashService('bcrypt');

Version 2.0.1

17 Jul 10:49
Compare
Choose a tag to compare
  • Improve branch coverage for BCryptHash class;

Version 2.0.0

16 Jul 08:59
Compare
Choose a tag to compare
  • Replace getConfig() and setConfig() with get() and set();
  • Fix overriding pre-defined config in hash and hashSync methods;
  • Optimize create in HashService method;

Version 1.1.0

10 Jul 15:41
Compare
Choose a tag to compare
  • Implement overriding config on hash/compare methods for bcrypt;