mirror of https://github.com/spf13/afero.git
Release 0.10 of Afero
This commit is contained in:
parent
b5982947d7
commit
99c3e9a2c7
|
@ -295,6 +295,15 @@ Googles very well.
|
||||||
|
|
||||||
## Release Notes
|
## Release Notes
|
||||||
|
|
||||||
|
* **0.10.0** 2015.12.10
|
||||||
|
* Full compatibility with Windows
|
||||||
|
* Introduction of afero utilities
|
||||||
|
* Test suite rewritten to work cross platform
|
||||||
|
* Normalize paths for MemMapFs
|
||||||
|
* Adding Sync to the file interface
|
||||||
|
* **Breaking Change** Walk and ReadDir have changed parameter order
|
||||||
|
* Moving types used by MemMapFs to a subpackage
|
||||||
|
* General bugfixes and improvements
|
||||||
* **0.9.0** 2015.11.05
|
* **0.9.0** 2015.11.05
|
||||||
* New Walk function similar to filepath.Walk
|
* New Walk function similar to filepath.Walk
|
||||||
* MemMapFs.OpenFile handles O_CREATE, O_APPEND, O_TRUNC
|
* MemMapFs.OpenFile handles O_CREATE, O_APPEND, O_TRUNC
|
||||||
|
|
Loading…
Reference in New Issue