Releases: plentico/plenti
Releases · plentico/plenti
v0.6.62
Changelog
- d03a29d Remove file extensions when making web path (#341).
- eafcb16 Revert "Fix broken _index.json paths (#341)."
v0.6.60
Changelog
- 4107658 Redirect if evaluated route changes on update (#232).
- 3280a19 Redirect to newly evaluated route on content creation (#232).
v0.6.59
Changelog
- 26fca61 Fix html sanitizer paste feature to fallback on plain text format
- 0594934 Merge pull request #340 from hlanderdev/master
v0.6.57
Changelog
- 0d788bb Revert "Run bundle step before minify"
v0.6.56
Changelog
- 45d80cb Merge pull request #339 from hlanderdev/master
- 8c116bc Run bundle step before minify
- 3a79a52 Switch to in memory rather than using a temp dir in bundle process
v0.6.55
Changelog
- b4cc735 Bundling with esbuild - Bump esbuild version to v0.23.1 - Add esbuild as a direct dependency - Add --bundle/-b build flag to build and serve commands - Rename --benchmark/-b to --profile/-P Note: right now bundle cleans up spa dir and only keeps core/main.js (bundled) and bundle.css. Might want to change this or make it optional.
- fce65e0 Fix io import in bundle.go
- 55b41f8 Merge pull request #338 from hlanderdev/master
- 6a7fe6b Removed excess file copy code in bundle process
- 8df9494 Removed if block around spa dir cleanup code
v0.6.53
Changelog
- 9f21fe8 Remove deprecated 'key' from goreleaser (#333).