Changelog

1.3.0
  • Add new extension function to Forest class: getForest()
1.2.0
  • Add overload methods to support Java. #3
  • Pull out android code into its own module called forest-android, which contains DebugTree. #4
  • Fix global Forest not updating a Forest level when the Forest has allowGlobalOverride set to true, but global Forest allowGlobalOverride is set to false after the Forest is created #5
  • Add GitHub pages documentation. #6
  • Breaking Change: Rename Context to ForestContext. #7
1.1.0
  • Removed unused variable in unit tests.
  • Convert OnModifiedListener interface into Kotlin lambda parameter to remove extension method for Context interface.
1.0.0
  • Initial release.