forked from ropensci/hunspell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
46 lines (35 loc) · 1.21 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
2.4
- Update libhunspell to upstream v1.6.0
2.3
- Update libhunspell to upstream v1.5.4
- Change intro.rmd vignette to clean up downloaded files
2.2
- Tweak code to make it build on old compilers (CentOS6 / gcc 4.4.7)
2.1
- Update upstream to a6d32ee
- Rebuild vignettes to fix CMD check timestamp warning
2.0
- Added a beautiful intro vignette
- Dictionaries are now their own class and get cached automatically via memoise
- Make sure UTF-8 return values are marked properly. Fixes #16
- Update libhunspell to upstream 4b43843
1.4.3
- Fix UBSAN bug
- Remove unused 'config.h' file (see upstream 2ccf840)
1.4.2
- Switch to R's iconv wrapper which is more portable (thnx BDR)
1.4.1
- Change license to cover libhunspell (per CRAN request).
1.4
- Switch to bundled libhunspell because their API keeps breaking
- Include libhunspell 1.5-pre (b13e62a)
- Add parsers for HTML/XML formats
1.2
- (Breaking) Rename 'hunspell_find' to 'hunspell'
- Add support for other dictionaries
- Use iconv() to convert encoding before checking
- Use the 'en_stats' dict as default ignore list
1.1
- Switch to hunspell parsers (replaced 'delim' with 'format' parameter)
1.0
- Initial CRAN release