Skip to content

Releases: ribbondz/rsv

Release v0.4.20.1

09 Jan 13:56

Choose a tag to compare

Release v0.4.20

09 Jan 13:38

Choose a tag to compare

What's Changed

  • Implement Automated Multi-Architecture Release Workflow by @matrixise in #21
  • Improve Taskfile.yaml documentation and remove unused variables by @matrixise in #20

New Contributors

Full Changelog: v0.4.19...v0.4.20

What's Changed

  • Implement Automated Multi-Architecture Release Workflow by @matrixise in #21
  • Improve Taskfile.yaml documentation and remove unused variables by @matrixise in #20

New Contributors

Full Changelog: v0.4.19...v0.4.20

v0.4.19

28 Nov 17:21

Choose a tag to compare

  • Support saving as date and datetime columns in Excel
  • Support returning datetimes as Excel serial values instead of formatted strings

v0.4.18

29 Sep 13:46

Choose a tag to compare

  1. Not parsing some columns as int or float when saving to xlsx files.

v0.4.17

20 Sep 10:29

Choose a tag to compare

  • re-organize args for rsv search command.

v0.4.16

08 Jul 02:14

Choose a tag to compare

  • Reimplement csv row splitter for better logic and performance.
  • Add some library support.
  • Other minor updates.

v0.4.14

08 Oct 13:48

Choose a tag to compare

Support following special characters within a field:

  • comma
  • double-quotes escaped by a backslash
  • double-quotes escaped by a preceding double-quotes

v0.4.13

05 Sep 10:51

Choose a tag to compare

  • Support parsing quoted field for csv, txt, and excel.
  • Disable line count estimate in subcommands. Line batch for parallel processing is set to 10,000 in frequency, search and select subcommands, and 50_000 in stats, split, clean subcommands.

v0.4.12

10 May 11:42

Choose a tag to compare

bump dependencies and fix wrong excel datatime output

v0.4.11

04 Jan 11:10

Choose a tag to compare

"rsv search" command now supports searching specific columns.
"rsv clean" command can be chained with other commands.