Skip to content

Releases: maizzle/framework

v0.2.4

01 Jul 10:19
Compare
Choose a tag to compare
  • Bump np from 4.0.2 to 5.0.3 4e0840c
  • Bump fs-extra from 8.0.1 to 8.1.0 58f932d
  • Bump color-shorthand-hex-to-six-digit from 2.10.26 to 2.10.27 822b4bf
  • Bump marked from 0.6.2 to 0.6.3 f477c37
  • Bump query-string from 6.4.0 to 6.8.1 5bde4c4

v0.2.3...v0.2.4

v0.2.3

24 Jun 12:32
Compare
Choose a tag to compare

This patch release simply updates dependencies.

v0.2.2...v0.2.3

v0.2.2

12 Jun 19:40
Compare
Choose a tag to compare
  • Update baseImageURL replacement regex. efd7463

    Fixes a bug where images referenced with absolute paths (i.e. https://example.com/image.png) were still being appended the baseImageURL, resulting in invalid URLs.

  • Parse template file path only when needed. 8c79708

    Speed up some builds by parsing and computing output file path only if a permalink was not provided.

v0.2.1...v0.2.2

v0.2.1

12 Jun 13:27
Compare
Choose a tag to compare
  • Check if assets source path exists before copying. b5c163e

v0.2.0...v0.2.1

v0.2.0

10 Jun 12:39
Compare
Choose a tag to compare

v0.1.5...v0.2.0

v0.1.5

04 Jun 17:05
Compare
Choose a tag to compare

v0.1.4...v0.1.5

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! 🎉