NEWS
====

Versioning
----------

Releases will be numbered with the following semantic versioning format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

* Breaking backward compatibility bumps the major (and resets the minor
  and patch)
* New additions without breaking backward compatibility bumps the minor
  (and resets the patch)
* Bug fixes and misc changes bumps the patch



gofastr 0.3.0
----------------------------------------------------------------

BUG FIXES

* Changed the **quanteda** argument calls to reflect the changes in **quanteda**
  to use snake case rather than camel case arguments.



gofastr 0.2.0 - 0.2.1
----------------------------------------------------------------

NEW FEATURES

* `ngrams` argument added to `q_dtm` and `q_tdm` to allow ngrams in the matrix
  terms (see isue #3).

* `select_document` picks up an `invert` argument to pick documents not
  containing the regex match.

* `as_dtm` and `as_tdm` added to coerce objects to **tm** `DocumentTermMatrix`
  and `TermDocumentMatrix` data structures.  This will allow other packages to
  easily import this function for their objects.




gofastr 0.1.0 - 0.1.1
----------------------------------------------------------------

NEW FEATURES

* `partial_republican_debates_2015` data set added.



gofastr 0.0.1
----------------------------------------------------------------

**gofastr** is designed to do one thing really well...It harnesses the power of **data.table** and **stringi** to quickly generate **tm** `DocumentTermMatrix` and `TermDocumentMatrix` data structures.


