fez v0.9.0 Release Notes

Release Date: 2016-12-07 // over 7 years ago
  • 0️⃣ Thanks to @drujensen we can now start adding more to fez to make it more powerful. By default, and at the heart, Fez will remain a kemal application generator. However, if you're looking to generate a "rails-like" MVC app, you can do that with fez now!

    👍 Fez now supports Kemalyst with the --framework option.

    👉 Use fez to generate the following types of apps:

    • 0️⃣ Kemal with slang views (default)
    • Kemal with ECR views
    • Kemal as a JSON API (no views)
    • Kemalyst with ECR (full MVC framework)

    If you run in to any issues, be sure to submit an issue!