Releases: photogabble/eleventy-plugin-interlinker
Releases · photogabble/eleventy-plugin-interlinker
v1.1.0
What's Changed
- REFACTOR: Improve Testing by @carbontwelve in #20
- REFACTOR: Improve performance and add support for HTML Links by @carbontwelve in #22
- FEATURE: Add detailed bad link report by @carbontwelve in #26
- BUGFIX: pass page object through to compileTemplate by @carbontwelve in #29
- BUGFIX: Pages Excluded from Collections by @carbontwelve in #30
- FEATURE: Add escaping for hash links by @carbontwelve in #32
- BUGFIX: Don't render embeds if link doesn't exist by @carbontwelve in #35
- BUGFIX: Broken dead-links lookup due to typo by @carbontwelve in #38
- BUGFIX: encode link title html entities by @carbontwelve in #40
- BUGFIX: Use alias as link text if it's the lookup source by @carbontwelve in #42
- FEATURE: Add support for referencing file by path by @carbontwelve in #44
- FEATURE: Custom Resolving Functions by @carbontwelve in #47
- REFACTOR: Remove internal dependency upon slugify by @carbontwelve in #48
- FEATURE: Make dead link report configurable by @carbontwelve in #49
- FEATURE: clear internal state before each 11ty build by @carbontwelve in #51
- BUGFIX: On resolving fn lookup failure, only throw error if page not found by @carbontwelve in #52
- BUGFIX: Wikilinks should not contain new lines by @carbontwelve in #55
- BUGFIX: Fix crashing bug when embeded file changed while in
--watch
mode by @carbontwelve in #56 - FEATURE: Make the stub post destination configurable by @carbontwelve in #59
- BUGFIX: Fix compatibility with Eleventy v3 by @carbontwelve in #60
- FEATURE: Accept either string or array as page alias by @carbontwelve in #63
- BUGFIX: Do not parse anchor tags within code blocks by @carbontwelve in #64
- BUGFIX: Render embed templates correctly by @carbontwelve in #67
- BUGFIX: Correctly parse block level wikilink embeds with a block level rule by @carbontwelve in #68
Full Changelog: v1.0.6...v1.1.0
v1.1.0-rc5
What's Changed
- BUGFIX: Wikilinks should not contain new lines by @carbontwelve in #55
- BUGFIX: Fix crashing bug when embeded file changed while in
--watch
mode by @carbontwelve in #56 - FEATURE: Make the stub post destination configurable by @carbontwelve in #59
- BUGFIX: Fix compatibility with Eleventy v3 by @carbontwelve in #60
Full Changelog: v1.1.0-rc4...v1.1.0-rc5
v1.1.0-rc4
What's Changed
- BUGFIX: Use alias as link text if it's the lookup source by @carbontwelve in #42
- FEATURE: Add support for referencing file by path by @carbontwelve in #44
- FEATURE: Custom Resolving Functions by @carbontwelve in #47
- REFACTOR: Remove internal dependency upon slugify by @carbontwelve in #48
- FEATURE: Make dead link report configurable by @carbontwelve in #49
- FEATURE: clear internal state before each 11ty build by @carbontwelve in #51
- BUGFIX: On resolving fn lookup failure, only throw error if page not found by @carbontwelve in #52
Full Changelog: v1.1.0-rc3...v1.1.0-rc4
v1.1.0-rc3
This release is somewhat stable and unlike the previous two, does actually work with my personal website.
What's Changed
- FEATURE: Add escaping for hash links by @carbontwelve in #32
- BUGFIX: Don't render embeds if link doesn't exist by @carbontwelve in #35
- BUGFIX: Broken dead-links lookup due to typo by @carbontwelve in #38
- BUGFIX: encode link title html entities by @carbontwelve in #40
Full Changelog: v1.1.0-rc2...v1.1.0-rc3
v1.1.0-rc2
What's Changed
- BUGFIX: pass page object through to compileTemplate by @carbontwelve in #29
- BUGFIX: Pages Excluded from Collections by @carbontwelve in #30
Full Changelog: v1.1.0-rc1...v1.1.0-rc2
v1.1.0-rc1
What's Changed
- REFACTOR: Improve Testing by @carbontwelve in #20
- REFACTOR: Improve performance and add support for HTML Links by @carbontwelve in #22
- FEATURE: Add detailed bad link report by @carbontwelve in #26
Usage
This release can be installed with npm install --save @photogabble/eleventy-plugin-interlinker@next
Full Changelog: v1.0.6...v1.1.0-rc1
v1.0.6
What's Changed
- BUGFIX: Add isArray check before treating as array by @carbontwelve in #17 with thanks to @timklapdor and @xplosionmind.
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- Change to use
url
instead ofinputPath
for unique page key, this is because some pages can share the sameinputPath
such as those generated via pagination. This is documented in linking to pagination generated pages
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Bugfix template
content
variable not being set when rendering embed (#10) - Bugfix incorrect alias lookup when only embedded as alias (#11)
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Maintenance release, updated npm dependencies.
Full Changelog: v1.0.2...v1.0.3