Skip to content

Releases: maizzle/framework

v0.4.2

11 Sep 13:18
Compare
Choose a tag to compare
  • [Hotfix] Update email-comb to 3.7.1 c55023c

v0.4.1...v0.4.2

v0.4.1

10 Sep 17:47
Compare
Choose a tag to compare
  • Add replaceStrings transformer. 1779ddb
  • Pass through minifier only if explicitly enabled. 37f8f06

v0.4.0...v0.4.1

v0.4.0

10 Sep 13:28
Compare
Choose a tag to compare
  • Use Nunjucks extends in render() 05a5389
    Fixes an issue with Nunjucks templating in Node context, where you couldn't extend a Layout from a Template.

  • Make opts.tailwind.css optional in render() 15898cf
    Default to @tailwind utilities; if no tailwind.css has been passed to render() opts

Updated dependencies:

  • Bump posthtml from 0.11.4 to 0.11.6 ee9fccf
  • Bump color-shorthand-hex-to-six-digit from 2.10.37 to 2.10.40 5eb3035
  • Bump query-string from 6.8.2 to 6.8.3 780ebd5
  • Bump email-comb from 3.5.1 to 3.6.1 f5fd1c5
  • Bump string-strip-html from 4.0.29 to 4.1.1 bbf1b33

v0.3.3...v0.4.0

v0.3.3

28 Aug 10:48
Compare
Choose a tag to compare

This is just a security & maintenance release:

  • [Security] Bump set-value from 2.0.0 to 2.0.1 5da7c27
  • [Security] Bump mixin-deep from 1.3.1 to 1.3.2 af7f0c4
  • Bump query-string from 6.8.1 to 6.8.2 d8eba9e
  • Bump color-shorthand-hex-to-six-digit from 2.10.35 to 2.10.37 9e63ac0
  • Bump email-comb from 3.4.8 to 3.5.1 1e5bf71
  • Bump tailwindcss from 1.0.6 to 1.1.2 13c8832
  • Bump string-strip-html from 4.0.27 to 4.0.29 227514a

v0.3.2...v0.3.3

v0.3.2

15 Aug 22:44
Compare
Choose a tag to compare
  • Better media query sorting. 99d1aa5

v0.3.1...v0.3.2

v0.3.1

13 Aug 12:18
Compare
Choose a tag to compare
  • Specify env when getting config in serve method. acbeb91

v0.3.0...v0.3.1

v0.3.0

01 Aug 13:49
Compare
Choose a tag to compare
  • Remove fix for Tailwind CSS escaped characters. 9d0a870
  • Throw error if building env with missing config. 5ca5230
  • Allow using array for build.templates.filetypes ab361d2
  • Don't add baseImageURL to empty attributes. a5e7e4a
  • Support falsy values for baseImageURL. 3412db5

+ dependencies & security updates

v0.2.4...v0.3.0

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