Skip to content

Releases: remarshal-project/remarshal

v0.6.0

03 Sep 10:49
Compare
Choose a tag to compare
  • remarshal now handles Control-C gracefully.
  • sudo python setup.py install will install scripts for the shorthand commands.
  • Some shorthand commands that failed with an exception no longer do.
  • The redundant YAML style \ has been removed.
  • A new command line argument: --version.

v0.5.1

02 Sep 19:40
Compare
Choose a tag to compare
  • Python rewrite
    • TOML v0.4 support
    • YAML precision fixed
    • Several command line arguments have been renamed:
      • -indent-json -> --indent-json
      • -wrap -> --wrap
      • -unwrap -> --unwrap
    • --yaml-style
    • New test suite

v0.3.0: New flags: '-wrap' and '-unwrap'.

06 Oct 17:20
Compare
Choose a tag to compare
Refactored the func 'remashal' to implement the new flags.