Skip to content

1.0.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@unicornware unicornware released this 03 Jul 01:17
Immutable release. Only release title and notes can be modified.
1.0.0-alpha.1
9147873

1.0.0-alpha.1 (2026-07-02)

⚠ BREAKING CHANGES

  • project rename

📦 Build

  • [d2bee66] deps-dev: Bump @arethetypeswrong/cli from 0.18.3 to 0.18.4 (#9)
  • [262f7d2] deps-dev: Bump dprint from 0.54.0 to 0.55.1 (#13)
  • [9b49f38] deps-dev: Bump happy-dom from 20.10.3 to 20.10.4 (#3)
  • [0e56748] deps-dev: Bump happy-dom from 20.10.4 to 20.10.5 (#4)
  • [a55595f] deps-dev: Bump happy-dom from 20.10.5 to 20.10.6 (#5)
  • [913f102] deps-dev: Bump rollup from 4.62.0 to 4.62.2 (#7)
  • [2a89e56] deps-dev: Bump the commitlint group across 1 directory with 2 updates (#11)
  • [6c8cd51] deps-dev: Bump the commitlint group with 2 updates (#15)
  • [fec95a0] deps-dev: Bump the vitest group with 3 updates (#2)
  • [8521800] deps: Bump undici from 6.26.0 to 6.27.0 (#8)
  • [a63a5f1] yarn: bump yarn from 4.16.0 to 4.17.0

🤖 Continuous Integration

  • [8047fe4] deps: Bump actions/cache from 5.0.5 to 6.0.0 (#10)
  • [f9e0a62] deps: Bump actions/cache from 6.0.0 to 6.1.0 (#12)
  • [3962375] deps: Bump actions/checkout from 6.0.3 to 7.0.0 (#6)

✨ Features

  • [187cfd3] ast: migrate ast types from @flex-development/fsm-compiler
  • [47f18e3] compile: migrate types from @flex-development/fsm-compiler
  • [1a7969e] core: IfNever, IsNever
  • [6cf00d3] parse: [TokenizeContext] contentType
  • [18ee9ce] parse: CodeCheck
  • [4dcdb47] parse: Construct#continuation
  • [00805d7] parse: Construct#exit, Exiter
  • [c584c3d] parse: ContainerState, TokenizeContext#containerState
  • [9a157db] parse: Context, ContextMap
  • [9e34521] parse: Extensions, ParseOptions
  • [6ed1320] parse: migrate types from @flex-development/fsm-tokenizer
  • [566fbcd] parse: re-export Column, Line, Offset

🐛 Fixes

  • [4f44837] parse: export ParseOptions

🏡 Housekeeping

🦾 Refactors

  • [6e9b4cc] project rename
  • [61654a2] parse: [TokenFields] remove default fields
  • [4ae8fcc] parse: TokenFactory -> CreateToken
  • [ffef271] parse: api improvements
  • [a0a5161] parse: forbid token type null
  • [cde4845] parse: improvements
  • [d742e57] parse: move Numeric to core