HEADS-project / forum

Open technical discussions within the HEADS project
0 stars 0 forks source link

Kevoree Std Libs upgrading to 5.2.3 #7

Closed maxleiko closed 9 years ago

maxleiko commented 9 years ago

We are currently releasing the Kevoree Standard Libraries in 5.2.3... You might experience cross-platform problems during the process.

I'll update this issue once the process is over.

maxleiko commented 9 years ago

Done.

maxleiko commented 9 years ago

kevoree-js changes

In order for you to write less, I've release kevoree-entities@^8.0.0. This implies that you no longer have to call:

start: function (done) {
  this._super(function () {
    // your code
  });
}

The logic I was making in KevoreeEntity and AbstractXXX are now shifted to internal methods, so you can omit the this._super statement.

maxleiko commented 9 years ago

This changes only works for kevoree-js runtimes using the JavascriptNode >= 5.x.y