PackageTrack
Sign in Get early access

github.com/mithrandie/csvq

v1.18.1 #1047 most downloaded on Go modules mithrandie/csvq

What this package is like to depend on

Last release 3 years ago

no release in 18 months

Release timing varies

gaps range from 8 days to 9 months

Some releases are documented

notes for 100 of 173 stable releases

Nothing withdrawn

no release was ever pulled

9 years old

208 releases · first in 2017

0 releases in the last 12 months

see the full history below

Release timeline

208 releases · Jun 2017 to Mar 2023
2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 208
  1. v1.18.1 26 Mar 2023
    Release notes

    Release 1.18.1

    • Update dependencies.
    Open source →
    Release notes

    Released on Mar 26, 2023

    • Update dependencies.
    Open source →
    Release notes

    a76c52e

    Open source →
  2. v1.18.1-0.20230326175202-a76c52e1ee57 26 Mar 2023 pre-release

    Nothing published for this version

  3. v1.18.0 26 Mar 2023
    Release notes

    Release 1.18.0

    • Update dependencies.
    • Update supported Go version to 1.18 or later.
    Open source →
    Release notes

    Released on Mar 26, 2023

    • Update dependencies.
    • Update supported Go version to 1.18 or later.
    Open source →
  4. v1.17.12-0.20230103225345-4054e8cca6cd 03 Jan 2023 pre-release

    Nothing published for this version

  5. v1.17.11 05 Nov 2022
    Release notes

    Release 1.17.11

    • Prevent divide-by-zero error while loading csv files. (GitHub #89)
    • Handle panics during processor executions.
    Open source →
    Release notes

    Released on Nov 5, 2022

    • Prevent divide-by-zero error while loading csv files. (GitHub #89)
    • Handle panics during processor executions.
    Open source →
  6. v1.17.11-0.20221030180345-37d3db36a6a2 30 Oct 2022 pre-release

    Nothing published for this version

  7. v1.17.10 14 Aug 2022
    Release notes

    Release v1.17.10

    • Fix a bug when loading views from cache.
    Open source →
    Release notes

    Released on Aug 14, 2022

    • Fix a bug when loading views from cache.
    Open source →
  8. v1.17.9 14 Aug 2022
    Release notes

    Release v1.17.9

    • Sort the command options displayed in the help message. (GitHub #80)
    • Fix some bugs.
    Open source →
    Release notes

    Released on Aug 14, 2022

    • Sort the command options displayed in the help message. (GitHub #80)
    • Fix some bugs.
    Open source →
  9. v1.17.9-0.20220725135545-a31eff91075c 25 Jul 2022 pre-release

    Nothing published for this version

  10. v1.17.9-0.20220724171520-69be2bb00484 24 Jul 2022 pre-release

    Nothing published for this version

  11. v1.17.8 24 Jul 2022
    Release notes

    Release v1.17.8

    • Allow URLs and Table identification functions to be used as table identifiers.
    Open source →
    Release notes

    Released on Jul 24, 2022

    • Allow URLs and Table identification functions to be used as table identifiers.
    Open source →
  12. v1.17.8-pr.1 23 Jul 2022 pre-release
    Release notes

    Release v1.17.8-pr.1

    • Allow URLs and Table identified functions to be used as tableidentifiers.
    Open source →
  13. v1.17.8-0.20220723184540-21e57a1f48cd 23 Jul 2022 pre-release

    Nothing published for this version

  14. v1.17.8-0.20220703210514-bd009ac45470 03 Jul 2022 pre-release

    Nothing published for this version

  15. v1.17.7 03 Jul 2022
    Release notes

    Release v1.17.7

    • Add system defined constants.
    • Add the command option –scientific-notation.
    • Handle NaN and Infinity.
    • Add several numeric and datetime functions.
    • Fix some bugs.
    Open source →
    Release notes

    Released on Jul 3, 2022

    • Add system defined constants.
    • Add the command option --scientific-notation.
    • Handle NaN and Infinity.
    • Add several numeric and datetime functions.
    • Fix some bugs.
    Open source →
  16. v1.17.6 30 Jun 2022
    Release notes

    Release v1.17.6

    Open source →
    Release notes

    Released on Jun 30, 2022

    Open source →
  17. v1.17.6-pr.1 28 Jun 2022 pre-release
    Release notes

    Release v1.17.6-pr.1

    Update the version of github.com/urfave/cli to v2.

    Open source →
  18. v1.17.6-0.20220628120443-441d33f4ac44 28 Jun 2022 pre-release

    Nothing published for this version

  19. v1.17.6-0.20220626192022-983ca8d68399 26 Jun 2022 pre-release

    Nothing published for this version

  20. v1.17.5 26 Jun 2022
    Release notes

    Released on Jun 26, 2022

    Open source →
  21. v1.17.4 25 Jun 2022
    Release notes

    Released on Jun 25, 2022

    • Add the IF NOT EXISTS clause to the syntax of the CREATE TABLE statement. (GitHub #77)
    Open source →
  22. v1.17.3 19 Jun 2022
    Release notes

    Released on Jun 19, 2022

    • Set the default format to csv when the output is piped. (GitHub #71)
    Open source →
  23. v1.17.2 19 Jun 2022

    Nothing published for this version

  24. v1.17.1 17 Jun 2022
    Release notes

    Released on Jun 17, 2022

    • Allow analytic functions to be used as operands in expressions. (GitHub #36)
    • Set output format from file extension. (GitHub #76)
    Open source →
  25. v1.17.0 03 May 2022
    Release notes

    Released on May 3, 2022

    • Support column name wildcard for tables. (GitHub #68)
    • Add a string function.
    • Modify integer and float handling.
      • Fixed a bug in the conversion between integer and float.
      • Intuitive handling of integer and float.
      • Allow exponential notation for float.
    Open source →
  26. v1.16.0 26 Feb 2022
    Release notes

    Released on Feb 26, 2022

    Open source →
  27. v1.15.2 13 Jun 2021
    Release notes

    Released on June 13, 2021

    • Allow empty key names in JSON output. (GitHub #57)
    • Fix a bug of the "--allow-uneven-fields" option. (GitHub #59)
    Open source →
  28. v1.15.1 05 May 2021
    Release notes

    Released on May 5, 2021

    • Allow same table names on both sides of set operators. (GitHub #53)
    • Add the command option "--allow-uneven-fields". (GitHub #54)
    • Fix a bug in parsing of set operations.
    Open source →
  29. v1.15.0 28 Mar 2021
    Release notes

    Released on March 28, 2021

    • Add regular expression functions.
      • REGEXP_MATCH
      • REGEXP_FIND
      • REGEXP_FIND_SUBMATCHES
      • REGEXP_FIND_ALL
      • REGEXP_REPLACE
    • Add Table-Valued functions.
      • CSV_INLINE
      • JSON_INLINE
    Open source →
  30. v1.15.0-pr.2 21 Mar 2021 pre-release

    Nothing published for this version

  31. v1.15.0-pr.1.0.20210321214431-f2528f1eea10 21 Mar 2021 pre-release

    Nothing published for this version

  32. v1.15.0-pr.1 20 Mar 2021 pre-release

    Nothing published for this version

  33. v1.14.1 21 Mar 2021
    Release notes

    Released on March 21, 2021

    Open source →
  34. v1.14.1-pr.1.0.20210320170806-ff158750dd08 20 Mar 2021 pre-release

    Nothing published for this version

  35. v1.14.1-pr.1 16 Mar 2021 pre-release

    Nothing published for this version

  36. v1.14.1-0.20210316212959-ed75df142e3e 16 Mar 2021 pre-release

    Nothing published for this version

  37. v1.14.1-0.20210309170518-69362c79e2e4 09 Mar 2021 pre-release

    Nothing published for this version

  38. v1.14.0 09 Mar 2021
    Release notes

    Released on March 9, 2021

    • Add the second argument to the DATETIME function to specify the time zone. (GitHub #43)
    • Interpret date and time strings as strings instead of converting them to DATETIME values when parsing.
    • Add the following items to the configuration file.
      • timezone
      • ansi_quotes
    Open source →
  39. v1.14.0-pr.1 07 Mar 2021 pre-release

    Nothing published for this version

  40. v1.13.9-0.20210307200527-8f68e1eaeac0 07 Mar 2021 pre-release

    Nothing published for this version

  41. v1.13.9-0.20210208181530-e380c02590af 08 Feb 2021 pre-release

    Nothing published for this version

  42. v1.13.8 31 Jan 2021
    Release notes

    Released on January 31, 2021

    • Fix a bug in the "--import-format" option. (Github #41)
    Open source →
  43. v1.13.7 23 Nov 2020
    Release notes

    Released on November 23, 2020

    • Add the command option "--strict-equal".
    Open source →
  44. v1.13.6 05 Sep 2020
    Release notes

    Released on September 5, 2020

    • Enclose csv values containing double-quotes automatically. (Github #37)
    Open source →
  45. v1.13.3 02 Jun 2020

    Nothing published for this version

  46. v1.13.2 30 May 2020
    Release notes

    Tagged for Ubuntu PPA. No changes to the behavier.

    Open source →
  47. v1.13.1 22 May 2020
    Release notes

    Released on May 22, 2020

    • Change reference scope in lateral subquery. (Github #30)
    Open source →
  48. v1.13.0 20 May 2020
    Release notes

    Released on May 20, 2020

    • Support LATERAL join. (Github #24)
    • Support USING join condition in FULL OUTER JOIN.
    • Support $XDG_CONFIG_HOME environment variable for configuration files.
    Open source →
  49. v1.13.0-pr.2 19 May 2020 pre-release

    Nothing published for this version

  50. v1.13.0-pr.1.0.20200519212126-50ac84d2d692 19 May 2020 pre-release

    Nothing published for this version

  51. v1.13.0-pr.1 17 May 2020 pre-release

    Nothing published for this version

  52. v1.12.6-0.20200517220302-268ba6063b98 17 May 2020 pre-release

    Nothing published for this version

  53. v1.12.5 11 Apr 2020
    Release notes

    Released on April 11, 2020

    • Ignore all leading and trailing white spaces of the field name when specifying a field name.
    Open source →
  54. v1.12.4 04 Feb 2020
    Release notes

    Released on February 4, 2020

    • Fix a bug that arrow keys do not work in the interactive shell on Windows. (Github #26)
    Open source →
  55. v1.12.4-pr.2 04 Feb 2020 pre-release

    Nothing published for this version

  56. v1.12.4-pr.1.0.20200204141557-683f819fe46e 04 Feb 2020 pre-release

    Nothing published for this version

  57. v1.12.4-pr.1 04 Feb 2020 pre-release

    Nothing published for this version

  58. v1.12.4-0.20200204132113-da64a1abca03 04 Feb 2020 pre-release

    Nothing published for this version

  59. v1.12.3 15 Jan 2020
    Release notes

    Released on January 15, 2020

    • Fix a bug of LIKE operator.
    Open source →
  60. v1.12.2 14 Jan 2020
    Release notes

    Released on January 14, 2020

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive