Skip to content

Releases: spf13/afero

v1.11.0

28 Nov 09:51
@bep bep
Compare
Choose a tag to compare

What's Changed

  • deps: Update all direct dependencies by @bep in #410

Full Changelog: v1.10.0...v1.11.0

v1.10.0

22 Sep 14:21
@bep bep
ee6eef7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.5...v1.10.0

v1.9.5

06 Mar 09:42
@bep bep
Compare
Choose a tag to compare

Full Changelog: v1.9.4...v1.9.5

v1.9.4

23 Feb 09:17
@bep bep
Compare
Choose a tag to compare

What's Changed

  • Fix renaming a dir with sub-directories by @nono in #239
  • github: Update Go build matrix by @bep in #385

New Contributors

  • @nono made their first contribution in #239

Full Changelog: v1.9.3...v1.9.4

v1.9.3

14 Nov 17:51
@bep bep
Compare
Choose a tag to compare

What's Changed

  • Fix concurrency issue in MemMapFs.Mkdir/MkdirAll by @bep in #379

Full Changelog: v1.9.2...v1.9.3

v1.9.2

19 Jul 10:31
@bep bep
Compare
Choose a tag to compare

What's Changed

  • Make mem.File implement fs.ReadDirFile by @bep in #371

Full Changelog: v1.9.1...v1.9.2

v1.9.1

19 Jul 09:13
@bep bep
Compare
Choose a tag to compare

What's Changed

  • Fix sorting in IOFS.ReadDir by @bep in #372

Full Changelog: v1.9.0...v1.9.1

v1.9.0

14 Jul 18:02
@bep bep
b0a534a
Compare
Choose a tag to compare

What's Changed

  • Update go.mod to reflect that afero requires go >= 1.15.10 by @jeffwidman in #346
  • Move CI tests to GitHub Action by @bep in #367
  • Misc build/test fixes by @bep in #368
  • Fix staticcheck lint errors by @bep in #369
  • Make IOFS.ReadDir check for fs.ReadDirFile by @bep in #366

New Contributors

Full Changelog: v1.8.2...v1.9.0

v1.8.2: RemoveAll fixes in MemMapFs and GcsFs

11 Mar 10:24
Compare
Choose a tag to compare

v1.8.1: memfs: add modTime on folder creation

05 Feb 10:30
450b30f
Compare
Choose a tag to compare
Merge pull request #334 from KastenMike/add-modTime-to-folders

add modTime on folder creation