Skip to content

Releases: wixplosives/file-services

v5.7.1

27 Dec 15:00
Compare
Choose a tag to compare
  • fix: file/directoryExistsSync failures (5c9bcb2)

Full Changelog: v5.7.0...v5.7.1

v5.7.0

27 Dec 12:49
Compare
Choose a tag to compare

What's Changed

  • feat: throwIfNoEntry in statSync/lstatSync by @AviVahl in #560

Full Changelog: v5.6.0...v5.7.0

v5.6.0

17 Nov 14:59
Compare
Choose a tag to compare

What's Changed

  • feat(resolve): add visitedPaths to result by @AviVahl in #531

Full Changelog: v5.5.0...v5.6.0

v5.5.0

15 Nov 14:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.4.3...v5.5.0

v5.4.3

08 Nov 15:11
Compare
Choose a tag to compare

v5.4.2

30 Aug 13:12
Compare
Choose a tag to compare
  • fix(commonjs): allow locals to override injected globals (#454)

v5.4.1

30 Aug 10:34
Compare
Choose a tag to compare
  • fix(path): avoid local declaration of "process" (02b57db)

v5.4.0

29 Aug 13:22
Compare
Choose a tag to compare
  • BREAKING: support Node 12+; drop Node 10 ; accidentally released as minor (4d73b52)
  • feat(commonjs): expose globals on module system (05194ad)
  • fix(path): avoid global "process" in browser (b186310)
  • fix(typescript): adjust to [email protected] (836c51a)
  • chore(deps): upgrade to latest stable

v5.3.1

22 Feb 16:51
Compare
Choose a tag to compare

@file-services/path

  • Fix: allow browser mapping if resolving main

@file-services/webpack

  • Fix: adjust types to upstream webpack@5 type changes

v5.3.0

23 Dec 19:57
Compare
Choose a tag to compare
  • New: add support for webpack@5 (#259)