46 lines
912 B
Markdown
46 lines
912 B
Markdown
# Changelog
|
|
|
|
## 1.0.6: 2015-01-30
|
|
|
|
+ Regression tests using Mocha.
|
|
+ Travis CI support.
|
|
+ Codecov.io code coverage tracking support.
|
|
+ Add a proper CHANGELOG.md.
|
|
* Move shuffle.js to browser.js.
|
|
|
|
## 1.0.5: 2015-01-22
|
|
|
|
* Use `^` in `package.json` for support for old `npm`.
|
|
|
|
## 1.0.4: 2015-01-22
|
|
|
|
* Remove hard dependency on `node >= 0.10.0`.
|
|
|
|
## 1.0.3: 2015-01-22
|
|
|
|
* Move example.html to index.html for GitHub Pages.
|
|
* Check if seed is undefined or null rather than checking the number of
|
|
arguments.
|
|
|
|
## 1.0.2: 2015-01-19
|
|
|
|
* Fix order of operation.
|
|
* Support falsy `seed` values.
|
|
|
|
## 1.0.1: 2015-01-19
|
|
|
|
* Depend on `node >= 0.10.0`.
|
|
* Various fixes in `package.json`.
|
|
|
|
## 1.0.0: 2015-01-19
|
|
|
|
+ Proper README.
|
|
+ Example for using this module in the browser.
|
|
* Various fixes in `package.json`.
|
|
* Better error reporting on input not being an Array.
|
|
* JSDoc documentation.
|
|
|
|
## 0.0.0: 2015-01-19
|
|
|
|
+ Initial release.
|