====
* Started updating the changelog, finally.
* Simplified the tree data structure by removing the insertion of
"data" at the top-level. This means JS clients will have to add
it themselves when doing full-loads of data off the server, but
it also means that AJAX-based jsTrees should work properly. More
testing on this is required, however.
* Started enhancing the in-code documentation so devs get a better
sense of how to use the code.
* Hardened jstree.Node to be "as immutable as possible" right now
without a lot of major code changes.
* Enhanced jstree.Node for advanced usage. Users can now pass
additional attributes directly into it if they're managing
a set of Nodes themselves.