Skip to content

Commit

Permalink
Way too many things check CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciel-MC committed Nov 13, 2021
1 parent 673b8e6 commit f2fd692
Show file tree
Hide file tree
Showing 63 changed files with 1,030 additions and 2,158 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
# RedLib-Command-File Changelog

## [Unreleased]
- Disabled postarg for base commands and the children of consuming commands
- Optimized file size
- Added support for consuming args with constraints
- Added support for consuming args with constraints with default values
- Added support for constraints
- Fixed a bug where it would allow consuming arguments after one non-consuming subcommand
- Fixed a bug where context and assert would only accept 2 words and nothing else
- Fixed a bug where you can't have postargs in the command if it has a consuming argument
## [0.2.10]
- Fixed a bug where you can't have empty lines between commands
## [0.2.9]
- Added brace matching
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pluginGroup = com.github.shuaiouke.redlibcommandfile
pluginName = RedLib-Command-File
pluginVersion = 0.2.10
pluginVersion = 0.2.11

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

Large diffs are not rendered by default.

Loading

0 comments on commit f2fd692

Please sign in to comment.