Releases: spf13/afero
Releases · spf13/afero
v1.11.0
v1.10.0
What's Changed
- Add sftpfs files ReadAt method by @MRtecno98 in #378
- Add build flags for z/OS Unix System Services by @msradam in #384
- rename mem fs with descendants by @hanagantig in #364
New Contributors
- @MRtecno98 made their first contribution in #378
- @msradam made their first contribution in #384
- @hanagantig made their first contribution in #364
Full Changelog: v1.9.5...v1.10.0
v1.9.5
Full Changelog: v1.9.4...v1.9.5
v1.9.4
v1.9.3
v1.9.2
v1.9.1
v1.9.0
What's Changed
- Update
go.mod
to reflect thatafero
requiresgo
>=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
- @jeffwidman made their first contribution in #346
Full Changelog: v1.8.2...v1.9.0
v1.8.2: RemoveAll fixes in MemMapFs and GcsFs
v1.8.1: memfs: add modTime on folder creation
Merge pull request #334 from KastenMike/add-modTime-to-folders add modTime on folder creation