Skip to content

2.4.4

Latest

Choose a tag to compare

@james-pre james-pre released this 17 Nov 19:49
· 1 commit to main since this release
v2.4.4
4a20881
  • 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