Releases: TheWalruzz/godot-sx
Releases · TheWalruzz/godot-sx
v1.9.1
v1.9.0
- Added
SxSignalProperty
v1.8.0
- Added
scan
operator
v1.7.0
- Added
debounce
andthrottle
operators
v1.6.0
- Added unit tests
- Identified and fixed some edge cases that could cause problems for some people
v1.5.2
- Removed accidentally added character to SxProperty's code
v1.5.1
- Fixed invalid property name in SxDictionaryProperty
v1.5.0
- Simplified getters and setters in properties
- Renamed Type enums in SxArrayProperty and SxDictionaryProperty to Event
v1.4.0
- Moved
connect_flags
from constructors to.subscribe()
method for more granular control over signal connections
v1.3.1
- Added iterator support to SxArrayProperty and SxDictionaryProperty
- Added a couple of QOL methods to properties above