@toml-tools/lexer
Version:
TOML Lexer Implemented in JavaScript
22 lines (11 loc) • 862 B
Markdown
# @toml-tools/lexer
## 1.0.0
### Major Changes
- [#67](https://github.com/un-ts/toml-tools/pull/67) [`8daff91`](https://github.com/un-ts/toml-tools/commit/8daff91c3cce09e3c8bb3501be8b9be39e796f63) Thanks [@JounQin](https://github.com/JounQin)! - feat!: migrate to pure ESM and prettier v3
## 0.4.0
### Minor Changes
- [#64](https://github.com/un-ts/toml-tools/pull/64) [`1da2ff1`](https://github.com/un-ts/toml-tools/commit/1da2ff14f2333008f312534a3016114c94600e06) Thanks [@JounQin](https://github.com/JounQin)! - feat: upgrade chevrotain to v10
## 0.3.5
## 0.3.2
### Patch Changes
- [#41](https://github.com/un-ts/toml-tools/pull/41) [`650176e`](https://github.com/un-ts/toml-tools/commit/650176e53e891b7c2d20c79538cb02e3be4e9c2b) Thanks [@jaysonsantos](https://github.com/jaysonsantos)! - feat: add support for triple double quoted multiple strings