Hi everyone !
I'm pleased to announce the latest version of WireIt, namely 0.5.0.
This release had 2 major goals:
* Enhance the WiringEditor
* Documentation documentation documentation
The WiringEditor received a lot of attention: by providing a full-page
editor, people have been able to start prototypes very quickly for
their projects. However, we needed to improve the way we connect this
editor to the backend, and that's what we've done, through "adapters".
Concerning the documentation, although we already had a full API
documentation and many examples, it was still missing some guidelines.
I therefore wrote the WireIt guide:
http://javascript.neyric.com/wireit/guide.html
Thanks to everyone who asked questions or provided replies, It really
helped a lot writing this guide.
Of course, we also have some minor improvements :
* the new InOutContainer
* Wire mouse events
* some experimental layout options
You can view the complete changeset at:
http://javascript.neyric.com/wireit/VERSION.txt
Have fun !
Eric