Support implicit values in JSON models (#154)

* Support implicit values in JSON models

* Update Changelog
This commit is contained in:
Lucien Greathouse
2019-04-05 15:17:58 -07:00
committed by GitHub
parent 83a0ae673c
commit f290e7b5b2
8 changed files with 131 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
# Rojo Changelog
## [Unreleased]
* Added support for implicit property values in JSON model files ([#154](https://github.com/LPGhatguy/rojo/pull/154))
## [0.5.0 Alpha 9](https://github.com/LPGhatguy/rojo/releases/tag/v0.5.0-alpha.9) (April 4, 2019)
* Changed `rojo build` to use buffered I/O, which can make it up to 2x faster in some cases.