github zen-fs/core v2.4.4
2.4.4

29 days ago
  • Fixed incorrect path resolution when inside a context with a non-root PWD (#263)
  • Fixed bindContext copying from the created child context instead of assigning to it
  • Fixed resolveMount not resolving paths using the context's PWD
  • normalizePath now passes through this to path.resolve
  • Anti-regression tests now have the issue number in the test name instead of as a comment
  • Contexts are now more secure at runtime, with readonly members being made non-writable and non-configurable
  • Added internal contextOf and createChildContext
  • V_Context is now unknown for better compatibility with Node.js
  • bindContext now checks if the specified root is a directory and exists
  • Fixed incorrect example for bindContext in documentation

Don't miss a new core release

NewReleases is sending notifications on new releases.