All Versions
15
Latest Version
Avg Release Cycle
106 days
Latest Release
1479 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.2.X Changes
๐ Features
- โ Added typed arrays support
- โ Added primitive type constructors support
- โ Add more docs about type mapping and type coercion
-
v1.1.6
February 15, 2017 -
v1.1.5
January 24, 2017 -
v1.1.X Changes
๐ Features
๐ Mainly all changes affected codestyle and documentation to provide better experience using this library. There are no changes that should affect functionality.
- ๐ Renamed
sortObject
function tosort
(old one is still present in code for backward compatibility). - ๐ Performed some refactoring for better codestyle and documentation.
- ๐ Old version (
0.X.X
) moved to subfolder (./v0
). - Advanced API reference added: [link](API.md).
- ๐ Renamed
-
v1.0.0 Changes
- Sorting mechanism rewritten form ES6 Maps to simple arrays (add <=node-4.0.0 support)
- ๐ Performance optimization (~2 times faster than 0.x.x)
- API changes:
- Now module returns 'constructor' function, where you can set
default parameters:
var objectHash = require('node-object-hash')(options);
- Now module returns 'constructor' function, where you can set
default parameters:
In case if you still need an old 0.x.x version it's available in
hash.js
file.