Skip to content

Tags: linebender/parley

Tags

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release Parley and Fontique v0.9.0 (#607)

Prepare for Parley v0.9.0 release by bumping the version number and
updating the changelog.

The following PR should be merged before this one:

- #600

(this PR updates the changelog to include this change)

Signed-off-by: Nico Burns <nico@nicoburns.com>

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove non-existent category from `parlance`. (#592)

Unfortunately `text` is a hallucinated category, as can be verified at
https://crates.io/category_slugs.

Annoyingly `cargo publish --dry-run` did not catch this earlier. The
verification is only done during a real publish on the server.

parlance-v0.1.0

Toggle parlance-v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove non-existent category from `parlance`. (#592)

Unfortunately `text` is a hallucinated category, as can be verified at
https://crates.io/category_slugs.

Annoyingly `cargo publish --dry-run` did not catch this earlier. The
verification is only done during a real publish on the server.

parlance-v0.0.0

Toggle parlance-v0.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
`attributed_text`: switch to structured `Error` + `ErrorKind` with bo… (

#458)

…undary details

- Replace `ApplyAttributeError` with `Error { kind: ErrorKind, start,
end, len, boundary }`
- `AttributedText::apply_attribute` now returns Result<(), Error>
- Add `Endpoint` and `BoundaryInfo` (reports offending endpoint/index
and enclosing codepoint span)
- Enforce UTF-8 boundaries via `TextStorage::is_char_boundary` and
surface detailed context
- Enrich `Display` to include range, len, and boundary info
- Re-export `Error`, `ErrorKind`, `BoundaryInfo`, `Endpoint` at crate
root
- Update tests to assert kinds and key details in messages

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare for v0.7.0 release (#470)

Prepare for v0.7.0 release.

- Depends on: #469
- Updates the changelog for v0.7.0
- Bumps versions of `parley` and `fontique`

---------

Signed-off-by: Nico Burns <nico@nicoburns.com>

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare for 0.6.0 release (#426)

Bump version numbers for 0.6.0

---------

Signed-off-by: Nico Burns <nico@nicoburns.com>
Co-authored-by: Daniel McNab <36049421+DJMcNab@users.noreply.github.com>

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare for 0.5.0 release of Parley (#374)

- I have checked that the changelog is up to date (and determined that
no new entries were necessary). A couple of PRs are not listed, but
they're just adding derives for `Debug` or `Hash` impls for types which
doesn't seem useful to log in the changelog to me.
- I have run `cargo update --ignore-rust-version` and `cargo upgrade
--ignore-rust-version`
- I have bumped the versions of Parley and Fontique to `0.5.0`

A new release was requested in
https://xi.zulipchat.com/#narrow/channel/205635-parley/topic/New.20release.3F/with/521457605

---------

Signed-off-by: Nico Burns <nico@nicoburns.com>
Co-authored-by: Kaur Kuut <strom@nevermore.ee>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare to release 0.4.0. (#349)

This will be merged once the [0.4.0
milestone](https://github.com/linebender/parley/milestone/8) has no
other open issues left.

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare Parley and Fontique 0.3.0 (#266)

Signed-off-by: Nico Burns <nico@nicoburns.com>
Co-authored-by: Kaur Kuut <strom@nevermore.ee>

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare Parley and Fontique 0.2.0 (#130)