Skip to content

v0.7.0 - Mega Update

Compare
Choose a tag to compare
@joelesko joelesko released this 31 Aug 21:18
· 192 commits to master since this release

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.