Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build status badge and update Readme #35

Merged
merged 1 commit into from
Dec 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# unicode-xid

Determine if a `char` is a valid identifier for a parser and/or lexer according to
[Unicode Standard Annex #31](http://www.unicode.org/reports/tr31/) rules.
[Unicode Standard Annex #31](https://www.unicode.org/reports/tr31/) rules.

[![Build Status](https://img.shields.io/github/workflow/status/unicode-rs/unicode-xid/CI/master)](https://github.com/unicode-rs/unicode-xid/actions?query=branch%3Amaster)
[![Build Status](https://img.shields.io/github/actions/workflow/status/unicode-rs/unicode-xid/ci.yml?branch=master)](https://github.com/unicode-rs/unicode-xid/actions?query=branch%3Amaster)

[Documentation](https://unicode-rs.github.io/unicode-xid/unicode_xid/index.html)

Expand All @@ -28,21 +28,21 @@ on std, and instead uses equivalent functions from core.

## 0.2.4

- Update to Unicode 15.0.0
- Update to Unicode 15.0.0.
- Replace `const` tables with `static` tables.

## 0.2.3

- Update to Unicode 14.0.0
- Update to Unicode 14.0.0.

## 0.2.2

- Add an ASCII fast-path
- Add an ASCII fast-path.

## 0.2.1

- Update to Unicode 13.0.0
- Speed up lookup
- Update to Unicode 13.0.0.
- Speed up lookup.

## 0.2.0

Expand Down