Skip to content

v0.0.86

Latest
Compare
Choose a tag to compare
@mcfriend99 mcfriend99 released this 06 Oct 03:01
· 60 commits to main since this release

Version 0.0.86 comes with lots of updates and bug fixes as well as a few breaking changes to the language.

  • Complete change of error handling in Blade.
  • Nyssa now comes prepackages with built-in support for unit testing.
  • Introduces standard image processing module - imagine.
  • Updated http module (curl dependency dropped).
  • Introduces standard mail module - mail.
  • Introduces standard markdown module with 100% compatibility with Commonmark and Github markdowns.
  • Introduces standard templating module templates.
  • Introduces standard html module.
  • Stack limitation dropped. Stacks are now limited by machine resources.
  • Updated ssl module.
  • Updated json module with critical fixes to align with standard specifications.
  • Updated clib module now includes callback function support.
  • Updated ast module with multiple bug fixes.

And many more bug fixes.

What's Changed

New Contributors

Full Changelog: v0.0.85...v0.0.86