Skip to content

Releases: ropensci/hunspell

v3.0.3

06 Oct 20:37
Compare
Choose a tag to compare
Remove CXX11

hunspell 3.0

15 Dec 16:42
Compare
Choose a tag to compare

hunspell 3.0

hunspell 2.9

16 Dec 22:59
Compare
Choose a tag to compare

hunspell 2.9

  • BREAKING: Bundled en_US / en_GB dictionaries now support apostrophe
  • Parses now uses the dictionary WORDCHARS for tokenizing text
  • Removed numbers from en_US / en_GB WORDCHARS to prevent false positives
  • Fix regression inroduced in the caching fix in 2.8
  • Refactored internal dictionary caching
  • Add 'AUTHORS' file and update DESCRIPTION as requested by CRAN

hunspell 2.8

12 Dec 12:23
Compare
Choose a tag to compare

hunspell 2.8

  • Fix caching bug for 'ignore' argument in hunspell()
  • Rename class 'dictionary' to 'hunspell_dictionary' to avoid collisions
  • Remove setwd() from examples as requested by CRAN

hunspell 2.7

03 Nov 14:01
Compare
Choose a tag to compare

hunspell 2.7

  • Update bundled en_US / en_GB dictionaries from libreoffice extensions
  • Use Rcpp symbol registration / visibility
  • Properly pass down missing values
  • Added workaround for issue #29 (case sensitivity in custom wordlist)

hunspell 2.6

28 Jun 07:54
Compare
Choose a tag to compare

2.6

  • Compile libhunspell with 'attribute((visibility("hidden")))' to solve
    a symbol conflict in rstudio (which also has libhunspell)

2.5

  • Add parameter 'add_words' to dictionary()

2.4

  • Update libhunspell to upstream v1.6.1
  • Update maintainer info
  • Add mandatory symbol registration

CRAN release 2.4

01 May 16:52
Compare
Choose a tag to compare

NEWS 2.4

  • Update libhunspell to upstream v1.6.1
  • Update maintainer info
  • Add mandatory symbol registration

CRAN release 2.3

08 Dec 16:14
Compare
Choose a tag to compare

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

CRAN release 2.0

09 Sep 11:07
Compare
Choose a tag to compare
  • 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

CRAN release 1.4.3

27 Jul 10:32
Compare
Choose a tag to compare

New in 1.4.3:

  • Fix UBSAN bug
  • Remove unused 'config.h' file (see upstream 2ccf840)