Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ColemanGariety ColemanGariety released this 03 Mar 10:45
· 35 commits to master since this release

View layer refactor and lots of little optimizations this time around:

  • Completely overhauls the view layer
  • Sara is a singleton now
  • IS_CLIENT and IS_SERVER are now private
  • Minify/gzip the app for the client side
  • Auto-generated JSON endpoints
  • Fixes obnoxious bug (#72)
  • Quick fix for data duplication between client/server

Scheduled for next release:

  • MVC controller pattern
  • Pre-rendering views without jsdom