All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added
#sampleIndex
method toArrayUtils
submodule. - Added tests for
#sampleIndex
.
- Fixed
0.1.0
release notes inCHANGELOG.md
. - Completed minor fixes to
#sample
method tests. - Refactored
#sample()
(now uses#sampleIndex
under the hood).
- Added
README
,.editorconfig
,.gitignore
, andCHANGELOG
files to project. - Created
ArrayUtils
submodule (lib/array-utils.js
), exposed#sample
method. - Built out module entry point (
index.js
), exposedArrayUtils
submodule. - Added
jasmine
testing framework to project dev. dependencies. - Built out tests for
ArrayUtils
andArrayUtils#sample
.