Skip to content

Commit f2fd692

Browse files
committed
Way too many things check CHANGELOG.md
1 parent 673b8e6 commit f2fd692

File tree

63 files changed

+1030
-2158
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1030
-2158
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
# RedLib-Command-File Changelog
44

55
## [Unreleased]
6+
- Disabled postarg for base commands and the children of consuming commands
7+
- Optimized file size
8+
- Added support for consuming args with constraints
9+
- Added support for consuming args with constraints with default values
10+
- Added support for constraints
11+
- Fixed a bug where it would allow consuming arguments after one non-consuming subcommand
12+
- Fixed a bug where context and assert would only accept 2 words and nothing else
13+
- Fixed a bug where you can't have postargs in the command if it has a consuming argument
14+
## [0.2.10]
615
- Fixed a bug where you can't have empty lines between commands
716
## [0.2.9]
817
- Added brace matching

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
pluginGroup = com.github.shuaiouke.redlibcommandfile
55
pluginName = RedLib-Command-File
6-
pluginVersion = 0.2.10
6+
pluginVersion = 0.2.11
77

88
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99
# for insight into build numbers and IntelliJ Platform versions.

src/main/gen/com/github/shuaiouke/redlibcommandfile/language/RedLibCommandLexer.java

Lines changed: 261 additions & 242 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)