Skip to content

v0.6.0

Compare
Choose a tag to compare
@jwkvam jwkvam released this 01 Feb 07:10
· 65 commits to master since this release
6632641

Added

  • Removed node and webpack dependencies, the only dependency is yarn.
  • Added a run command that simply combines build and serve together.
  • Smarter build process that saves time on subsequent builds.
  • Handle scheduled tasks when running with debug=True (#185)
  • Improve the Docker experience and docs.
  • Always use the latest compiled bundle.

Breaking

  • Instead of building the app by running app.build() you simply return the App instance.
    See the quick start guide for an example.