Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

54 lines (36 loc) · 1.9 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[3.0.1] - 2021-07-15

  • Include the generated parser in distribution

[3.0.0] - 2021-07-14

BREAKING CHANGES:

  • Attributes in blocks are no longer transformed into Python lists. Thanks @raymondbutcher (#73)

[2.0.3] - 2021-03-04

Changed

  • Skip more exceptions for un-parsable files. Thanks @tanasegabriel (#60)

[2.0.2] - 2021-03-04

Changed

  • Allow empty objects. Thanks @santoshankr (#59)

[2.0.1] - 2020-12-24

Changed

  • Allow multiline conditional statements. Thanks @stpierre (#51)

[2.0.0] - 2020-11-02

Changed

  • Added support for Python 3.9
  • Upgraded to Lark parser 0.10

Fixed

  • Fixed errors caused by identifiers named "true", "false", or "null"

[1.0.0] - 2020-09-30

Changed

  • Treat one line blocks the same as multi line blocks. This is a breaking change so bumping to 1.0.0 to make sure no one accidentally upgrades to this version without being aware of the breaking change. Thank you @arielkru (#35)

[0.3.2] - 2020-09-29

Changed

  • Added support for colon separators in object definitions as specified in the spec

[0.3.1] - 2020-09-27

Changed

  • Added support for legacy array index notation using dot. Thank you @arielkru (#36)