- remove unused package from deps
- swap native-or-bluebird to use any-promise. closes #1
- license: bump year
- deps: bump to latest
- build: bump dependencies version
- deps: bump version
- code: remove slice
- docs: update documentation for clean method
- code: add support for clean method
- code: use return to avoid else
- build: test against all node versions
- build: suppress output from makefile
- deps: update mocha
- addons for .travis
- setting the env for compiler
- test against node.js 4.x
- deps: chai@3.2.0 bcrypt@0.8.4 bluebird@2.9.34
- code: deprecate unnecessary memoize func
- code: always pad string length + 1
- build: use new travis infrastructure
- code: added padder (for prefixing)
- deps: bump chai
- deps: update dependencies
- docs: added badge for downloads
- code: fix improper merge case
- deps: update deps to latest
- docs: clean up documentations
- docs: in year 2015
- docs. update the url to correct npm
- added .npmignore
- docs: update name to node-helper-utilities
- docs: added deps badge
- build: update to the makefile
- deps: chai@2.1.1 istanbul@0.3.7 sinon@1.13.0 bluebird@2.9.13
- code: refactor
cloneto support Date - build: chai@2.0.0 && bluebird@2.9.9 && native-or-bluebird@1.2.0
- docs: formatting readme
- docs: update test versions
- build: test 0.12
- docs: added information regarding travis build
- build: add iojs
- docs: added History.md
- deps: bluebird@2.9.5
- test: test against string-path
- docs: update documentation for read/write files
- test: update test to create a file to read before test
- code: promisify writeFile
- code: clean up promise code
- docs: update documentation
- code: added read file
- build: bcrypt@0.8.1 mocha@2.1.0 native-or-bluebird@1.1.2
- code: use native-or-bluebird
- docs: added tag badge.
- code: added safe json parsing
- docs: simplified way of installing
- test: clean up the tests
- docs: remove reference to node callback style
- test: update tests to only test against promise style
- code: use strictly promises
- make: use Makefile for build process
- Update README.md
- defer functions to later time
- Update README.md
- Use coveralls
- bcrypt hash and code coverage
- Increase code coverage, and update to use Promises
- added check to ensure merging objects to objects
- added edgecase tests for merge and clone
- added support to merge arrays
- Update README.md
- update test description
- test to ensure default instance is set
- added enable toggle for disabling cluster
- added cluster configurations support and bump version
- fix the variable name
- token generator async
- added cluster helper.
- remove unused code
- Fix Repository name
- Update README.md with memoize instructions
- added memoize method to cache function responses.
- added merge function and corresponding tests.
- add travis build status
- remove tests against old versions.
- added .travis for CI
- added istanbul for code coverage and added tests to increase coverage
- update documentations
- Added description to the usage.
- added generic clone functions
- Initial commit