Skip to content

Tags: liamg/memoryfs

Tags

v1.6.0

Toggle v1.6.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat: support to FileInfo.Sys() (#19)

Co-authored-by: Liam Galvin <liamgalvin@protonmail.com>

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add SetModified (#17)

v1.4.3

Toggle v1.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: allow filenames prefixed with a dot (#16)

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: close dangling lazy written files (#15)

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add RemoveAll functionality (#14)

Signed-off-by: Owen Rumney <owen@owenrumney.co.uk>

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add remove functionality (#13)

* feat: Add remove functionality

Signed-off-by: Owen Rumney <owen@owenrumney.co.uk>

* feat: Add RemoveAll functionality

Signed-off-by: Owen Rumney <owen@owenrumney.co.uk>

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add ExtendFS to take one FS and make a new one from it (#12)

* feat: Add ExtendFS to take one FS and make a new one from it

This is particularly dandy in situations when you have something that
implements fs.FS but you can't write to it and you want a memoryfs.FS to
work with and add stuff too.

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: better cross-platform support (#11)

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Fix Windows support (#10)

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: Fix typos (#9)