Skip to content

N v0.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 03:45
· 20 commits to main since this release

Fixes

  • Made FileIO operations relative to the file which calls it, instead of where N is run
  • Fixed issues with assigning empty lists to variables
  • Fixed issue where class type name would be exploded into a record during type checking
  • Fixed issue where all FileIO byte-related functions would not work
  • Fixed issue where some FileIO functions returned invalid values
  • Fixed uncaught error with using |> on invalid types

Additions

  • Added a multipart/form-data request function
  • Added an xor operator ^^

Misc

  • Updated the pyinstaller dependency