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.
2.0.2 - 2023-11-05
- removing node v14 from unit testing and adding v18
- npm dependencies update
2.0.1 - 2022-11-10
- TypeScript dev-dependencies:
- typescript
- ts-jest
- @typescript-eslint/eslint-plugin
- @typescript-eslint/parser
- eslint-plugin-tsdoc
- Prettier badge to README markdown
- new unit tests
- complete TypeScript rewrite
- switching to TSDoc
- almost 40% smaller package
1.0.3 - 2022-07-24
- GitHub action for running unit tests for every commit
- LICENSE markdown (MIT)
- Badges on top of README markdown (release, tests, license)
1.0.2 - 2022-07-18
- New unit tests
- Script alias for linting (npm run lint) & prettier (npm run pretty)
- Typo in package.json description
1.0.1 - 2022-07-17
- Prettier dev dependency with config & ignore files
- ESLint dev dependency with config file
- This CHANGELOG markdown
- Code formatting based on Prettier predefined rules
1.0.0 - 2022-07-15
- Top priority methods: "romanize" & "deromanize"
- Helper function "sortMap" & roman numeral mapping
- Jest dev dependency with 23 tests organised in 3 test suites along with code coverage