Skip to content

Latest commit

 

History

History
163 lines (84 loc) · 11.8 KB

CHANGELOG.md

File metadata and controls

163 lines (84 loc) · 11.8 KB

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)

1.6.0-beta.3 (2022-06-04)

🏗️ Build Changes

  • update commitizen configuration for API (f40be7f)

🐞 Bug Fixes

  • correct problems with Typescript definitions and JSDoc comments (b891650), closes #43

1.6.0-beta.2 (2022-05-20)

🐞 Bug Fixes

  • add typescript definition file to "files" key (009460c), closes #43

1.6.0-beta.1 (2022-05-20)

🏗️ Build Changes

  • change the semantic-release configuration to a shared config (c2a19fa)
  • ignore CHANGELOG.md from linting and formatting (2e3ca94)

🎁 Feature Changes

  • add typescript bindings to the encoder (e1cd754), closes #43

1.5.2 (2022-05-14)

🐞 Bug Fixes

  • correct bug that allowed bad dictionary values to pass through the constructor (bc6e6c7), closes #41

1.5.1 (2022-05-14)

🐞 Bug Fixes

  • improve dictionary type checking (3f37616), closes #39

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

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

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)

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

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)

1.1.0 (2022-04-26)

🏗️ Build Changes

  • add Airbnb style guide to the ESLint configuration (c30eac9), closes #20
  • add Prettier for code formatting (398dc54), closes #21

🐞 Bug Fixes

  • remove unnecessary files from distribution (a40e6be), closes #22

🎁 Feature Changes

  • 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)

🏗️ Build Changes

  • 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)

🏗️ Build Changes

  • add conventionalcommits preset to release-notes-generator (12e499d), closes #4

1.0.3 (2022-04-23)

1.0.2 (2022-04-23)

1.0.1 (2022-04-21)

Bug Fixes

  • Add a Test Github badge to the README. Used fix to test CI/CD pipeline (e31c8f7)