- Rewrite project to use @typescript-nameof/nameof (#110)
Due to dsherret/ts-nameof#121, this plugin will not work anymore with TypeScript v5+.
Please try to use ts-keyof instead.
- Add support for Vite v4 (#95)
- Add support for Vite v3 (#94)
- Process also
.mts
and.cts
files (0eda033)
- Prevent missing sourcemap warning (2c9d18d)
- Support node v12 (#47)
- Initial release