Releases: mohamedattahri/pgfs
Releases · mohamedattahri/pgfs
v1.0.1
v1.0.0
- Fixed issue with type detection;
- Improved documentation.
v0.6.1
- Fixed issue with
ServeFile
not usinghttp.ServeContent
when possible.
v0.6.0
- Improved
FS.Create
with the ability to guess content types. - Fixed typos in the documentation.
v0.5.5
- Fixed documentation typos.
v0.5.4
- Fixed issue with opening empty root directory;
- Fixed issue with root
Readdir
returningio.EOF
; - Upgraded dependencies;
- Improved testing and code coverage.