- Fixed incorrect path resolution when inside a context with a non-root PWD (#263)
- Fixed
bindContextcopying from the created child context instead of assigning to it - Fixed
resolveMountnot resolving paths using the context's PWD normalizePathnow passes throughthistopath.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
readonlymembers being made non-writable and non-configurable - Added internal
contextOfandcreateChildContext V_Contextis nowunknownfor better compatibility with Node.jsbindContextnow checks if the specified root is a directory and exists- Fixed incorrect example for
bindContextin documentation