Skip to content

Latest commit

 

History

History
135 lines (50 loc) · 3.16 KB

CHANGELOG.md

File metadata and controls

135 lines (50 loc) · 3.16 KB

1.2.0 (2024-05-12)

Features

  • add support of oxc-parser (54d0970)

1.1.1 (2019-08-30)

Bug Fixes

  • fix @babel/parser compatibility (3012323)

1.1.0 (2019-08-30)

Features

  • be more friendly to babel parser (ce82918)

1.0.5 (2019-08-29)

Bug Fixes

  • fix compatibility issue with @babel/parser (1de4b92)

1.0.4 (2019-07-13)

Features

  • improve TypeScript typing (1da1d3b)

1.0.3 (2019-07-04)

Bug Fixes

  • support matching class body with __anl (d1d215c)

1.0.2 (2018-12-05)

1.0.1 (2018-10-03)

1.0.0 (2018-10-03)

0.1.6 (2018-04-10)

Bug Fixes

  • ignore raw, in order to match "foo" with 'foo'. (64d4b38)

0.1.5 (2018-04-07)

Features

  • export traverse function. (dd56084)

0.1.4 (2018-04-07)

Features

  • export ensureParsed function. (4bcd3fd)

0.1.3 (2018-04-05)

Features

  • basic TypeScript support. (4f61b1c)

0.1.2 (2018-04-04)

0.1.1 (2018-04-04)

Bug Fixes

  • avoid missing js feature on nodejs v4. (3074d4a)
  • try skip cherow test on nodejs v4. (5ba1637)

0.1.0 (2018-04-04)

Features

  • extracted ast-matcher from github.com/huochunpeng/cli (96aa8de)