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

implementing hashtags per UAX31 standard #40

Merged
merged 30 commits into from
Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
6fe3f97
implementing hashtags per UAX31 standard
farooqkz Aug 9, 2023
2363fe6
upgrade rust-toolchain
farooqkz Aug 9, 2023
4b5c25c
upgrade rust toolchain to 1.71.0
farooqkz Aug 9, 2023
7aba508
no alternative hashtag characters
farooqkz Aug 10, 2023
3208d29
fixes
farooqkz Aug 13, 2023
63ce1e4
using lazy_static
farooqkz Aug 13, 2023
dc261d5
new method of hashtag detection
farooqkz Aug 14, 2023
161417f
no lazy_static
farooqkz Aug 14, 2023
e117b66
good formatting
farooqkz Aug 14, 2023
f55ba99
more rusty
farooqkz Aug 14, 2023
7156b02
revert required rust toolchain
farooqkz Aug 14, 2023
4eef3a5
move character ranges to their own file
farooqkz Aug 14, 2023
c75bb63
remove unused deps
farooqkz Aug 15, 2023
885a409
moving find_range func to its own file, refactor
farooqkz Aug 15, 2023
535f3b6
another refactor to make it more idiomatic
farooqkz Aug 15, 2023
8326dd3
fix formatting
farooqkz Aug 15, 2023
090f160
add new hashtag testcases with Persian letters
farooqkz Aug 15, 2023
63f5298
fix formatting
farooqkz Aug 18, 2023
446d2f5
using const instead of static
farooqkz Aug 18, 2023
2894d8a
make clippy happy
farooqkz Aug 19, 2023
7b3bda2
correct tests
farooqkz Aug 19, 2023
8888c0f
making many modules and funcs pub
farooqkz Aug 19, 2023
edf5fba
fix lifetime thingie
farooqkz Aug 19, 2023
40b20e5
roper formatting
farooqkz Aug 19, 2023
64c9c18
update CHANGELOG
farooqkz Aug 19, 2023
b142c78
correct texts
farooqkz Aug 23, 2023
d785d85
let's make clippy happy!
farooqkz Aug 23, 2023
96f4201
move unit tests into source code
Simon-Laux Aug 23, 2023
bc1464a
add script to extract hashtag content char ranges and a commment refe…
farooqkz Aug 24, 2023
9d81945
cargo fmt
Simon-Laux Aug 24, 2023
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Added

- hashtag parsing per UAX31

## 0.6.0 - Fix email in parentheses and wrong IPv6 puny code warning

### Fixed
Expand Down
Loading
Loading