PackageTrack
Sign in Get early access

github.com/jszwec/csvutil

v1.10.0 #1656 most downloaded on Go modules jszwec/csvutil

What this package is like to depend on

Last release 1 years ago

15 Mar 2025

Ships fairly regularly

a new release about every 5 months

Most releases are documented

notes for 10 of 16 stable releases

Nothing withdrawn

no release was ever pulled

9 years old

56 releases · first in 2017

0 releases in the last 12 months

see the full history below

Release timeline

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

Releases

latest 56
  1. v1.10.1-0.20250315182152-b9b849659044 15 Mar 2025 pre-release

    Nothing published for this version

  2. v1.10.1-0.20240821035412-5b4329150609 21 Aug 2024 pre-release

    Nothing published for this version

  3. v1.10.0 03 Feb 2024
    Release notes

    What's Changed

    • feat: allow struct slice and struct array for Header and Encoder.EncodeHeader by @cia-rana in #70

    New Contributors

    Full Changelog: v1.9.0...v1.10.0

    Open source →
  4. v1.9.1-0.20240203212816-53deda7323bf 03 Feb 2024 pre-release

    Nothing published for this version

  5. v1.9.0 10 Sep 2023
    Release notes

    Highlights

    • Added AlignRecord flag to Decoder
    Open source →
  6. v1.8.1-0.20230910154305-4c3b8e676273 10 Sep 2023 pre-release

    Nothing published for this version

  7. v1.8.1-0.20230910150105-05adbbbf7f4c 10 Sep 2023 pre-release

    Nothing published for this version

  8. v1.8.0 19 Feb 2023
    Release notes

    Highlights

    • Implement the new way of registering custom types using generics greatly improving performance and type safety (credit goes to encoding/json proposal golang/go#5901 for API design)
    • Deprecate Encoder.Register in favor of Encoder.WithMarshalers
    • Deprecate Decoder.Register in favor of Decoder.WithUnmarshalers
    • Go1.18 is now the minimum supported version
    Open source →
  9. v1.7.2-0.20230219023916-0805d998c05f 19 Feb 2023 pre-release

    Nothing published for this version

  10. v1.7.1 29 Jun 2022
    Release notes

    Highlights

    • Fix prefix order with inline tag (#54)
    Open source →
  11. v1.7.1-0.20220627072459-2d0186276a09 27 Jun 2022 pre-release

    Nothing published for this version

  12. v1.7.0 20 Mar 2022
    Release notes

    Highlights

    • Export DecodeError that adds more context to the error message
    Open source →
  13. v1.6.1-0.20220320232330-7c7652db6432 20 Mar 2022 pre-release

    Nothing published for this version

  14. v1.6.1-0.20211125201752-f88791fd82a6 25 Nov 2021 pre-release

    Nothing published for this version

  15. v1.6.0 07 Nov 2021
    Release notes

    Highlights

    • Add more context info when error happens during Unmarshal
    • Add SetHeader to Encoder for header overrides
    • Add NormalizeHeader to Decoder for normalizing header/column names
    • Minimal Go version is now Go1.8
    Open source →
  16. v1.5.2-0.20211107210646-6bfc75ad085d 07 Nov 2021 pre-release

    Nothing published for this version

  17. v1.5.2-0.20211026173830-50fc3723f986 26 Oct 2021 pre-release

    Nothing published for this version

  18. v1.5.2-0.20210830003925-24d20bc9dc3b 30 Aug 2021 pre-release

    Nothing published for this version

  19. v1.5.1 29 Aug 2021
    Release notes

    Highlights

    • Adjust tests to pass on Go1.17+
    Open source →
  20. v1.5.0 18 Feb 2021
    Release notes

    Highlights

    • Add Decoder option DisallowMissingColumns
    • Add MissingColumnsError type
    • MarshalerError now implements Unwrap method for errors package
    Open source →
  21. v1.4.1-0.20210210014614-86228b49d76a 10 Feb 2021 pre-release

    Nothing published for this version

  22. v1.4.1-0.20210207035120-21d11e82aa29 07 Feb 2021 pre-release

    Nothing published for this version

  23. v1.4.1-0.20210206220056-ef4f3de8d1ff 06 Feb 2021 pre-release

    Nothing published for this version

  24. v1.4.1-0.20201210001700-43bc5530be89 10 Dec 2020 pre-release

    Nothing published for this version

  25. v1.4.1-0.20200724202023-447fe6d730d5 24 Jul 2020 pre-release

    Nothing published for this version

  26. v1.4.0 26 Jun 2020
    Release notes

    Highlights

    • Added Encoder.Register method
    • Added Decoder.Register method
    • Value receiver Unmarshalers/TextUnmarshalers are now properly called if they are under interface value
    • Pointer receiver Marshalers/TextMarshalers are now properly called if they are under interface value
    Open source →
  27. v1.3.1-0.20200626211629-e564fe8d91bb 26 Jun 2020 pre-release

    Nothing published for this version

  28. v1.3.1-0.20200626204610-43c0fc69ef2a 26 Jun 2020 pre-release

    Nothing published for this version

  29. v1.3.1-0.20200613002032-0580898789a7 13 Jun 2020 pre-release

    Nothing published for this version

  30. v1.3.0 26 Feb 2020
    Release notes

    Highlights

    • Added inline tag
    • Decoder now sets pointer fields to nil on blank values
    • Encode and Decode now accept slices and arrays
    • Marshal and Unmarshal now accept arrays
    • Fixed omitempty for initialized pointers with default values
    • Fixed omitempty for initialized interface with default values
    • Improved UnmarshalTypeError error message
    Open source →
  31. v1.2.2 20 Jan 2020

    Nothing published for this version

  32. v1.2.2-0.20200225135255-14a49473d0f8 25 Feb 2020 pre-release

    Nothing published for this version

  33. v1.2.2-0.20200222194111-765d3b520c9e 22 Feb 2020 pre-release

    Nothing published for this version

  34. v1.2.2-0.20200120001254-e5f7e5741611 20 Jan 2020 pre-release

    Nothing published for this version

  35. v1.2.2-0.20200113140827-b60ab25737f5 13 Jan 2020 pre-release

    Nothing published for this version

  36. v1.2.2-0.20200112014754-a37d66f29114 12 Jan 2020 pre-release

    Nothing published for this version

  37. v1.2.2-0.20191208044113-c49a3b38e958 08 Dec 2019 pre-release

    Nothing published for this version

  38. v1.2.2-0.20190714023845-536d376f3555 14 Jul 2019 pre-release

    Nothing published for this version

  39. v1.2.2-0.20190508030355-7b68838805ee 08 May 2019 pre-release

    Nothing published for this version

  40. v1.2.2-0.20190310184432-0115205d1cca 10 Mar 2019 pre-release

    Nothing published for this version

  41. v1.2.2-0.20190104051139-6cff84da0b95 04 Jan 2019 pre-release

    Nothing published for this version

  42. v1.2.2-0.20181229041725-784e23bf1d68 29 Dec 2018 pre-release

    Nothing published for this version

  43. v1.2.1 09 Sep 2018

    Nothing published for this version

  44. v1.2.0 31 Jul 2018

    Nothing published for this version

  45. v1.1.1 28 May 2018

    Nothing published for this version

  46. v1.1.1-0.20180603182209-7a55ac43f730 03 Jun 2018 pre-release

    Nothing published for this version

  47. v1.1.0 01 Apr 2018

    Nothing published for this version

  48. v1.0.1-0.20180224193942-86cfdfc3ee40 24 Feb 2018 pre-release

    Nothing published for this version

  49. v1.0.0 03 Dec 2017

    Nothing published for this version

  50. v0.0.0-20200724202023-447fe6d730d5 24 Jul 2020 pre-release

    Nothing published for this version

  51. v0.0.0-20200626211629-e564fe8d91bb 26 Jun 2020 pre-release

    Nothing published for this version

  52. v0.0.0-20190714023845-536d376f3555 14 Jul 2019 pre-release

    Nothing published for this version

  53. v0.0.0-20190508030355-7b68838805ee 08 May 2019 pre-release

    Nothing published for this version

  54. v0.0.0-20190104051139-6cff84da0b95 04 Jan 2019 pre-release

    Nothing published for this version

  55. v0.0.0-20180923030936-ad9ca0e6a769 23 Sep 2018 pre-release

    Nothing published for this version

  56. v0.0.0-20180224193942-86cfdfc3ee40 24 Feb 2018 pre-release

    Nothing published for this version

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