1
0
mirror of https://github.com/CZ-NIC/pz.git synced 2022-02-13 01:03:07 +03:00
Files
pz-bash-python-cli/CHANGELOG.md
Edvard Rejthar 5f9b0a63be raw bytes support
2021-03-19 17:10:40 +01:00

761 B

CHANGELOG

1.0.0

  • CHANGED: --end clause renamed from --finally
  • auto-importing works in the --setup clause
  • will not internally change commands starting with a reserved keyword (ex: if s == will not be changed to s = if s ===)
  • generator
  • skip processing if not needed to speed up
  • command chaining tuned up
  • --format, --stderr, --overflow-safe flags
  • counter variable
  • raw bytes support

0.9 (2020-12-02)

  • other modules added for auto-import
  • global instances of collections
  • regular matches output
  • regular flags
  • --finally flag in opposition to --setup
  • allowing callables to be output
  • raw output
  • --lines flag, variables lines and numbers
  • added Python3.6 support

0.8 (2020-11-25)

  • fully working