You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
3
+
## 0.3.0
4
+
5
+
This release brings customizability to special commands and other miscellaneous improvements.
6
+
7
+
- It is now possible to add additional special commands to the parser
8
+
- It is now possible to disable/replace built-in special commands
9
+
- Default help screen can now be changed to a custom one
10
+
- Parse error messages can now be localized/changed
11
+
-`DateTime`, `DateOnly`, `TimeSpan` and `TimeOnly` are now valid types for options type members
12
+
3
13
## 0.2.0
4
14
5
15
This release focuses on addressing technical dept and improving developer experience. It doesn't include any additional library features besides an important breaking change.
0 commit comments