v0.9.8
Pre-release
Pre-release
- add system-admin addon for debugging. To use it:
System Designer have to be copy on your web projet at the root level.
To do so, just copy and paste the designer directory at the root level of your web project.
Open Firefox or Google Chrome.
Open System Designer (i.e. /designer/index.html ).
Open a new tab, and go to the web page your want to analyze.
Type this code in the console of your browser:
syrup.require('admin').start();
the system of your running app will be synchronized with System Designer.
- .off() method removes all listeners from an object or a class,
- when we create twice the same schema, they are now merged,
- remove SyrupChannelEvent schemas: now channel creation is easier, we use SyrupChannel schemas instead,
- update dev dependencies,
- add more unit tests.