- Add tabular display and calendar support.
- Support sound null safety and latest win32 and ffi dependencies.
- Bumped minver of win32
- Update to latest win32 package
- Add scrollback ignore option (thanks @averynortonsmith)
- Fix readme (thanks @md-weber)
- Shift all FFI code to the new win32 package
- Add
writeErrorLine
function which writes to stderr - BREAKING: Automatically print a new line to the console after every
readLine
input - BREAKING:
readLine
now returns a null string, rather than an empty string, when Ctrl+Break or Escape are pressed. - Add Game of Life example (thanks to @erf)
- Update to new FFI API
- Add support for Windows consoles that recognize ANSI escape sequences
- Add
readline
function and escape character support
- Initial version