Releases: bodgit/sevenzip
Releases · bodgit/sevenzip
v1.3.0
Changelog
- 46c5197 Stupid lint error
- 37dcbfa Merge pull request #37 from bodgit/fs
- 10387ef Implement fs.FS interface
- 4b361ef Switch from os.* to fs.* types
- dd3fc5f Merge pull request #35 from bodgit/dependabot/go_modules/github.com/klauspost/compress-1.15.9
- b372b7c Bump github.com/klauspost/compress from 1.15.8 to 1.15.9
- 6202920 Merge pull request #34 from bodgit/dependabot/go_modules/github.com/klauspost/compress-1.15.8
- 500e278 Bump github.com/klauspost/compress from 1.15.7 to 1.15.8
- 16ea0ae Merge pull request #33 from bodgit/dependabot/go_modules/github.com/klauspost/compress-1.15.7
- b1902c7 Bump github.com/klauspost/compress from 1.15.6 to 1.15.7
- b9d337b Merge pull request #32 from bodgit/dependabot/go_modules/github.com/pierrec/lz4/v4-4.1.15
- 7417668 Bump github.com/pierrec/lz4/v4 from 4.1.14 to 4.1.15
- aaede46 Merge pull request #31 from bodgit/dependabot/go_modules/github.com/klauspost/compress-1.15.6
- 76ecc6b Bump github.com/klauspost/compress from 1.15.5 to 1.15.6
- ed8c3fb Merge pull request #30 from bodgit/dependabot/go_modules/github.com/klauspost/compress-1.15.5
- b7c75f9 Bump github.com/klauspost/compress from 1.15.4 to 1.15.5
- dc32311 Merge pull request #29 from bodgit/dependabot/github_actions/goreleaser/goreleaser-action-3.0.0
- 4e86517 Bump goreleaser/goreleaser-action from 2.9.1 to 3.0.0
v1.2.2
v1.2.1
Changelog
- 629e548 Merge pull request #23 from bodgit/speedup
- 48faf26 Disable new v1.46.0 linters
- cf56a3c Remove mutex
- 14bacd7 Small lint fixes
- ebf10e3 Shuffle some code about
- d5efcdd Add release badge
- f3dc3d5 Fix nestif lint warnings
- 9696a3f Test each decompressor
- 043d194 Merge branch 'master' into speedup
- b4d08ab Add benchmark using the 7-Zip/LZMA SDK archive
- af5b2ca Add fileReader
- d50f5dd Create a pool for each folder
- bfdd7e6 Update folderReadCloser
- 9c7d6ca Add two SizeReadSeekCloser pool implementations
- 13e906d Add SizeReadSeekCloser interface
v1.2.0
Changelog
- 70bbc99 Export the CryptoReadCloser interface
- 02b7096 Remove ioutil package usage
- 56418a1 Add missing Godoc comments
- 68fafa5 Bump Go version to 1.17
- c6038a8 Merge pull request #20 from bodgit/dependabot/github_actions/goreleaser/goreleaser-action-2.9.1
- efdf367 Merge pull request #21 from bodgit/dependabot/go_modules/github.com/bodgit/plumbing-1.1.1
- 8fdf55c Bump github.com/bodgit/plumbing from 1.1.0 to 1.1.1
- 199dd23 Bump goreleaser/goreleaser-action from 2.6.1 to 2.9.1
- 7e1624e Return concrete folderReadCloser type
- 2e72fc8 Fix folderReadCloser struct embedding
- 5eeb276 Merge pull request #19 from bodgit/goreleaser
- e68deb5 Add goreleaser
- 43a6529 Merge pull request #18 from bodgit/lint
- bae1442 Update the comment
- f583c59 Fix testpackage lint warnings
- 5766fbc Create utility function CRC32Equal()
- e4d5ed4 Fix paralleltest lint warnings
- 8207a2f Fix errorlint lint warnings
- 9574cbb Fix thelper lint warnings
- 8866195 Fix wsl lint warnings
- 21d503d Fix gocritic lint warnings
- 701a826 Fix unparam lint warnings
- 836f3a1 Fix gofumpt lint warnings
- 4a5a786 Fix forcetypeassert lint warnings
- f8bac7c Fix nlreturn lint warnings
- 5094747 Fix lll linter warnings
- 943eae4 Fix interfacer lint warnings
- a370873 Fix golint & revive lint warnings
- 94a9174 Fix deadcheck & varcheck lint warnings
- 7a156ae Fix errcheck lint warnings
- 68d17a1 Fix gosimple lint warnings
- a018ef4 Fix govet lint warnings
- 95c416d Fix nilerr lint warnings
- 33d1732 Disable some linters
- 98a7850 Merge pull request #17 from bodgit/travis
- c30f8c0 Switch from Travis to Github actions
- b670535 Merge pull request #16 from bodgit/delta
- b30a880 Add Delta decompressor
- 60312a6 Merge pull request #15 from bodgit/bcj2
- 74eef47 Add BCJ2 decompressor
- ac766fa Add internal util package
- 0704fdd Support complex coders
- 2a5aaec Pass a slice of io.ReadClosers everywhere
- 9cb430f Unexport FolderOffset method
- d9a8fe8 Track the total number of in and out streams
- 7764f72 Don't prematurely convert io.SectionReader to io.ReadCloser