Jwoertink Fez Versions Save

A Kemal application generator

v0.6.3

7 years ago

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

7 years ago

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

v0.6.1

7 years ago

This release makes a pretty big change in the fez UI as well as some fixes to the generated kemal app.

  • The -b flag is now required, and fez doesn't set any temp names.
  • The -d flag now just overrides the name of the folder where your project lives.
  • Also, the default directory is no longer /tmp. It's now . (the current directory you're in).
  • assets are now watched by guard
  • The generated Makefile has been fixed (thanks @russ)

There is still an issue with the generated app's console. I am waiting on a PR to ICR to fix that.

v0.5.0

7 years ago

This release includes a new update to the generated Kemal app that includes a development console.

v0.4.1

7 years ago

This release doesn't really fix anything. The make process is now somewhat silenced so it doesn't output what it's doing. I still have a debug in place to test some homebrew stuff.

v0.4.0

7 years ago

This release has basic functionality

  • Generate basic Kemal app
  • Use slang for development
  • Use ES6 for development
  • Use SASS for development
  • Use guard auto-reloading for development