Skip to content

Latest commit

 

History

History
71 lines (37 loc) · 2 KB

CHANGELOG.md

File metadata and controls

71 lines (37 loc) · 2 KB

Next

diff

3.0.0

diff

2.0.0

diff

  • Add support for esm (#100)
  • Upgrade to TypeScript v4.9 (#100)

Note

Due to dsherret/ts-nameof#121, this plugin will not work anymore with TypeScript v5+.
Please try to use ts-keyof instead.

1.2.1

diff

  • Add support for Vite v4 (#95)

1.2.0

diff

  • Add support for Vite v3 (#94)

1.1.0

diff

  • Process also .mts and .cts files (0eda033)

1.0.2

diff

  • Prevent missing sourcemap warning (2c9d18d)

1.0.1

diff

  • Support node v12 (#47)

1.0.0

diff

  • Initial release