1.6.0 (2022-06-11)
- add typescript definition file to "files" key (009460c), closes #43
- correct problems with Typescript definitions and JSDoc comments (b891650), closes #43
- change the semantic-release configuration to a shared config (c2a19fa)
- ignore CHANGELOG.md from linting and formatting (2e3ca94)
- update commitizen configuration for API (f40be7f)
- update dev dependencies (150c77b)
1.6.0-beta.3 (2022-06-04)
- update commitizen configuration for API (f40be7f)
1.6.0-beta.2 (2022-05-20)
1.6.0-beta.1 (2022-05-20)
- change the semantic-release configuration to a shared config (c2a19fa)
- ignore CHANGELOG.md from linting and formatting (2e3ca94)
1.5.2 (2022-05-14)
- correct bug that allowed bad dictionary values to pass through the constructor (bc6e6c7), closes #41
1.5.1 (2022-05-14)
1.5.0 (2022-05-03)
1.4.0 (2022-05-02)
- add ability to instantiate the class using an optional config object in the constructor (8dc230b), closes #35
1.3.0 (2022-05-01)
- add @types/jest for type checking support in the testing suite (56ff52d)
1.2.0 (2022-04-30)
- add applicable test for the
resetDefaultDictionary
method (a67ef00), closes #29 - add tests to verify errors thrown for excessively large integers (a9f39d6), closes #28
1.1.1 (2022-04-28)
- add Commitizen and Husky support (c96bb37), closes #25 #26
- add commitizen support for developers (cfa7276), closes #25
- configure lint-staged and pre-commit hook (00b362a), closes #26
- remove 'build' as a patch trigger for semantic-release (4624ddb)
- remove extra Github release files from semantic-release config (fcc1942)
1.1.0 (2022-04-26)
- add Airbnb style guide to the ESLint configuration (c30eac9), closes #20
- add Prettier for code formatting (398dc54), closes #21
- add engine support for Node v10.x (a04bd74), closes #23
- add support for Node v18.x (6056d72), closes #23
1.0.5 (2022-04-24)
- add a build script to the package (51016bf), closes #18
- update the CD scripts to run
build
(15f8d48), closes #18
1.0.4 (2022-04-24)
1.0.3 (2022-04-23)
1.0.2 (2022-04-23)
1.0.1 (2022-04-21)
- Add a
Test
Github badge to the README. Used fix to test CI/CD pipeline (e31c8f7)