Releases: esome/google-sheets-parser
Releases · esome/google-sheets-parser
v0.1.1
🔧 Security update
- update all dependencies to address CVE vulnerabilities
Full Changelog: v0.1.0...v0.1.1
v0.1.0
🎉 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.