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
- Updated Blade README to reflect the new goals of the language by @mcfriend99 in #173
- 167 create builtin html lib by @mcfriend99 in #174
- Fix typo in README.md by @HorridModz in #175
- 168 create markdown lib by @mcfriend99 in #176
- 172 merge wire into blade by @mcfriend99 in #177
- Odyssey by @mcfriend99 in #178
- 165 merge nyssa into blade by @mcfriend99 in #179
- 180 merge qi into blade by @mcfriend99 in #181
- 183 create built in mail library for blade by @mcfriend99 in #185
- Odyssey to Dev by @mcfriend99 in #186
- New dev by @mcfriend99 in #190
- Dev by @mcfriend99 in #191
- Dev by @mcfriend99 in #192
- Dev by @mcfriend99 in #194
New Contributors
- @HorridModz made their first contribution in #175
Full Changelog: v0.0.85...v0.0.86