Skip to content

Releases: clipperhouse/jargon

v1.0.9

Choose a tag to compare

@clipperhouse clipperhouse released this 12 Jun 02:01

Changelog

  • 672b2d1 update deps and goreleaser

v1.0.6

Choose a tag to compare

@clipperhouse clipperhouse released this 27 Apr 20:54

Changelog

2e7856a Dependencies
1607ba3 Update dependencies

v1.0.5

Choose a tag to compare

@clipperhouse clipperhouse released this 26 Apr 16:34

Changelog

dc1c16c Update dependencies; uax29 is an important one

v1.0.4

Choose a tag to compare

@clipperhouse clipperhouse released this 23 Apr 21:57

Changelog

b0cfb46 Update uax29

v1.0.2

Choose a tag to compare

@clipperhouse clipperhouse released this 22 Apr 03:19

Changelog

4566397 Update uax29 package

v1.0.1

Choose a tag to compare

@clipperhouse clipperhouse released this 21 Apr 14:59

Changelog

9c27069 Update uax29

v1.0.0

Choose a tag to compare

@clipperhouse clipperhouse released this 21 Apr 03:47

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

Choose a tag to compare

@clipperhouse clipperhouse released this 17 Apr 20:34

Changelog

3d5393e Implement Unicode normalization filters
71f2a28 New mapper convenience for building filters
2b2a9e6 Update uax29
dbd3ce3 Update uax29

v0.9.19

Choose a tag to compare

@clipperhouse clipperhouse released this 17 Apr 00:50

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

v0.9.18

Choose a tag to compare

@clipperhouse clipperhouse released this 09 Apr 23:55

Changelog

5079a98 Never mind separating the flags, doesn't work
f57e71c Type doesn't need to be exported