Changelog
0.6.0
papyrus now works with stable rust! 🎉
rustup default stable
cargo install papyrus
0.5.2
- Added the
.canceland.ccommands which allow users to cancel out of the current input. This lets you exit more input loops if a leading closing bracket was defined.
0.5.1
- Turned off colouring for Windows, not yet working as intended.
0.5.0
- Added a version query to
crates.io. When the repl is run interactively it will check the version number and print if there is a later version available. - Added
query()method to querypapyrusversion oncrates.io.
0.4.2
- Added in benchmarks.
0.4.1
- Updated
.travis.ymlto initiate code coverage.
0.4.0
- First pass refactoring towards library stablisation.
- Added
ExternCratesupport. You can now useextern crate crate_name as alias;. This will work in most cases, please raise a PR if it doesn't. - Compilation status is redirected to the console.
- Panics now get shown, and statements won't be added if code panics.