Skip to content

Releases: bugen/pypipe

v0.4.1

15 Dec 08:10

Choose a tag to compare

This release has been created solely to publish to PyPI. There are no changes from v0.4.0.

v0.4.1a0

15 Dec 07:46

Choose a tag to compare

v0.4.1a0 Pre-release
Pre-release

This is a test release for testing publication to PyPI and TestPyPI.

v0.4.0

14 Dec 13:25

Choose a tag to compare

Features

  • Automatic Import
  • Automatic Type Conversion - -t, --convert option
  • Improved Behavior and Handling Related to Pager
  • Dynamic Field Variable Definition - -l, --length option without argument value (rec, csv)

Bug Fixes 🐛

  • Fixed output when specifying -Fj, --output-format=json.

Full Changelog: v0.3.1...v0.4.0

v0.3.1

10 Nov 04:20

Choose a tag to compare

Bug Fixes 🐛

  • Fixed alignment issue in View mode
  • Fixed issues related to PYPIPE_PAGER
    Resolved the problem causing an error when specifying a command with options, such as PYPIPE_PAGER='less -R'.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

09 Nov 15:28

Choose a tag to compare

Features

  • Auto pager
  • View mode -v, --view for all commands
  • -D DELIMITER, --output-delimiter DELIMITER option for all commands
  • -L, --linebreak (same as -D '\n') option for all commands
  • -F FORMAT, --output-format FORMAT option for all commands

Bug Fixes 🐛

  • Make adjustments to the indentation when code wrapping.

Miscellaneous

  • Added automated tests - Thnaks! @horw
  • Added support for installation via pip and pipx. see pypipe-ppp - Thanks! @diazona
  • Added to AUR (Arch User Repository). see pypipe - Thanks! @claui

Full Changelog: v0.2.0...v0.3.0

v0.3.0a2

09 Nov 09:33

Choose a tag to compare

v0.3.0a2 Pre-release
Pre-release

This is an alpha release for testing PyPI release workflow.

v0.3.0a1

09 Nov 02:58

Choose a tag to compare

v0.3.0a1 Pre-release
Pre-release

This is an alpha release for testing PyPI release workflow.

v0.3.0a0

08 Nov 11:48

Choose a tag to compare

v0.3.0a0 Pre-release
Pre-release

This is an alpha release for PyPI release test.

v0.2.0

27 Oct 01:17

Choose a tag to compare

This is the initial release.