Skip to content

Latest commit

 

History

History
72 lines (54 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

72 lines (54 loc) · 1.66 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.

3.0.2 - 2024-03-26

Changed

  • Update dependencies

3.0.1 - 2024-03-20

Changed

  • Update eslint config and raise minimum supported NodeJS version to match one in typescript-eslint plugin
  • Update .npmignore

2.0.1 - 2024-01-30

Changed

  • Migrate to GitHub

2.0.0 - 2024-01-15

Changed

  • Revert ESM

1.0.11 - 2024-01-14

Added

  • Add .npmignore

1.0.10 - 2024-01-14

Added

  • Validation with @ts-expect-error

1.0.9 - 2024-01-13

Changed

  • Revert sourceMap back
  • Cleanup files

1.0.8 - 2024-01-13

Changed

  • Enable inlineSourceMap

1.0.7 - 2024-01-12

Changed

  • Unify package files

1.0.6 - 2024-01-12

Changed

  • Fix project namespace

1.0.5 - 2024-01-12

Changed

  • Update README.md

1.0.4 - 2024-01-12

Changed

  • Revert previous change because relative paths are based on this repo

1.0.3 - 2024-01-12

Changed

  • Move more options to shared config to make it easier to inherit

1.0.2 - 2024-01-12

Changed

  • Finalize

1.0.1 - 2024-01-11

Changed

  • Remove relative paths

1.0.0 - 2024-01-11

Changed

  • First release