Releases: Zhuinden/service-tree
Releases · Zhuinden/service-tree
Service Tree 1.2.0
Service Tree 1.2.0 (2017-03-24)
- BREAKING CHANGE: Removed
Node.Binder
. Just useNode
instead. - ADDED:
getTreeRoot()
in case the tree's root is needed, just in case.
Service Tree 1.1.1
Service Tree 1.1.1 (2017-03-23)
- Decrease minSDK to 1.
Simple Tree 1.1.0
Simple Tree 1.1.0 (2017-03-16)
- Added
node.getChildren()
method.
Service Tree 1.0.6
Service Tree 1.0.6 (2017-03-07)
- Fix:
Binder.getService()
should have returned<T>
instead ofObject
- Enhancement: added
service-tree-fragment-example
Service Tree 1.0.5
Service Tree 1.0.5 (2017-03-02)
- Added Javadocs and null checks and support annotations
Service Tree 1.0.3
Service Tree 1.0.3 (2017-03-02)
- Added
getRootService(String name)
.
Service Tree 1.0.2
Service Tree 1.0.2 (2017-03-02)
unregisterRootService(String name)
should return the removed service.
Service Tree 1.0.1
Service Tree 1.0.1 (2017-03-02)
getBoundServices()
should return aList<Entry>
, becauseList<Object>
containing services without their keys is essentially useless.
Service Tree 1.0.0
Service Tree 1.0.0 (2017-03-02)
- Initial release.