Skip to content

Releases: sapphi-red/typescript-plugin-toml

v0.3.1

Choose a tag to compare

@sapphi-red sapphi-red released this 31 Oct 13:13

Breaking change

  • Drop support for Typescript under v5.0

Fix

  • Support TypeScript 5.0+

v0.2.0

Choose a tag to compare

@sapphi-red sapphi-red released this 19 Dec 16:52

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

Choose a tag to compare

@sapphi-red sapphi-red released this 17 Dec 07:36

Fix

  • Remove 'as const'

v0.1.4

Choose a tag to compare

@sapphi-red sapphi-red released this 17 Dec 06:42

Fix

  • Loading from relative path

v0.1.3

Choose a tag to compare

@sapphi-red sapphi-red released this 17 Dec 05:18

Fix

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

v0.1.2

Choose a tag to compare

@sapphi-red sapphi-red released this 17 Dec 04:48

Fix

  • export never when failed to parse

v0.1.1

Choose a tag to compare

@sapphi-red sapphi-red released this 17 Dec 04:41

Fix

  • export never when failed to parse

v0.1.0: Initial release

Choose a tag to compare

@sapphi-red sapphi-red released this 17 Dec 04:29
Update: Add deploy ci