Releases: zix99/rare
Releases · zix99/rare
0.5.1
0.5.0
Features
Minor Improvements
- 3c6b7e4 Add iterwalk package to speed up large directory listing (#149)
- 9ac0c6f Clean up usage of other color functions
- 18d1910 Env variables for path traversal
- 096debe Exit codes v2 (#147)
- 8fdc5dd Filter optimization color output (#136)
- c24e426 Fix silent dirwalk fail, and speed up using more performant walker (#141)
- 6b291bb Pool opt (#139)
Bug Fixes
- 6f87550 Fix bug in multi-character delim in string splitter
- fd684d7 Fix infinite recursion, more test coverage (#145)
Other/Misc
0.4.4
This change, beyond some minor functionality, brings pretty significant performance improvements to all extractions (10-20%) and as much as 75% performance increase to filtering, while also reducing memory consumption.
Features
Minor Improvements
0.4.3
Changelog
Features
Minor Improvements
- 2eeb108 Add bucketrange function and clean up bucket (#127)
- a8f7d06 Add simple profiling metrics for memory and runtime
- 10adbbb Typed stages -- improve performance by pre-parsing typed arguments (#124)
- dc5bcc4 acceptance tests (#126)
Docs
- 20a3bc2 Change len note
- 7c314a7 Clarify pcre docs
- 0acca9e Docs on documentation building
- 62e5f38 Shorten long lines in documentation
Bug Fixes
0.4.2
0.4.1
0.4.0
Features
- 1064477 Add time delay expression functions (#108)
- a203575 Funcfile2 (#106)
- 878f872 Sparkline (#110)
Minor Updates
- 9b456df Better null char handling
- 02b0449 Fix docs cli-help depth for display
- c333c8b Fix logger race. Resolves #105 (#107)
- d9749ca Go 1.23 (#111)
- 7a72856 Mention CSV output in docs
- d7d90a2 Note on listing functions
- 94bda5d Remove null char from help file and republish
- d039b63 Remove unused argument
- 3c01f63 Test all docs compile correctly
- 2eea064 Update docs with sparkline