Skip to content

Releases: dmitrijkotov634/Inline2

v0.10

20 Oct 15:25
Compare
Choose a tag to compare
v0.10 Pre-release
Pre-release
feat: small fix

v0.6

05 May 19:10
Compare
Choose a tag to compare
v0.6 Pre-release
Pre-release
  • Bugs fixed
  • Added colorama internal library
  • Now _G.inline is the application context

v0.5

01 May 05:59
Compare
Choose a tag to compare
v0.5 Pre-release
Pre-release
  • Added erase command
  • Added query:replaceExpression(replacement) replacing the command expression in the text
  • Query.getMatch renamed to Query.getExpression
  • module:registerWatcher(watcher) module:unregisterWatcher(watcher) module:getAllWatchers() added, Module.setWatcher removed
  • http.newRequestBuilder removed, http.Request added

v0.3

24 Apr 18:04
2d86faf
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release
  • Wiki module now gives a more concise and understandable description
  • All methods of the strings, http library are now called without passing an instance as the first argument (strings:split -> strings.split)
  • Added http.getOkHttpClient method