Releases: theZieger/utilitiesjs
Releases · theZieger/utilitiesjs
0.9.0
Fixes #17 by adding the ability to use an array or function as mapBy argument for the toObject function.
0.8.1
- fixes #20 by properly calling the AMD define function
- adds syntax highlighting to code blocks inside README.md
0.8.0
- fixes #15 by adding strict comparison
- fixes #16 by adding "failing" tests
0.7.0
- adds scrutinizer code coverage and code quality check
- fixes #12 add comment to mark define and module as global
0.6.0
- adds recommended community standards
- adds jasmine tests to cover existing code
- fixes README.md code example
0.5.0
- changes repository name to fit the NPM package name
0.4.0
- adds support for AMD, CommonJS and browser environments.
0.3.0
- fixes #1 throw new TypeError(msg) instead of new Error('ERR_INVALID_ARG_TYPE')
- adds better browser support for utilities.inherits by using Object.create and drop Object.setPrototypeOf
- adds @throws doc comments to doc block
0.2.0
This release does not add any value to the code.
But hopefully a understandable documentation inside the README.