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.
4.0.6 - 2020-12-22
- Fixed
CHANGELOG.md
.
4.0.5 - 2020-12-22
- Updated
devDependencies
.
4.0.4 - 2020-09-19
- Updated
devDependencies
.
4.0.3 - 2020-07-12
- Updated
devDependencies
.
4.0.2 - 2020-07-11
- Moved the lib source code from
lib/index.js
toindex.js
. Refactored the source code. Improved spell checking. Decreased library size to 390 bytes. #28
- Removed some helpers and
helpers
file. #28 - Removed unused documentation.
- Removed
.npmignore
file.
4.0.1 - 2020-07-05
- Updated
devDependencies
.
4.0.0 - 2020-05-03
- Changed API. Replaced class with function. #26
- Removed
getFirstSets
,getFollowSets
andgetPredictSets
methods. #26
3.3.0 - 2020-05-02
- Changed back internal representation of
firstSets
,followSets
andpredictSets
by Sets to arrays. - Updated
devDependencies
.
3.2.1 - 2020-03-21
- Fixed script for Coveralls.
- Updated
devDependencies
.
3.2.0 - 2020-01-07
- Changed internal representation of
firstSets
,followSets
andpredictSets
by arrays to Sets.
3.1.0 - 2020-01-02
- Added documentation and spell checking.
3.0.1 - 2020-01-01
- Added Coveralls integration.
- Decreased library size to 762 bytes.
3.0.0 - 2020-01-01
- Added
.editorconfig
. - Added lint-staged.
- Added Travis CI integration.
- Added Size Limit. Library size is 765 bytes.
- Changed the eslint config. Now airbnb-base is used.
- Improved
README.md
. - Changed library format from
umd
tocommonjs
. - Updated source code to
ES6
. - Updated
devDependencies
.
- Remove
underscore
dependency.
2.0.0 - 2018-04-04
- Renamed
getFirstSetHash
method togetFirstSets
. - Renamed
getFollowSetHash
method togetFollowSets
. - Updated
devDependencies
.
1.2.0 - 2017-01-22
getPredictSets
method returns object instead of array.
1.1.0 - 2016-10-13
- Changed library format to
umd
.