Releases: design-first/system-runtime
Releases · design-first/system-runtime
v0.9.5
v0.9.4
- add Sauce Labs for automated Cross-Browser testing
- update configuration files
- update readme
v0.9.3
v0.9.2
v0.9.1
- rename monoco into SyrupJS
- SyrupJS is now part of the System SDK project. For more information, go to http://systemdesigner.io
- Documentation web site has also moved here: https://systemdesigner.readme.io (work in progress)
maintenance release
- update doc
- update package.json
- update minified file name: rename monoco-min.js into monoco.min.js
maintenance release
- bugfix: fix an error with on method
- improve: $db.dump
- improve: clean monoco core system
maintenance release
- bugfix: fix a bug on system exportation,
- bugfix: fix a typo error on a warning message and
- improvement: monoco system has been cleaned.
maintenance release
- improve the way channels are managed in monoco:
- to create a channel: users have to override MonocoChannelEvent schemas and create their own channel.
- to send a message: users just need to send an event (no more need to call send method of channel component).
- to listen to a message: users just need to listen the event on their channel (no more need to call listen method of channel component).
- remove channel component,
- update MonocoChannel schemas,
- add MonocoChannelEvent schemas,
- improve metamodel module api for inheritance,
- update jsdoc.
maintenance release
- fix a bug with pop/push methods of MonocoArray class,
- fix a bug with collection apis (only server-side),
- update package dev dependency,
- update grunt tasks,
- add unit tests and
- update readme.