Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Releases: theZieger/utilitiesjs

1.0.0

27 Sep 09:30
Compare
Choose a tag to compare
build new uitilities.js

0.9.0

21 Aug 23:53
Compare
Choose a tag to compare

Fixes #17 by adding the ability to use an array or function as mapBy argument for the toObject function.

0.8.1

04 Aug 14:52
Compare
Choose a tag to compare
  • fixes #20 by properly calling the AMD define function
  • adds syntax highlighting to code blocks inside README.md

0.8.0

31 Jul 17:28
Compare
Choose a tag to compare
  • fixes #15 by adding strict comparison
  • fixes #16 by adding "failing" tests

0.7.0

28 Jul 19:04
Compare
Choose a tag to compare
  • adds scrutinizer code coverage and code quality check
  • fixes #12 add comment to mark define and module as global

0.6.0

23 Jul 18:44
Compare
Choose a tag to compare
  • adds recommended community standards
  • adds jasmine tests to cover existing code
  • fixes README.md code example

0.5.0

12 Jul 15:01
Compare
Choose a tag to compare
  • changes repository name to fit the NPM package name

0.4.0

10 Jul 17:17
Compare
Choose a tag to compare
  • adds support for AMD, CommonJS and browser environments.

0.3.0

03 Jul 14:57
Compare
Choose a tag to compare
  • 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

20 Jun 16:29
Compare
Choose a tag to compare

This release does not add any value to the code.
But hopefully a understandable documentation inside the README.