Releases: 11ty/eleventy-import
Releases · 11ty/eleventy-import
Eleventy Import v1.0.14
- Mega speed boost to WordPress import when using
--within
CLI param (buildsafter
andmodified_after
query params to WordPress Rest API)
Full Changelog: v1.0.13...v1.0.14
Eleventy Import v1.0.13
- Adds
--overwrite-allow=drafts
option to allow draft entries to overwrite existing files (without opting into global--overwrite
) - Draft entries will not include
permalink: false
in front matter.
Full Changelog: v1.0.12...v1.0.13
Eleventy Import v1.0.12
- Fixes bug with
--within
— worked with updated date but not created date.
Full Changelog: v1.0.11...v1.0.12
Eleventy Import v1.0.11
- Adds
preserve
CLI option to preserve elements with CSS classes during markdown conversion. Sample usage:--preserve='.keep-this,.keep-this-too'
. Supports only simple CSS class selectors (for now!)
Full Changelog: v1.0.10...v1.0.11
Eleventy Import v1.0.10
- Adds
within
CLI option to filter entries to only include those created or updated with a recent time frame. Uses the same syntax as Fetchduration
(e.g."24h"
,"7d"
). Also supported as a options property passed toImporter#getEntries
.
Full Changelog: v1.0.9...v1.0.10
Eleventy Import v1.0.9
- Fix issue with double decoding code blocks when importing from HTML -> Markdown.
Full Changelog: v1.0.8...v1.0.9
Eleventy Import v1.0.8
- Adds
--assetrefs=disabled
option to skip asset downloads from HTML content.
Full Changelog: v1.0.7...v1.0.8
Eleventy Import v1.0.7
- Skip markdown conversion on
text
content types. Fix Bluesky import issue that manifested as unescaped output.
Full Changelog: v1.0.6...v1.0.7
Eleventy Import v1.0.6
- Revert changes in
v1.0.5
(a little too eager here, sorry folks!). This release matchesv1.0.4
.
Full Changelog: v1.0.5...v1.0.6
Reverted: Eleventy Import v1.0.5
Fix issue with entity processing in XML Parser (affecting RSS import types), manifested as unescaped output after markdown conversion.Reverted in v1.0.6
Full Changelog: v1.0.4...v1.0.5