Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 870 Bytes

CHANGES.md

File metadata and controls

36 lines (22 loc) · 870 Bytes

Changelog

0.1.7

  • Add py.typed file to provide type information #8, #10
  • Allow colon in key names #9
  • Drop support for python 3.6

0.1.6

  • Fix errors when using new version of pyparsing

0.1.5

  • Fix quote escaping during serialization #7
  • Better error message for binary scenes #6

0.1.4

  • Supports node groups #5

0.1.3

  • Supports trailing commas in list definitions.
  • Supports quoted keys in resources.

0.1.2

  • Better support for inherited scenes

0.1.1

  • Support for use_tree() with inherited scenes