Skip to content

Releases: VelixDevelopments/Imperat

v1.7.1

05 Mar 10:37
Compare
Choose a tag to compare

Quick patch:

  • Solidified annotation parsing of usage methods.

v1.7.0

05 Mar 05:46
Compare
Choose a tag to compare

Changes:-

This version is more of a bug fixer.

  • Fixed Inherited parameters overlap with attachDirectly property of subcommands
  • Fixed ClassCastException when resolving the default value for optional parameters.
  • Methods are now converted into usages in order of how they were written in the source code, making the help
    menu look more clean when displayed.
  • Added method ParameterType#fromString which parses a type from a string.

Imperat v1.6.1

14 Feb 22:02
Compare
Choose a tag to compare

Quick patch

Patch that fixes commands on newer minestom versions

Imperat v1.6.0

05 Feb 23:41
Compare
Choose a tag to compare

Major Update

  • Added new feature : free flags

Free flag

A free flag is a flag that can be used anywhere in the command execution without requiring
a certain parameter's index.

Imperat v1.5.1

31 Dec 21:43
Compare
Choose a tag to compare

Hot patch

  • Deleted bungee ChatColor parameter type
  • Fixed Initialization error on start

Imperat v1.5.0

23 Dec 02:19
Compare
Choose a tag to compare

Critical update

This update comes with few but extremely critical changes that would facilitate the user's experience.

Changes

  • Recoded the context matching algorithm. thus, command-execution has been solidified and several bugs have been fixed ,
  • Changed the usage of ContextResolverFactory by introducing a parameter type for which the context resolver(to be created by the factory) will return.

Imperat v1.4.0

13 Dec 16:50
Compare
Choose a tag to compare

Changes

  • Fixed default command execution not working for some people.
  • Modified the method CommandHelp#display to make it accept the type Source for custom sources.
  • Fixed duplicated help header-hyphen.
  • Minor code improvements

Imperat v1.3.2

21 Nov 20:51
Compare
Choose a tag to compare

#Quick change

Imperat v1.3.1

09 Nov 23:51
Compare
Choose a tag to compare

Hot Bug fixes

  • Fixed Immutable completions error on tab completing.
  • Fixed Brigadier error with modern bukkit versions below v1.21

Imperat v1.3.0

08 Nov 01:58
Compare
Choose a tag to compare

Recoded:

  • Native auto-completer
  • ArgumentQueue parsing from a string.

New:

  • Added processor chain API

Fixed

  • A bug regarding tab completion
  • A bug where an extra space was added to the string parsed.