# Changelog * Version 1.0.0: Initial release. * Version 1.0.1: Fixed reinitialisation problem; so if simpleTreeMenu() is re-called on an existing simpleTreeMenu, nothing happens. * Version 1.0.2: Fixed menu icon PNGs to have transparent backgrounds. * Version 1.1.0: Added expandAll, closeAll and expandToNode (contributed by Tsehau Chao, pagras.net[at]gmail.com ... thanks!) * Version 1.2.0: Added EmptyNodes (from a suggestion by Anthony Durity ... thanks!) * Version 1.3.0: Added serialize and deserialize methods which will persist the trees state to the browser localStorage, if it is available (HTML5). The tree will then load this state next time the page is refreshed. * Version 1.4.0: Added searchForUrl in order to highlight current page * Version 1.5.0: Moved to github, effectively ending this changelog; changes will now just be the [git log](https://github.com/sfreytag/Simple-Tree-Menu/commits/master).