Skip to content

Commit 67090bd

Browse files
committed
updated the package and changelog
1 parent 7c7e0a9 commit 67090bd

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [0.7.2-beta] - Aug 24, 2024
4+
- Exposed the JumpTo method on the StateMachineController
5+
- This allows users to manually trigger a JumpIn node externally broadening the use-cases for the VSM
6+
- Exposed the State member of the StateMachine through a public State member of the StateMachineController
7+
- This allows users to determine the current state and to directly call methods upon externally.
8+
- I experimented with implementing a StatePattern with all States implementing a common interface.
9+
310
## [0.7.1-beta] - Aug 21, 2024
411
- Amended the exception forwarding of StateMachine to throw the original exception rather than wrapping it. This improves debugging errors in states.
512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.nonatomic.visualstatemachinev2",
3-
"version": "0.7.1-beta",
3+
"version": "0.7.2-beta",
44
"displayName": "Visual State Machine V2",
55
"description": "Visual State Machine V2",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)