All Versions
23
Latest Version
Avg Release Cycle
2 days
Latest Release
3423 days ago
Changelog History
Page 2
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
andVersion
modules private. (#62) - ๐ Renamed library modules to
Omnifmt
. (#62) - ๐จ Refactored pipeline to feed and consume triples. (#61)
- 0๏ธโฃ Set default
--operate-on
tohead
. (#28)
Minor
-
v0.2.2.1 Changes
December 09, 2015Revisions
- ๐ Fixed a bug causing prettifying to fail across filesystem boundaries. (#72)
-
v0.2.1.2 Changes
December 09, 2015Revisions
- ๐ 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, 2015Revisions
- ๐ 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 (eithernormal
ordry-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)
- โ Removed
-
v0.1.0.3 Changes
Revisions
- ๐ Fixed a bug where passing arguments would only work when running in the git directory. (#57)