2.1.4 (2024-04-12)
2.1.3 (2023-04-26)
- build: add esm to published file (a8ab384)
2.1.2 (2023-04-25)
2.1.1 (2022-06-06)
2.1.0 (2022-05-19)
- add .transformCodeOnly() (bc7dfd4)
2.0.0 (2022-05-17)
- update source-map to fix issues on nodejs v18 (dabd7e5)
- drop support of nodejs v8 and v10
1.2.0 (2020-04-02)
- remove babel parser, replaced with a patched js-tokens (bc468b0)
1.1.0 (2020-01-18)
- support option noJsx and noTypeScript to skip those parsers (52018aa), closes babel/babel#11029
1.0.2 (2019-12-05)
1.0.1 (2019-09-05)
- make spaces separated token to avoid mutation on same token (63cc1da)
1.0.0 (2019-08-29)
0.5.3 (2019-07-16)
- fix a regression on tokenising empty source code (e85263d)
0.5.2 (2019-07-14)
0.5.1 (2019-07-14)
- support modify adjacent positions (4f8e21a)
0.5.0 (2019-07-13)
- switch from esprima to @babel/parser to support latest JS/TS/JSX syntax (e88dfc9)
0.4.2 (2019-07-13)
- improve TypeScript typing (302879b)
0.4.1 (2019-07-13)
0.4.0 (2019-07-13)
- make it an ES module with default export (00a0ac2)
- the func is now on default export. This will make TypeScript happier.
0.3.2 (2019-07-13)
- improve TypeScript typing (8c9e6ae)
0.3.1 (2019-07-13)
- publish missing d.ts file (9ca19e0)
0.3.0 (2019-07-06)
- add TypeScript typing definition (56f3385)
0.2.1 (2019-03-17)
- fix tokenization on non-empty code with no js (only comments or white spaces) (850ca3e)
0.2.0 (2019-03-17)
- reduce source map size by merging white spaces and mutations into existing tokens (5eafbd7)
0.1.3 (2019-03-16)
0.1.2 (2019-03-15)
- avoid mapping to null source (4076d3f)
0.1.1 (2019-03-15)
- first implementation of modify-code (91cd63e)