Skip to content

Releases: design-first/system-runtime

v0.9.5

31 Jan 12:14
Compare
Choose a tag to compare
v0.9.5 Pre-release
Pre-release
  • fix a bug with the visibility of a schema

v0.9.4

30 Jan 19:22
Compare
Choose a tag to compare
v0.9.4 Pre-release
Pre-release
  • add Sauce Labs for automated Cross-Browser testing
  • update configuration files
  • update readme

v0.9.3

26 Jan 19:58
Compare
Choose a tag to compare
v0.9.3 Pre-release
Pre-release
  • Added: you can now specify core components with _core property. These core components will not be exported.
  • Improved: documentation

v0.9.2

22 Jan 20:07
Compare
Choose a tag to compare
v0.9.2 Pre-release
Pre-release
  • update documentation

v0.9.1

21 Jan 22:13
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

maintenance release

25 Oct 15:13
Compare
Choose a tag to compare
maintenance release Pre-release
Pre-release
  • update doc
  • update package.json
  • update minified file name: rename monoco-min.js into monoco.min.js

maintenance release

28 Sep 20:19
Compare
Choose a tag to compare
maintenance release Pre-release
Pre-release
  • bugfix: fix an error with on method
  • improve: $db.dump
  • improve: clean monoco core system

maintenance release

20 Sep 10:37
Compare
Choose a tag to compare
maintenance release Pre-release
Pre-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

14 Sep 11:32
Compare
Choose a tag to compare
maintenance release Pre-release
Pre-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

31 Aug 15:13
Compare
Choose a tag to compare
maintenance release Pre-release
Pre-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.