Skip to content

Latest commit

 

History

History
209 lines (67 loc) · 5.05 KB

CHANGELOG.md

File metadata and controls

209 lines (67 loc) · 5.05 KB

2.1.4 (2024-04-12)

2.1.3 (2023-04-26)

Bug Fixes

  • 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)

Features

  • add .transformCodeOnly() (bc7dfd4)

2.0.0 (2022-05-17)

Bug Fixes

  • update source-map to fix issues on nodejs v18 (dabd7e5)

BREAKING CHANGES

  • drop support of nodejs v8 and v10

1.2.0 (2020-04-02)

Features

  • remove babel parser, replaced with a patched js-tokens (bc468b0)

1.1.0 (2020-01-18)

Features

1.0.2 (2019-12-05)

1.0.1 (2019-09-05)

Bug Fixes

  • make spaces separated token to avoid mutation on same token (63cc1da)

1.0.0 (2019-08-29)

0.5.3 (2019-07-16)

Bug Fixes

  • fix a regression on tokenising empty source code (e85263d)

0.5.2 (2019-07-14)

0.5.1 (2019-07-14)

Bug Fixes

  • support modify adjacent positions (4f8e21a)

0.5.0 (2019-07-13)

Features

  • switch from esprima to @babel/parser to support latest JS/TS/JSX syntax (e88dfc9)

0.4.2 (2019-07-13)

Features

  • improve TypeScript typing (302879b)

0.4.1 (2019-07-13)

0.4.0 (2019-07-13)

Features

  • make it an ES module with default export (00a0ac2)

BREAKING CHANGES

  • the func is now on default export. This will make TypeScript happier.

0.3.2 (2019-07-13)

Features

  • improve TypeScript typing (8c9e6ae)

0.3.1 (2019-07-13)

Bug Fixes

  • publish missing d.ts file (9ca19e0)

0.3.0 (2019-07-06)

Features

  • add TypeScript typing definition (56f3385)

0.2.1 (2019-03-17)

Bug Fixes

  • fix tokenization on non-empty code with no js (only comments or white spaces) (850ca3e)

0.2.0 (2019-03-17)

Features

  • 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)

Bug Fixes

  • avoid mapping to null source (4076d3f)

0.1.1 (2019-03-15)

0.1.0 (2019-03-14)

Features

  • first implementation of modify-code (91cd63e)