File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -535,6 +535,7 @@ root {
535
535
## Version History
536
536
| Version | Notes |
537
537
| -------------- | :-------------|
538
+ | 2.2.0 | Added Succeed, Fail and Retry decorators |
538
539
| 2.1.0 | Added optional arguments for actions, conditions and decorators |
539
540
| 2.0.1 | Fixed isses with inconsistent guard condition evaluation for composite nodes |
540
541
| 2.0.0 | Fixed broken typings |
Original file line number Diff line number Diff line change 1
- // Type definitions for Mistreevous 2.1.2
1
+ // Type definitions for Mistreevous 2.2.0
2
2
// Project: Mistreevous
3
3
// Definitions by: nikolas howard <https://github.com/nikkorn>
4
4
declare module "mistreevous" {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mistreevous" ,
3
- "version" : " 2.1.2 " ,
3
+ "version" : " 2.2.0 " ,
4
4
"description" : " A tool to build behaviour trees in JavaScript" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/mistreevous.d.ts" ,
41
41
" state"
42
42
],
43
43
"author" : " nikolas howard" ,
44
- "license" : " ISC " ,
44
+ "license" : " MIT " ,
45
45
"bugs" : {
46
46
"url" : " https://github.com/nikkorn/mistreevous/issues"
47
47
},
You can’t perform that action at this time.
0 commit comments