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.
- 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)
- Added support for colon separators in object definitions as specified in the spec
- Added support for legacy array index notation using dot. Thank you @arielkru (#36)