Skip to content

Releases: Rebilly/lexi

v2.3.0

19 Nov 06:04
3292f17
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump node versions by @Weetbix in #340
    • The action now uses the node20 action runner

Other

Dependencies

Full Changelog: v2...v2.3.0

v2.2.0

27 May 13:20
0963091
Compare
Choose a tag to compare

What's Changed

Dependencies

Full Changelog: v2...v2.2.0

v2.1.1

18 Oct 04:07
9d28fbc
Compare
Choose a tag to compare

What's Changed

  • ci(release): automate tag updates by @Weetbix in #89
  • fix(markdoc): Fix markdoc edge case with special characters in json by @Weetbix in #90

Dependency updates

Full Changelog: v2...v2.1.1

v2.1.0

10 Oct 00:40
d2a0cd1
Compare
Choose a tag to compare

What's Changed

Features

Dependencies

Full Changelog: v2...v2.1.0

v2.0.0

12 Sep 11:49
cdd41d1
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • History no longer fetched in the action. Git history must already exist, for example use actions/checkout with fetch-depth: 0.

Dependency updates

New Contributors

Full Changelog: v1...v2.0.0

v1.1.2

08 Sep 02:02
f13720a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1...v1.1.2

v1.1.1

06 Sep 09:23
13899a8
Compare
Choose a tag to compare

Summary: Documentation and configuration changes in preperation for GitHub Actions Marketplace release.

What's Changed

New Contributors

Full Changelog: v1...v1.2.0

v1.1.0

14 Aug 09:50
93811f1
Compare
Choose a tag to compare

What's Changed

Summary: Major improvements to parsing and report content. Introduction of new unified readability score.

Details:

Full Changelog: v1.0.5...v1.1.0

v1.0.5 - Remove manual line breaks

27 Feb 09:48
3d2c0f5
Compare
Choose a tag to compare

What's Changed

  • Remove manual line breaks from file inputs by @Weetbix in #18

Full Changelog: v1.0.4...v1.0.5

v1.0.4 - Exclude javascript code used in .mdx files from the readability report

17 Feb 18:16
89b4523
Compare
Choose a tag to compare

What's Changed

  • Add function to remove JS code blocks from mdx files by @jvc9109 in #17 .
    Use <!-- JS block --> to wrap the section to exclude.

New Contributors

Full Changelog: v1.0.3...v1.0.4