Skip to content

Releases: zix99/rare

0.3.4

08 Jun 00:54
Compare
Choose a tag to compare

Changelog

Features

Minor Updates

0.3.3

05 Aug 14:50
a4e8f49
Compare
Choose a tag to compare

Changelog

Features

  • Implement log scale on bar, histo, and heatmap (#98) (#97)

Improvements

0.3.2

14 Jun 22:15
Compare
Choose a tag to compare

Changelog

  • aaca8d4 Add CSV output support to some aggregators (#94)

0.3.1

03 Jun 13:25
Compare
Choose a tag to compare

Changelog

New Features

Major Updates

Minor Updates

  • 028797b Add array in func
  • 4244630 Add ability to use numbers for stacked bargraphs (#88)
  • 667f8fd Add floor, ceil, and round functions
  • 25df2c4 Add percent func
  • 1ee2932 Optimize expression range allocs by using a pool (#92)

Bug Fixes

  • 2cdaf89 Fix bug with equals/not-equals for empty string

0.3.0

01 Nov 01:47
Compare
Choose a tag to compare

Changelog

Minor Breaking Changes

  • fccfed4 Upgrade urfave cli to v2 (#77) -- May cause flags after arguments to not work
  • f7b4e4e Sorting (#79) -- Replace --sort-key and --reverse with new --sort flag

Improvements

Optimizations

  • 5edf15b Optimize memory usage by reducing buffered batches by default (#82)
  • 7651b26 Follow reader (#66) -- Significantly faster file tailing
  • fdbd885 Readthru (#64) -- More responsive reading
  • f7eaf18 Local i18n (#85)

Misc

0.3.0-rc3

31 Oct 01:07
f7eaf18
Compare
Choose a tag to compare
0.3.0-rc3 Pre-release
Pre-release

Changelog

Minor Breaking Changes

  • fccfed4 Upgrade urfave cli to v2 (#77) -- May cause flags after arguments to not work
  • f7b4e4e Sorting (#79) -- Replace --sort-key and --reverse with new --sort flag

Improvements

Optimizations

  • 5edf15b Optimize memory usage by reducing buffered batches by default (#82)
  • 7651b26 Follow reader (#66) -- Significantly faster file tailing
  • fdbd885 Readthru (#64) -- More responsive reading
  • f7eaf18 Local i18n (#85)

Misc

0.3.0-rc2

29 Sep 01:53
7ec5457
Compare
Choose a tag to compare
0.3.0-rc2 Pre-release
Pre-release

Changelog

0.3.0-rc.1

16 Sep 22:03
Compare
Choose a tag to compare
0.3.0-rc.1 Pre-release
Pre-release

Changelog

Minor Breaking Changes

  • fccfed4 Upgrade urfave cli to v2 (#77) -- May cause flags after arguments to not work
  • f7b4e4e Sorting (#79) -- Replace --sort-key and --reverse with new --sort flag

Improvements

Misc

0.2.2

29 May 13:50
Compare
Choose a tag to compare

Fix brew release

0.2.1

29 Aug 17:24
29f1bd5
Compare
Choose a tag to compare

Changelog

2f41793 Aggregator gifs (#59)
29f1bd5 Bump to go 1.17 (#60)
87e0c4b Clarify aggregator values
9d56ff4 Mark macports as communitry contributed
e8cd78f README: add MacPorts install info (#58)
a8042a2 Significantly fast json escaping in the average case
5d29fdc Tweak next steps