Skip to content

Releases: design-first/system-runtime

maintenance release

23 Jul 18:14
Compare
Choose a tag to compare
maintenance release Pre-release
Pre-release
  • fix: error when invoking action that uses monoco core APIs (useCoreApi = true on 'on' method),
  • update: unit test and
  • add: validation of 'action' signature when invoking 'on' method.

maintenance release

19 Jul 12:45
Compare
Choose a tag to compare
maintenance release Pre-release
Pre-release
  • fix bug when using 'useCoreAPI' parameter on 'on' method,
  • update 'webType' monoco core addon and
  • update unit test.

beta version

18 Jul 18:12
Compare
Choose a tag to compare
beta version Pre-release
Pre-release
  • add 'async' attribute on system load via HTML:
    example:
    It will load the system asynchronaly,
  • add parameter for collection event change ('add' / 'remove'),
  • add a new monoco core addon to specify new types ('css', 'html' and 'javascript'),
  • behaviors are now real components: they inherit from MonocoComponent. So behaviors can be updated dynamically with classic component apis,
  • $db.remove now returns the list of removed documents,
  • 'destroy' and 'init' states of components are now methods (they are no ore events)
  • we can now listen to a collection update (ex: .children(0, son) or children.push(son)),
  • add $metamodel.isCollection, $metamodel.isMethod,
  • update jsdoc and
  • add more unit tests

v0.3.6

30 May 17:22
Compare
Choose a tag to compare
v0.3.6 Pre-release
Pre-release
  • add systemLoaded event to web addon
  • fix a bug when using collection in APIs
  • update a log message

v0.3.5

15 May 22:25
Compare
Choose a tag to compare
v0.3.5 Pre-release
Pre-release
  • update api documentation

v0.3.1

04 May 01:57
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release
  • fix a bug on system method (only on server side)

v0.3.0

03 May 15:53
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

alpha version