Releases: dmitrijkotov634/Inline2
Releases · dmitrijkotov634/Inline2
v0.10
feat: small fix
v0.6
- Bugs fixed
- Added colorama internal library
- Now _G.inline is the application context
v0.5
- 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
- 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