Skip to content

Tags: Rebilly/lexi

Tags

v2.3.6

Toggle v2.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Bulk update dependencies (#587)

* Use rollup instead of ncc

* Update GHA versions

* Fix type issues in GHA imports

* Fix text-readability types

* Upgrade to eslint 9

* Upgrade glob

* Upgrade typescript

* Update remark

* Upgrade FE dependencies

* Fix minify issue

* Commit build via cli

* Use machine user PAT for dist generation

* chore: rebuild dist

* test by touching markdown

* Revert "test by touching markdown"

This reverts commit 70e1996.

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

v2.3

Toggle v2.3's commit message
Release v2.3.6

v2

Toggle v2's commit message
Release v2.3.6

v2.3.5

Toggle v2.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(readability): ignore semantic line breaks in scoring (#565)

* Ignore semantic line breaks in scoring

* Fix lint

* Rebuild dist

* Update text

* Use tobeCloseTo

* Regenerate dist output

Rebuild dist with yarn to match CI output.

v2.3.4

Toggle v2.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump @actions/github from 6.0.0 to 6.0.1 (#498)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Hannagan <weetbix_@hotmail.com>

v2.3.3

Toggle v2.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump glob from 11.0.1 to 11.0.2 (#471)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Weetbix <weetbix_@hotmail.com>

v2.3.2

Toggle v2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Exclude backslashes from readability (#476)

* Exclude backslashes

* Preserve line breaks

* Update build file

* Revert changes to test.md files & add test

* Update expression

* Revert expression change

* Fix indentation and format

* Fix tests

* Fix indentation in tests

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps-dev): bump @typescript-eslint/parser from 8.24.1 to 8.25.0 (

…#423)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Weetbix <weetbix_@hotmail.com>

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): Bump node versions (#340)

* Use latest node actions runner (v20)

* Use latest node (22) in GHA

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(markdoc): remove horizontal rules (#227)

* Add logic to remove horizontal lines

* Add function in the correct file

* Use thematicBreak to find and remove horizontal rules

* Remove changes from index.js

* Swap order of plugins

* Add test

* Apply suggestions from code review

Co-authored-by: Weetbix <weetbix_@hotmail.com>

* Fix front matter parser and add extra test

---------

Co-authored-by: Weetbix <weetbix_@hotmail.com>