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