Skip to content

Releases: cross-org/fs

0.1.11

29 Apr 19:43
Compare
Choose a tag to compare

Replaces watch with custom implementation FsWatcher, as watch from node:fs/promises works differently in different runtimes.

0.0.10

24 Apr 19:36
Compare
Choose a tag to compare

0.0.9

08 Apr 19:32
Compare
Choose a tag to compare

Changes

Full Changelog: 0.0.8...0.0.9

0.0.8

30 Mar 20:32
Compare
Choose a tag to compare

0.0.7

30 Mar 00:32
Compare
Choose a tag to compare

Changes

  • Adds which() for finding executable location in PATH

Full Changelog: 0.0.6...0.0.7

0.0.6

28 Mar 21:03
Compare
Choose a tag to compare

Changes

  • Adds convenience functions find() and hash()

Full Changelog: 0.0.5...0.0.6

0.0.5

28 Mar 00:57
Compare
Choose a tag to compare

Changes

  • Add size and diskusage to stat module
  • Add various functions to ops module

0.0.4

27 Mar 21:27
Compare
Choose a tag to compare

0.0.3-2

27 Mar 20:09
Compare
Choose a tag to compare

Changes

  • Add io and ops-modules

Full Changelog: 0.0.2...0.0.3

0.0.2

07 Mar 18:14
Compare
Choose a tag to compare

Deprecated

We started working on this library just to realise that there is already a fs module supporting all runtimes, built into all runtimes - node:fs/promises.

If you want to work with paths, there is @std/path.