Skip to content

Releases: con2/emrichen

v0.4.0

09 May 06:50
@akx akx
Compare
Choose a tag to compare

What's Changed

  • Placate CI by @akx in #63
  • Add conspicuously missing le operator, remove duplicate gt by @akx in #64
  • Pin pyaml to 21.x by @akx in #69

Full Changelog: v0.3.0...v0.4.0

v0.3.0

25 Aug 06:48
@akx akx
Compare
Choose a tag to compare

What's Changed

  • Add --output-format=pprint for debugging by @akx in #37
  • Replace Travis with Github Actions by @akx in #38
  • Add type annotations by @akx in #36
  • Add IncludeGlob tag by @akx in #43
  • support custom tags via -m module.to.import by @japsu in #46
  • Remove Python 3.5 support by @akx in #47
  • urlencode: allow a string of querystring parameters by @akx in #52
  • CI/Lint/isort/Mypy stuff by @akx in #51
  • do not truncate --output-file until ready to write (fixes #54) by @japsu in #55
  • Declarative setup by @akx in #56
  • Don't seek or truncate pipes, that's silly! by @akx in #58
  • Issue 59 by @japsu in #61
  • Add handling of chained tags to MD5, SHA1, SHA256 by @dkreuer in #60

New Contributors

Full Changelog: 0.2.2...v0.3.0

0.2.2

04 Jul 09:46
@akx akx
Compare
Choose a tag to compare
  • Support for emitting multiple YAML documents (issue #31, fixed in #32)

0.2.1

22 Mar 05:22
Compare
Choose a tag to compare
  • Emit Unicode YAML output instead of escaping all non-ASCII characters.

0.2.0

22 Jan 10:15
Compare
Choose a tag to compare
  • Added Index and Group tags.
  • Added the previous_as parameter to Loop.