All Versions
12
Latest Version
Avg Release Cycle
119 days
Latest Release
1446 days ago

Changelog History
Page 1

  • v0.10.3 Changes

    April 12, 2020

    Thanks to @juanmougan for fixing an issue where ICR would fail to install since moving repo locations.

  • v0.10.2 Changes

    April 12, 2020

    Another year of spring cleaning!

    ๐Ÿ‘ Thanks to @Acciaiodigitale for the Crystal 0.34 support, and helping to clean up a few things.

  • v0.10.0 Changes

    May 20, 2017

    ๐Ÿฑ In this version I basically just removed kemalyst, but not because I don't love that project. Those guys are making some serious headway in their project, and have built their own generator. If you're looking to generate a kemalyst app, you can now use KGen. ๐ŸŽ‰

    ๐Ÿšš I have also removed the crustache dependency. I think that may have been the cause of the homebrew issues. Also, thanks to @drujensen for the help and support of fez, I have left the structure he set in place which will allow me to start adding more templates for kemal generation!

    As always, if you find any issues, let me know!

    TL;DR

    • No longer generating kemalyst app
    • โœ‚ Removed crustache dependency
    • โœ‚ Removed framework -f option
    • ๐Ÿ›  Fixed bug in ECR template generation
  • v0.9.1 Changes

    March 21, 2017

    ๐Ÿš€ When running make, it will now clean all the old cache files and folders, then reinstall shards before building the final release. This release doesn't change any work flow, but hopefully fixes the home brew install method.

  • v0.9.0 Changes

    December 07, 2016

    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!

  • v0.8.0 Changes

    November 16, 2016

    ๐Ÿš€ This release adds in the ability to generate an API only kemal app. If your app doesn't need views, css, or javascript, then you can generate a slimmed down structure. This generated API will be JSON based by default, and include versioning.

  • v0.7.0 Changes

    October 25, 2016

    ๐Ÿš€ In this release, there's been some major refactoring. The major changes are

    • You can now choose ECR as your templating engine
    • 0๏ธโƒฃ The default spec is generated
    • ๐Ÿ› bug fixes
  • v0.6.4 Changes

    October 24, 2016

    ๐Ÿš€ This update adds in some deployment tasks using Capistrano. For now it's a basic setup meant for deploying from a github repo to a VPS. You have the ability to alter it however you need though.

    0๏ธโƒฃ If you find any issues with how the default capistrano is setup, please submit an issue or PR.

  • v0.6.3 Changes

    October 13, 2016

    ๐Ÿ“š This is a minor version update. The main thing is that the generated project will monitor your views. (Thanks @ujifgc). The rest is just documentation and minor stuff.

  • v0.6.2 Changes

    September 16, 2016

    ๐Ÿ›  This patch fixes the homebrew installation where generating a project would throw missing file errors.