v0.7.0 - Mega Update
This update includes hundreds of changes and bug fixes made during quarantine.
Core
- Streamlined syntax (e.g. no semicolons, outer parens, etc)
- Keyword maps
- Empty lists/maps are falsey
- Support for maps as option arguments.
- Self-assignment. e.g. $str = .upperCase()
- Closures capture all outer variables
- Added OOP
Modules
- Added Email
- Added Form
- Added Page
- Litemark feature flags
Framework
- CSS & JS minification and timestamp tagging
- Image optimization
Error Pages
- Improved documentation links in error pages
- Improved layout of stack trace arguments
Misc
- Now 1500+ unit tests
- Redesign of website, new domain
... and probably a lot more I am forgetting.