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