Skip to content

Releases: maizzle/framework

v0.1.4

22 May 18:51
Compare
Choose a tag to compare
  • Update TailwindCSS to stable release. 0f78e7e

v0.1.3...v0.1.4

v0.1.3

03 Apr 10:51
Compare
Choose a tag to compare

Fixes a race condition while developing locally.

0.1.2...0.1.3

v0.1.2

01 Apr 09:33
Compare
Choose a tag to compare

Exposes environment name to templates. Use env in a template to get the current build environment name:

{% if env == 'production' %}
  This will show only when running `maizzle build production`
{% endif %}

0.1.1...0.1.2

v0.1.1

28 Mar 18:06
Compare
Choose a tag to compare

First release! 🎉