All Versions
15
Latest Version
Avg Release Cycle
106 days
Latest Release
1479 days ago

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 to sort (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).
  • 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);

    In case if you still need an old 0.x.x version it's available in hash.js file.