cli_repl
A simple library for creating CLI REPLs
0.2.3
108K downloads/mo
#1093 most downloaded on pub.dev
jathak/cli_repl
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Ships unpredictably
gaps range from 8 days to 2.3 years
Nearly every release is documented
notes for 9 of 10 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
11 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
11 releases · Apr 2018 to Sep 2022Releases
latest 11-
0.2.321 Sep 2022Release notes
Open source →-
Change initializers to use equal for default values
-
Remove deprecated features
-
Prepare for publishing
-
-
0.2.214 Apr 2021Release notes
Open source →- Avoid triggering https://github.com/dart-lang/sdk/issue/34775.
- Explicitly declare
Repl.exit()'s type asFutureOr<void>.
-
0.2.111 Mar 2021 -
0.2.1-nullsafety08 Dec 2020 pre-release -
0.2.019 Jun 2018Release notes
Open source →- Removes option to use sharedStdIn, as well as the
iopackage dependency.
- Removes option to use sharedStdIn, as well as the
-
0.2.0+103 Aug 2018 -
0.1.308 May 2018Release notes
Open source →-
Line editing should now work in environments like the Emacs terminal where
EscOis used for ANSI-escaped input instead of the more typicalEsc[. -
Fixed issue with the prompt changing to the Node default when running on it.
-
Broadened dependency on the async package to support 2.x.x versions.
-
-
0.1.215 Apr 2018Release notes
Open source →-
If compiled to JS and run with Node,
Repl.runAsync()should now work. It uses the Node readline library for line editing. -
Repl.runAsync()now supports running with no terminal, and should operate similarly to howRepl.run()does, both on the Dart VM and on Node.
-
-
0.1.114 Apr 2018 -
0.1.1+114 Apr 2018Nothing published for this version
-
0.0.105 Apr 2018