All Versions
23
Latest Version
Avg Release Cycle
2 days
Latest Release
3423 days ago

Changelog History
Page 2

  • v0.3.0.0 Changes

    Major

    • Restricted arguments to being inside the repository. (#34)
    • ๐Ÿ”จ Refactored library to use pipes. (#32)
    • Made Options and Version modules private. (#62)
    • ๐Ÿ“‡ Renamed library modules to Omnifmt. (#62)
    • ๐Ÿ”จ Refactored pipeline to feed and consume triples. (#61)
    • 0๏ธโƒฃ Set default --operate-on to head. (#28)

    Minor

    • ๐Ÿ”„ Changed "not found" status to print as debug message. (#61)
    • โž• Added "unsupported" status as debug message. (#61)
    • โž• Added --operate-on-tracked and --operate-on REF options. (#28)
  • v0.2.2.1 Changes

    December 09, 2015

    Revisions

    • ๐Ÿ›  Fixed a bug causing prettifying to fail across filesystem boundaries. (#72)
  • v0.2.2.0 Changes

    Minor

    • โž• Added --threads option to change the number of threads for parallelisation. (#54)

    Revisions

    • โž• Added quoting to the command variables during substitution. (#59)
    • ๐Ÿ”„ Changed parallelisation to use the number of capabilities (and processors) for the number of threads by default. (#54)
  • v0.2.1.2 Changes

    December 09, 2015

    Revisions

    • ๐Ÿ›  Fixed a bug causing prettifying to fail across filesystem boundaries. (#72)
  • v0.2.1.1 Changes

    Revisions

    • ๐Ÿ›  Fixed a bug where passing arguments would only work when running in the git directory. (#57)
  • v0.2.1.0 Changes

    Minor

    • โž• Added default use of stdin and stdout when variables not specified in a program command. (#49)
  • v0.2.0.2 Changes

    December 09, 2015

    Revisions

    • ๐Ÿ›  Fixed a bug causing prettifying to fail across filesystem boundaries. (#72)
  • v0.2.0.1 Changes

    Revisions

    • ๐Ÿ›  Fixed a bug where passing arguments would only work when running in the git directory. (#57)
  • v0.2.0.0 Changes

    Major

    • โœ‚ Removed --list-ugly and --dry-run options. (#29)
    • Restricted use of --quiet and --verbose at the same time. (#35)
    • โšก๏ธ Updated project structure to delegate pretty printing to other binaries. (#38)
    • โž• Added a .omniyaml.yaml config file. (#38)

    Minor

    • โž• Added --mode option (either normal or dry-run). (#29)
    • โž• Added --null option (use the null terminator as the delimiter for inputs). (#27)
    • โž• Added support for directories as arguments (directories include all files within recursively). (#30)
    • โž• Added parallelisation. (#48)

    Revisions

    • โž• Added a warning for when files aren't found. (#29)
    • โšก๏ธ Updated internal use of git ls-files to use the null terminator option. (#27)
    • ๐Ÿ›  Fixed debug log messages to have timestamp and log level on all lines. (#33)
    • Tidied up error messages from git. (#40)
    • ๐Ÿ“œ Tidied up error messages from parsing the config. (#43)
  • v0.1.0.3 Changes

    Revisions

    • ๐Ÿ›  Fixed a bug where passing arguments would only work when running in the git directory. (#57)