Implement .model.json files

Closes #97.
This commit is contained in:
Lucien Greathouse
2019-01-28 14:37:35 -08:00
parent 4767cbd12b
commit e5d3204b6c
3 changed files with 91 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
# Rojo Changelog
## [Unreleased]
* Added support for `.model.json` files, compatible with 0.4.x
* Fixed in-memory filesystem not handling out-of-order filesystem change events
* Fixed long-polling error caused by a promise mixup ([#110](https://github.com/LPGhatguy/rojo/issues/110))