Releases: Typiqally/kt-behaviour-tree
Releases · Typiqally/kt-behaviour-tree
1.1.1
What's Changed
- Remove obsolete delivery pipeline by @Typiqally in #23
- Fix state inherit hierarchy by @Typiqally in #22
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Fix builder parameter ordering by @Typiqally in #13
- Add generic getter for Blackboard by @Typiqally in #15
- Add stack trace sequence generator function by @Typiqally in #14
- Add RepeatWhen decorator by @Typiqally in #16
- Add limit to repeater decorator nodes by @Typiqally in #17
- Generic blackboard by @Typiqally in #18
- Simplify structure by making state nullable by @Typiqally in #19
- Add leaf interface for consistency by @Typiqally in #20
- Allow for pure implementations by @Typiqally in #21
Full Changelog: 1.0.2...1.1.0
1.0.2
What's Changed
- Add and properly handle abort status by @Typiqally in #8
- Add Gate decorator by @Typiqally in #9
- Add Blackboard by @Typiqally in #10
- Add documentation and restructure codebase by @Typiqally in #11
- Replace stop status with stop condition by @Typiqally in #12
Full Changelog: 1.0.1...1.0.2
1.0.1
1.0.0
What's Changed
- Add general structure by @Typiqally in #1
- Add tracing for tree call stack by @Typiqally in #2
- Action naming refactor by @Typiqally in #3
- Add project description, features, and usage to README.md by @Typiqally in #4
- Add inverted extension function for tree nodes by @Typiqally in #5
- Add and configure publishing workflows by @Typiqally in #6
New Contributors
- @Typiqally made their first contribution in #1
Full Changelog: https://github.com/Typiqally/kt-behaviour-tree/commits/1.0.0