We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7d9ad commit e6228b7Copy full SHA for e6228b7
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## [1.1.0] - 2025-03-16
5
+
6
+### Changed
7
+- Use nullable language feature for better null checks.
8
+- Mark required items are required to assist with Validation.
9
+- Adjusted F# code to use language features and more constants.
10
+- Added caching for Byte -> Trigger mapping for faster performance.
11
12
## [1.0.9] - 2024-11-17
13
14
### Changed
0 commit comments