Releases: maizzle/framework
Releases · maizzle/framework
v0.3.3
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.1
v0.3.0
- 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.2.3
This patch release simply updates dependencies.
v0.2.2
-
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 thebaseImageURL
, 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.