Releases: clipperhouse/jargon
v1.0.9
v1.0.6
v1.0.5
v1.0.4
v1.0.2
v1.0.1
v1.0.0
Changelog
7f05beb Fold bug
2893787 Move TokenQueue to its own package
509e8ec Re-add Twitter
dde4941 Remove Twitter, name not showing on GitHub?
4394029 Tighten up files
f07b900 Twitter docs
0394083 Typos
b6038af Update deps; underscore behavior has changed
ba2698a Update to Go 1.14.2
0f5602c Update to setup-go@v2
eb4fb85 Update uax29
v0.9.20
v0.9.19
Changelog
1cc5552 Add error check, suspect we need to do better (tests still failing)
bddff15 Add support for Unicode text segmentation WB3
02e6c8e Better comments
2be3775 Better definitions, esp Alphabetic
7d61c1a Better example
14bf7c4 Better logic on Hebrew with quotes
b03bee6 Bikeshed the flag order
0301fba Comments and consistent logic for CRLF
29c070c Fast fail on empty token
4fccd40 First spike at rules based version (tests failing)
f1175cf Fix name
0477fa2 Implement WB13a&b; better left-side handling of other rules
05d55c5 Implement WB3d; more correct logic
2a274a0 Lose is package, it's in uax29 now
13732a4 Move peek up to main loop, handle errors
b58d51b Nil token is valid, handle it (tests failing)
44e74ce Remove old state machine funcs (tests failing)
bbcf92f Rules for numeric and Katakana (tests failing)
7031135 Take leading dots out of scope for now
6a9694b Tighten up case statements
b0432ff Update dependencies
c286ce5 Update go.sum
9134bd1 Update uax29 package
a5a5929 Update uax29; underscore out of scope for now
0e7a8b0 Use scanner package for most tokenizing logic