Skip to content

Version 1.0.1

Latest
Compare
Choose a tag to compare
@aglasencnik aglasencnik released this 31 Dec 08:53
· 2 commits to master since this release
54720ff

In this release, we have addressed two critical bugs:

  1. 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.
  2. 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).