In this release, we have addressed two critical bugs:
-
Executing Assembly Path for
.js
Files:- Issue: Previously, the path to
.js
files was not correctly determined, leading to issues in file execution. - Resolution: We have now implemented a fix that utilizes the executing assembly's path to accurately locate and access
.js
files. This ensures smoother operation and compatibility across different environments.
- Issue: Previously, the path to
-
Cross Line Ending Compatibility in Tests:
- Issue: Our tests were not fully compatible with different line ending formats, which could lead to inconsistent results across various operating systems.
- Resolution: We have enhanced our testing framework to be cross line-ending compatible. This update ensures that our tests are robust and reliable, regardless of the operating system's line ending format (e.g., LF, CRLF).