diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-12-13 16:10:08 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-12-13 16:10:08 +1100 |
| commit | 64b106c13e18c33be0f2b0de532054e0ed3f731d (patch) | |
| tree | b54b1c90d941bc456b4d51e864970720bdf2d648 /lib/lua-linenoise/Changes | |
| parent | 5a2f0b08e0e3f20cda977b510b680d5843ae7283 (diff) | |
| download | tangara-fw-64b106c13e18c33be0f2b0de532054e0ed3f731d.tar.gz | |
add a cool lua repl
Diffstat (limited to 'lib/lua-linenoise/Changes')
| -rw-r--r-- | lib/lua-linenoise/Changes | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/lua-linenoise/Changes b/lib/lua-linenoise/Changes new file mode 100644 index 00000000..d8566b06 --- /dev/null +++ b/lib/lua-linenoise/Changes @@ -0,0 +1,24 @@ +0.9 2018 Apr 04 + - Add syntactic sugar for addcompletion (thanks, Natanael Copa!) + - Add bindings for new linenoise functions: setmultiline, sethintscallback, printkeycodes (GH #16, GH #17) + - Propagate errors in completion callback (GH #14) + - Remove ability to use custom linenoise library (explanation in fa53845) + - Unicode 9.0 support (thanks, Alec Larson!) + - UTF8 support (thanks, Alec Larson!) + - ANSI support (GH #15 - thanks, Alec Larson!) + +0.8 2015 Apr 29 + - Fix memory leak (thanks, Dirk Feytons!) + +0.7 2015 Feb 24 + - Bump linenoise version + +0.4 2012 Dec 18 + - Offer more options when building. + - Update bundled version of linenoise. + +0.3 2012 Sep 19 + - Update rockspec and upload to luarocks. + +0.2 ??? + - Initial release. |
