Releases: Deuchnord/Aurornis
Releases · Deuchnord/Aurornis
Version 1.5.0
What's Changed
- Deprecate
is_successful()
method in favor of newsuccessful
property by @Deuchnord in #16 - Warn about the default value of the
normalize_carriage_return
argument ofrun()
changing for version 2.0. by @Deuchnord in #17 - Enhance execution time related features by @Deuchnord in #18
- Add a new
exec_time_ns
property for very demanding needs
Full Changelog: v1.4.0...v1.5.0
Version 1.4.0
What's Changed
- Add support for Windows and macOS by @Deuchnord in #7
- Add a new
normalize_carriage_return
option to therun()
function to automatically replace the Windows-styleCRLF
carriage returns to UNIX-styleLF
by @Deuchnord in #7
Full Changelog: v1.3.0...v1.4.0
Version 1.3.0
Version 1.2.0
What's Changed
- Add new
remove_colors
parameter by @Deuchnord in #2 - Add code coverage by @Deuchnord in #3
Full Changelog: v1.1.0...v1.2.0
Version 1.1.0
What's Changed
- Add execution time to the command result by @Deuchnord in #1
Full Changelog: v1.0.2...v1.1.0
Version 1.0.0
First release