Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 4.04 KB

CHANGELOG.md

File metadata and controls

50 lines (29 loc) · 4.04 KB

Changelog

0.4.1 (2021-01-07)

Bug Fixes

  • types: add missing Newline types (#35) (6f3f696)

0.4.0 (2021-01-07)

Features

0.3.0 (2020-12-30)

Features

  • conventional-changelog: handle BREAKING CHANGE in footer and body (#32) (5ad6785)
  • support BREAKING CHANGE in body (#30) (8f3f5c7)
  • types: add TypeScript definitions (#29) (2a2474b)

0.2.0 (2020-12-28)

⚠ BREAKING CHANGES

  • add position info to nodes (#5)
  • initial implementation of parser (#1)

Features

  • refactor footer to be part of message (#26) (e06eecb)
  • conventional-changelog: populate references array (#27) (9fbcde2)
  • add conventional-changelog utility (#19) (64f21a5)
  • add greedy whitespace tokenizer (#24) (b0c64f9)
  • add inspect command to debug trees (#9) (2967cc4)
  • add node helpers to scanner (#15) (ef8a6ca)
  • add position info to nodes (#5) (3bbca45)
  • implement body/footer parsing (#11) (e00dcb4)
  • grammar: ran grammar through linter (#8) (1ee86a7)
  • initial implementation of parser (#1) (3716f40)

Bug Fixes

  • use new parser export name in inspect script (#23) (41a2939)