Skip to content

Neel - 0.3.0

Compare
Choose a tag to compare
@Niminem Niminem released this 05 Apr 22:54
· 32 commits to master since this release
9174990

Major Updates:

  • added ability to call JavaScript within a procedure freely via the same callJs macro
  • added ability for callJs macro to be used outside of the calling module
  • removed the need for procedures to have Option[JsonNode] return type if using callJs macro

The updates above will be reflected in the ReadMe. No changes were made to the API. Enjoy this more robust version of Neel.

Minor Updates:

  • fixed exception handling compiler bug
  • added backup paths for locating Chrome on Windows
  • added recursive search for locating Chrome on Mac
  • added more robust search for locating Chrome on Linux