Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

71 lines (45 loc) · 1.95 KB

Changelog

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

Changed

  • removing node v14 from unit testing and adding v18
  • npm dependencies update

2.0.1 - 2022-11-10

Added

  • TypeScript dev-dependencies:
    • typescript
    • ts-jest
    • @typescript-eslint/eslint-plugin
    • @typescript-eslint/parser
    • eslint-plugin-tsdoc
  • Prettier badge to README markdown
  • new unit tests

Changed

  • complete TypeScript rewrite
  • switching to TSDoc
  • almost 40% smaller package

1.0.3 - 2022-07-24

Added

  • 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

Added

  • New unit tests
  • Script alias for linting (npm run lint) & prettier (npm run pretty)

Fixed

  • Typo in package.json description

1.0.1 - 2022-07-17

Added

  • Prettier dev dependency with config & ignore files
  • ESLint dev dependency with config file
  • This CHANGELOG markdown

Changed

  • Code formatting based on Prettier predefined rules

1.0.0 - 2022-07-15

Added

  • 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