Skip to content

Releases: 11ty/eleventy-import

Eleventy Import v1.0.14

21 Feb 22:36
Compare
Choose a tag to compare
  • Mega speed boost to WordPress import when using --within CLI param (builds after and modified_after query params to WordPress Rest API)

Full Changelog: v1.0.13...v1.0.14

Eleventy Import v1.0.13

20 Feb 18:26
Compare
Choose a tag to compare
  • 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

05 Feb 17:32
Compare
Choose a tag to compare
  • 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

31 Jan 22:39
Compare
Choose a tag to compare
  • 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

31 Jan 18:07
Compare
Choose a tag to compare
  • Adds within CLI option to filter entries to only include those created or updated with a recent time frame. Uses the same syntax as Fetch duration (e.g. "24h", "7d"). Also supported as a options property passed to Importer#getEntries.

Full Changelog: v1.0.9...v1.0.10

Eleventy Import v1.0.9

14 Jan 20:07
Compare
Choose a tag to compare
  • 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

13 Dec 19:51
Compare
Choose a tag to compare
  • Adds --assetrefs=disabled option to skip asset downloads from HTML content.

Full Changelog: v1.0.7...v1.0.8

Eleventy Import v1.0.7

10 Dec 22:17
Compare
Choose a tag to compare
  • 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

10 Dec 18:06
Compare
Choose a tag to compare

Full Changelog: v1.0.5...v1.0.6

Reverted: Eleventy Import v1.0.5

10 Dec 17:54
Compare
Choose a tag to compare
  • 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