Releases: valentin-kaiser/go-dbase
Releases · valentin-kaiser/go-dbase
v1.14.1
Full Changelog: v1.13.0...v1.14.1
What's Changed
- Bump golang.org/x/text from 0.29.0 to 0.30.0 by @dependabot[bot] in #192
- Bump golang.org/x/sys from 0.36.0 to 0.37.0 by @dependabot[bot] in #191
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #189
Full Changelog: v1.14.0...v1.14.1
v1.14.0
What's Changed
- added in-memory byte/reader support for dBase files
Full Changelog: v1.13.0...v1.14.0
v1.13.0
What's Changed
- Breaking Change: updated import paths to lowercase valentin-kaiser by @valentin-kaiser in #188
- refactor column flag handling and memo reading by @valentin-kaiser in #186
- Bump golang.org/x/sys from 0.34.0 to 0.36.0 by @dependabot[bot] in #185
- Bump golang.org/x/text from 0.27.0 to 0.29.0 by @dependabot[bot] in #184
- Bump actions/stale from 9 to 10 by @dependabot[bot] in #183
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #182
- Refactored data type reflection and improve numeric handling by @valentin-kaiser in #187
Full Changelog: v1.12.10...v1.13.0
v1.12.10
What's Changed
- Bump golang.org/x/text from 0.24.0 to 0.25.0 by @dependabot[bot] in #167
- Bump golang.org/x/sys from 0.32.0 to 0.33.0 by @dependabot[bot] in #166
- Add Automated Tests with GitHub Actions CI Integration by @Copilot in #172
- Bump golang.org/x/text from 0.25.0 to 0.27.0 by @dependabot[bot] in #170
- Bump golang.org/x/sys from 0.33.0 to 0.34.0 by @dependabot[bot] in #169
- checking for foxpro capacities by @valentin-kaiser in #173
- fix: don't override header for existing tables by @avdpav in #178
- fix: check string size after converting to the target encoding by @avdpav in #177
- fix: special handling for empty dates by @avdpav in #176
New Contributors
Full Changelog: v1.12.9...v1.12.10
v1.12.9
What's Changed
- return empty byte slice instead of nil for empty memo data by @valentin-kaiser in #164
Full Changelog: v1.12.8...v1.12.9
v1.12.8
What's Changed
- writing memo data to the correct block by @valentin-kaiser in #162
Full Changelog: v1.12.7...v1.12.8
v1.12.7
What's Changed
- Bump golang.org/x/sys from 0.30.0 to 0.31.0 by @dependabot in #155
- Bump golang.org/x/text from 0.22.0 to 0.23.0 by @dependabot in #156
- Bump golangci/golangci-lint-action from 6 to 7 by @dependabot in #157
- fixed utf-8 encoding in memo files by @valentin-kaiser in #160
- Bump golang.org/x/text from 0.23.0 to 0.24.0 by @dependabot in #159
- Bump golang.org/x/sys from 0.31.0 to 0.32.0 by @dependabot in #158
Full Changelog: v1.12.6...v1.12.7
v1.12.6
What's Changed
- case-insensitive file search has been reworked and no longer uses filepath.Walk by @valentin-kaiser in #154
Full Changelog: v1.12.5...v1.12.6
v1.12.5
What's Changed
- Bump golang.org/x/sys from 0.28.0 to 0.29.0 by @dependabot in #148
- Bump golang.org/x/sys from 0.29.0 to 0.30.0 by @dependabot in #150
- Bump golang.org/x/text from 0.21.0 to 0.22.0 by @dependabot in #149
Full Changelog: v1.12.4...v1.12.5
v1.12.4
What's Changed
- Bump golang.org/x/sys from 0.27.0 to 0.28.0 by @dependabot in #144
- Bump golang.org/x/text from 0.20.0 to 0.21.0 by @dependabot in #143
- Fixed column name of created table contains white spaces by @valentin-kaiser in #146
Full Changelog: v1.12.3...v1.12.4