Skip to content

N v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Dec 17:35
· 31 commits to main since this release

Fixes

  • Fixed bug where dividing an int by an int would return a float at runtime
  • Fixed bug where multiline records would get printed out without commas
  • Fixed bug where the outputs parseInt and parseFloat would cause runtime errors if deconstructed
  • Fixed bug where send data with request.request would be invalid
  • Fixed bug where functions with generics would have an extra argument at runtime
  • Fixed bug where \r was not getting removed by strip
  • Fixed bug where exponent would not return a float at runtime