Skip to content

Releases: esome/google-sheets-parser

v0.1.1

15 Apr 07:58
a140631

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

🔧 Security update

  • update all dependencies to address CVE vulnerabilities

Full Changelog: v0.1.0...v0.1.1

v0.1.0

20 Dec 10:47
70630fc

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

🎉 First release as independent rewrite

Changes over the original library from Tobias Wimmer

  • configuration now follows the functional configuration pattern, which is quite commonly used in Go
  • the target struct now may use arbitrary depth of embedded structs
  • the configuration tag is configurable, so structures can be reused for different parsing tasks
  • columns may now be skipped, defaults to false
  • struct fields may now be skipped, defaults to false
  • optional context awareness
  • use of Go 1.23 range over func capabilities
  • TESTS

Shoutouts

I really want to say thank you to Tobias Wimmer for his initial work on this. It served me well as inspiration and learning source for this project.