Releases: M-Scott-Lassiter/Alphanumeric-Encoder
Releases · M-Scott-Lassiter/Alphanumeric-Encoder
v1.6.0
1.6.0 (2022-06-11)
🎁 Feature Changes
- add typescript bindings to the encoder (e1cd754), closes #43
🐞 Bug Fixes
- add typescript definition file to "files" key (009460c), closes #43
- correct problems with Typescript definitions and JSDoc comments (b891650), closes #43
🏗️ Build Changes
- 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)
v1.6.0-beta.3
🏗️ Build Changes
- update commitizen configuration for API (f40be7f)
🐞 Bug Fixes
- correct problems with Typescript definitions and JSDoc comments (b891650), closes #43
v1.6.0-beta.2
🐞 Bug Fixes
- add typescript definition file to "files" key (009460c), closes #43
v1.5.2
1.5.2 (2022-05-14)
🐞 Bug Fixes
- correct bug that allowed bad dictionary values to pass through the constructor (bc6e6c7), closes #41
v1.5.1
1.5.1 (2022-05-14)
🐞 Bug Fixes
- improve dictionary type checking (3f37616), closes #39
v1.5.0
1.5.0 (2022-05-03)
🎁 Feature Changes
- add the
deconstruct
function to the class (5df23ec), closes #37
🎯 Test Changes
- add test cases for the
deconstruct
function (1eafa19), closes #37
v1.4.0
1.4.0 (2022-05-02)
🎁 Feature Changes
- add ability to instantiate the class using an optional config object in the constructor (8dc230b), closes #35
🎯 Test Changes
- add tests verifying the optional config object works as expected (f7f7de6), closes #35
v1.3.0
1.3.0 (2022-05-01)
🎁 Feature Changes
- add ability to use lower case letters in the dictionary (a1b7066), closes #31
🏗️ Build Changes
- add @types/jest for type checking support in the testing suite (56ff52d)
v1.2.0
1.2.0 (2022-04-30)
🐞 Bug Fixes
- add error handling for excessively large integers (bc725f1), closes #28
🏗️ Build Changes
- update dev-dependency subdependencies (routine update) (d918311), closes #28
🎁 Feature Changes
- add the
resetDefaultDictionary
method (9166bd8), closes #29
🎯 Test Changes
- add applicable test for the
resetDefaultDictionary
method (a67ef00), closes #29
- add tests to verify errors thrown for excessively large integers (a9f39d6), closes #28
v1.1.1
1.1.1 (2022-04-28)
🏗️ Build Changes
- 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)