Skip to content

Latest commit

 

History

History
153 lines (91 loc) · 7.26 KB

CHANGELOG.md

File metadata and controls

153 lines (91 loc) · 7.26 KB

Version 0.4.8 (2017-3-12)

Patches

...full changes

Version 0.4.7 (2017-2-21)

Patches

  • start a typescript definition: 1b4c39c

...full changes

Version 0.4.6 (2017-1-27)

Patches

...full changes

Version 0.4.5 (2017-1-27)

Minor Changes

...full changes

Version 0.4.4 (2017-1-20)

Patches

...full changes

Version 0.4.3 (2017-1-19)

Patches

  • avoid reserved keywords like constructor: f820f4d

...full changes

Version 0.4.2 (2017-1-19)

Patches

  • Update README.md: 6e49587
  • protect from reading an undefined char: 9453437

...full changes

Version 0.4.1 (2017-1-19)

Patches

  • fix infinite loop when parsing a block: 4a05f0b

...full changes

Version 0.4.0 (2017-1-10)

Major Changes

  • implement annotations & improve tests: af164d6

...full changes

Version 0.3.0 (2017-1-9)

Major Changes

  • rewrite parser structure (xo++): edda0c4
  • start to define generic parsers for grammar: ffbe9c3
  • rename package: 6b01724
  • implement type, text & tests: 7ff0b34

Minor Changes

  • fix xo on tests: ddde5f8
  • extract summary: 1134c84
  • add a backup function & implement float numbers: 0802ad5
  • add new symbols: 6216fe0
  • implement the variable reader: cf2eb94
  • implement semver parser & deprecated block + test: afedeff
  • implement object parsing: 9861453

Patches

...full changes

Version 0.2.2 (2017-1-5)

Patches

...full changes

Version 0.2.1 (2017-1-5)

Patches

...full changes

Version 0.2.0 (2017-1-5)

Major Changes

Minor Changes

...full changes

Version 0.1.0 (2017-1-5)

Major Changes

Patches