- Require Dart 3.4.0
- Require Dart 2.18.0
- Update license.
- Support null safety.
- Prevent
tryCompletion
from crashing when looking up the script name when run without a current working directory.
- Increase minimum Dart SDK to
2.3.0
.
- Small fix to error handler.
-
Exposed the
tryCompletion
method as a public interface. -
Added more complete instructions in the
README.md
-
Renamed
COMPLETION_COMMAND_NAME
tocompletionCommandName
. -
Added named
logFile
argument totryArgsCompletion
andtryCompletion
to aid debugging.
- A bunch of internal cleanup.
- Support the latest version of
logging
.
- Don't blow up if run via
pub run
.
- Fix for latest
args
version.
- Allow latest
args
version.
- Code cleanup.
-
Stopped using deprecated features from
bot
package. -
Formatting
- Updated
hop
and addedhop_unittest
dev dependencies.
- Fixed test runner.
- Removed unneeded dependency on
bot_io
- Cleanup of other references to
bot_io
- First release
- Maintains 100% compatibility with the
completion
library from thebot_io
package as of release0.25.1+2
.