Tags: Ownezx/fluid-behavior-tree
Tags
chore(release): 2.2.3 [skip ci] ## [2.2.3](ashblue/fluid-behavior-tree@v2.2.2...v2.2.3) (2021-03-24) ### Bug Fixes * **actions:** generic action had exit and init reversed ([ff7dbc2](ashblue@ff7dbc2)), closes [ashblue#35](ashblue#35) * **builds:** node version now pulls from .nvmrc ([bf5c108](ashblue@bf5c108))
chore(release): 2.2.2 [skip ci] ## [2.2.2](ashblue/fluid-behavior-tree@v2.2.1...v2.2.2) (2020-06-04) ### Bug Fixes * **dependencies:** nsubstitute no longer required ([a171e85](ashblue@a171e85)), closes [ashblue#18](ashblue#18) * **repeaters:** now handle composites and task hooks as expected ([3d8bcf6](ashblue@3d8bcf6))
chore(release): 2.2.1 [skip ci] ## [2.2.1](ashblue/fluid-behavior-tree@v2.2.0...v2.2.1) (2020-02-10) ### Bug Fixes * **parallel:** prevents crashes when used with Splice() ([010d4ef](ashblue@010d4ef))
chore(release): 2.2.0 [skip ci] # [2.2.0](ashblue/fluid-behavior-tree@v2.1.0...v2.2.0) (2019-06-13) ### Bug Fixes * **travis:** nightly builds moved to a force push ([b1ae62d](ashblue@b1ae62d)) * nightly builds set to the wrong branch ([4413d51](ashblue@4413d51)) * **behavior-tree:** recursive global position changes don't double up ([e762e8e](ashblue@e762e8e)) * **visualizer:** bugfix for images vanishing ([53dcf0d](ashblue@53dcf0d)) ### Features * nightly builds now available ([2cd0774](ashblue@2cd0774)) * **behavior-tree:** runtime trees can now be visually printed ([11534c7](ashblue@11534c7)) * **decorators:** add three new decorators ([f376ea6](ashblue@f376ea6)) ### Reverts * **nightly:** removing nightly back to what it originally was ([f697eec](ashblue@f697eec))
chore(release): 2.1.0 [skip ci] # [2.1.0](ashblue/fluid-behavior-tree@v2.0.1...v2.1.0) (2019-06-04) ### Bug Fixes * **manifest:** moved to scoped registries ([19dd266](ashblue@19dd266)) ### Features * **behavior-tree:** calling `Reset()` now triggers End on active nodes ([0287fa8](ashblue@0287fa8))
chore(release): 2.0.1 [skip ci] ## [2.0.1](ashblue/fluid-behavior-tree@v2.0.0...v2.0.1) (2019-05-31) ### Bug Fixes * missing meta files no longer crash the dist package ([32f782d](ashblue@32f782d))
chore(release): 2.0.0 [skip ci] # [2.0.0](ashblue/fluid-behavior-tree@v1.0.0...v2.0.0) (2019-05-31) ### Bug Fixes * **github:** fixed corrupt GitHub archive generation ([f94a140](ashblue@f94a140)) * **semantic-release:** prevents a crash due to no version number change ([55aa2ba](ashblue@55aa2ba)) ### BREAKING CHANGES * **github:** Artifical breaking change to make the number match with the correct version
chore(release): 1.0.0 [skip ci] # 1.0.0 (2019-05-31) ### Bug Fixes * **travis:** fixes an npm verification bug ([3bbb40c](ashblue@3bbb40c)) ### Code Refactoring * **namespace:** namespace changed to CleverCrow.Fluid.BTs ([073c1e9](ashblue@073c1e9)) ### Features * **action:** new wait time node ([bc49935](ashblue@bc49935)) * **commits:** added commitizen support ([916f5cb](ashblue@916f5cb)) * **composites:** new selector random node ([0e13b8d](ashblue@0e13b8d)) ### BREAKING CHANGES * **namespace:** Will cause any project using the old namespace to break
Documentation first pass, fixed a bug with splicing, increased extend… …ability of behavior tree builders.
PreviousNext