Skip to content

Releases: sapphi-red/typescript-plugin-toml

v0.3.1

31 Oct 13:13
Compare
Choose a tag to compare

Breaking change

  • Drop support for Typescript under v5.0

Fix

  • Support TypeScript 5.0+

v0.2.0

19 Dec 16:52
Compare
Choose a tag to compare

Update

  • Add new feature .const.toml
    • If the filename ends with .const.toml, it will be handled as if there is a as const.

v0.1.5

17 Dec 07:36
Compare
Choose a tag to compare

Fix

  • Remove 'as const'

v0.1.4

17 Dec 06:42
Compare
Choose a tag to compare

Fix

  • Loading from relative path

v0.1.3

17 Dec 05:18
Compare
Choose a tag to compare

Fix

  • export void when failed to parse
  • generated .d.ts were passed to generator

v0.1.2

17 Dec 04:48
Compare
Choose a tag to compare

Fix

  • export never when failed to parse

v0.1.1

17 Dec 04:41
Compare
Choose a tag to compare

Fix

  • export never when failed to parse

v0.1.0: Initial release

17 Dec 04:29
Compare
Choose a tag to compare
Update: Add deploy ci