Releases: team-zomsa/aplib.net
Releases · team-zomsa/aplib.net
v3.0.4
v3.0.3
v3.0.2
v3.0.2-dev.1
v3.0.1
v3.0.0
3.0.0 (2024-06-23)
Bug Fixes
Code Refactoring
Features
- add ILoggable Interface (#64) (df39f1b)
- add maximum retries to
RepeatGoalStructure
(#67) (8add0ee) - add pathfinding action (#70) (04d2fa9)
- modify
shouldUpdate
to includeTReference
(#73) (5fd567c) - simplify
Goal
(#71) (87c0b53)
BREAKING CHANGES
-
rename AnyOfTactic to RandomTactic
-
new parameter for shouldUpdate predicate
-
Goal
has been simplified. -
feat!: simplify Goal
-
test: fix Goal tests
v3.0.0-dev.3
v3.0.0-dev.2
v3.0.0-dev.1
3.0.0-dev.1 (2024-06-23)
Features
BREAKING CHANGES
-
Goal
has been simplified. -
feat!: simplify Goal
-
test: fix Goal tests
v2.1.0-dev.5
feat: add pathfinding action (#70) * feat: add pathfinding action * fix: add project file * fix: also append global usings * Reformat file * fix: conform to code review * fix: conform to Jens * fix: conform to Jens * fix: some more naming issues