Skip to content

Commit

Permalink
chore: refine release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bd82 committed Jan 16, 2022
1 parent caa4ff5 commit 6cc6c5a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/website/docs/changes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@

#### Minor Changes

- [Generating TypeScript Signatures(d.ts) for CST constructs.](TODO: figure out link)
- [refactor(utils): replace with lodash 3rd party dep](https://github.com/Chevrotain/chevrotain/pull/1694)
- [Generating TypeScript Signatures(d.ts) for CST constructs.](https://chevrotain.io/docs/guide/concrete_syntax_tree.html##cst-typescript-signatures)
- See [relevant documentation](https://chevrotain.io/docs/guide/concrete_syntax_tree.html##cst-typescript-signatures)
- Thanks to [@mbett7](https://github.com/mbett7) :thumbsup
- [refactor(utils): replace internal utils with lodash](https://github.com/Chevrotain/chevrotain/pull/1694)
- This adds a new **3rd party** dependency (lodash).
- This was done to reduce the amount of code being maintained, but at the cost of increased bundle size,
for example: `chevrotain.min.js` is now 189kb instead of 156kb.

Expand Down

0 comments on commit 6cc6c5a

Please sign in to comment.