cristianoliveira
released this
26 Oct 21:50
·
16 commits
to master
since this release
What's Changed
Funzzy v1.5.0: Enhanced Configuration, Colorful Output, and Faster Performance
New features
- feat: adds configuration with environment variables by @cristianoliveira in #213
- feat(stdout): messages now has colours by @cristianoliveira in #215
- feat(perf): uses "fat" lto to bust performance by @cristianoliveira in #217
- feat(stdout): one configuration for colored output by @cristianoliveira in #220
- feat(init): better cli onboarding with init command by @cristianoliveira in #221
- feat(init): better cli onboarding with init command by @cristianoliveira in #222
- feat(stdout): concise summary execution report by @cristianoliveira in #224
- feat(flags): allows --target empty to list available by @cristianoliveira in #227
Fixes
- fix(cmd): init does not override config file by @cristianoliveira in #203
- fix(cmd): enhance error messages with hints for cmd init by @cristianoliveira in #204
- fix(err): enhance stdin error message by @cristianoliveira in #205
- fix(errors): configuration errors are more descriptive by @cristianoliveira in #206
- fix(err): better message when invalid configuration by @cristianoliveira in #212
- fix(env): eval boolean environment variable from str by @cristianoliveira in #219
- fix(stdin): validate the received paths by @cristianoliveira in #225
- fix(stdout): ensure to color all output only when enabled by @cristianoliveira in #228
Continous Integration and Development
- tests: limit to unit tests or use --features test-integration by @cristianoliveira in #201
- chore: use make in ci workflows by @cristianoliveira in #202
- tests: makes sure to clean files before testing by @cristianoliveira in #208
- chore(deps): update deps by @cristianoliveira in #207
- chore: bump deps version by @cristianoliveira in #209
- chore(nix): revert nix bump by @cristianoliveira in #210
- chore(nix): bump nix local & add scripts by @cristianoliveira in #211
- refact: remove dead code and bump nix by @cristianoliveira in #214
- tests(int): runs complete integration only on ci by @cristianoliveira in #216
- chore(release): preparing for release v1.5.0 by @cristianoliveira in #223
Full Changelog: v1.4.1...v1.5.1