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

qdapTools 0.0.3
----------------------------------------------------------------

BUG FIXES

NEW FEATURES

* `id` a function to generate a sequence of integers the `length`/`nrow` of an 
  object.

* `pad` a convenience wrapper for `sprintf` that pads the front end of strings 
  with spaces or 0s.

MINOR FEATURES

IMPROVEMENTS

CHANGES


qdapTools 0.0.2
----------------------------------------------------------------

First push to CRAN.

* `%l*%` added as a binary operator form of `lookup` that returns a factor when 
  one is supplied in column 2 of the `key.match` `data.frame` supplied. 
  Suggestion by Kirill Muller see: 
  https://github.com/trinker/qdap/issues/167#issuecomment-41009219

qdapTools 0.0.1
----------------------------------------------------------------

Tools used by qdap that may be of use outside of the context of text analysis 
realated tasks, have been moved to a separate package, qdapTools.  This is the 
first installment of the package.

