Skip to content

Releases: mdm-code/duct

v1.3.0

28 Nov 18:38
9a284bd

Choose a tag to compare

What's Changed

  • Add support to STDIN & STDERR of wrapped command by @mdm-code in #3

Full Changelog: v1.2.0...v1.3.0

v1.2.0

23 Aug 22:52
8a9b176

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

15 Mar 19:42

Choose a tag to compare

There were some errors in the command duct.

  1. os.Exit caused deferred closer not to be called.
  2. Temporary file was not removed. os.Remove is now deferred after the file handle is closed.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

14 Mar 20:28

Choose a tag to compare

This appears to be a fully featured implementation of a wrapper for code formatters.

Full Changelog: https://github.com/mdm-code/duct/commits/v1.0.0