Skip to content

Releases: aratakileo/suggestions-api

v1.0.6

21 Feb 18:27
Compare
Choose a tag to compare

Critical bug fix

v1.0.5

17 Feb 13:13
9b37310
Compare
Choose a tag to compare

What's Changed

  • Fix freeze when typing certain commands #37 #3

[Full Changelog v1.0.4...v1.0.5]

v1.0.4

23 Jan 18:44
Compare
Choose a tag to compare

What's new?

  • extended documentation
  • fixed a Minecraft bug related to duplicate invocation of injectors
  • now, inside the injectors associated with entering text into the input field in the method responsible for generating new suggestions, a StringContainer is passed as an argument, which contains more detailed information about the current context (full text from the input field, cursor position, whether a command is being entered, etc.)
  • now, by default, you can add suggestions regardless of the context (whether the player is currently entering a command or not)
  • implicit replacement of other suggestions is now prohibited. Instead, it is allowed to replace suggestions added outside of the Suggestions API using ReplacementInjector
  • the core has been rebuilt

Full Changelog: v1.0.3...v1.0.4

v1.0.3

03 Jan 15:43
Compare
Choose a tag to compare

What's new?

  • new parameter IconSuggestion#isIconOnLeft
  • new Injector InjectorListener that let listen events: onSessionInited (by InjectorListener#onSessionInited(...)), onSuggestionSelected (by InjectorListener#onSuggestionSelected(...))
  • move SuggestionsAPI#registerSuggestionsInjector(...) to SuggestionsAPI#registerInjector(...)
  • move SuggestionsAPI#addResourceDependedSuggestionsContainer(...) to SuggestionsAPI#addResourceDependedContainer(...)
  • code structure has been refactored

Full Changelog: v1.0.2...v1.0.3

v1.0.2

26 Nov 10:20
Compare
Choose a tag to compare

What's new?

  • multiplayer crash fix #1
  • refactored from SuggestionsAPI#registerResourceDependedInjector to SuggestionsAPI#addResourceDependedSuggestionsContainer
  • now, by default, the mechanism for ignoring nested suggestions is enabled for each injector
  • other small changes

v1.0.1

12 Sep 14:06
Compare
Choose a tag to compare

Redesigned interface for asynchronous injector. All the logic of asynchrony has been moved from it to another place

v1.0.0

03 Sep 16:56
Compare
Choose a tag to compare

First release