Revision history for Perl module Lingua::Stem::Any

v0.03 2014-06-05
 - Increased Perl version required from v5.6.0 to v5.8.1
 - Set the `language` attribute default value to `en` (English), which was
   previosly undefined by default yet required
 - Added `cache` attribute (boolean) for enabling stem caching and `clear_cache`
   method for clearing the stem cache
 - Added `exceptions` attribute (hashref of hashrefs) for setting stemming
   exceptions per language
 - Added new source module Lingua::Stem::Patch with support for languages
   `eo` (Esperanto) and `io` (Ido)
 - Added support for additional Lingua::Stem::UniNE language `de` (German)
   [issue #2]
 - Integrated Travis CI, Devel::Cover, and Coveralls with GitHub repo [issue #4],
   [issue #5]

v0.02 2013-04-28
 - Required Moo v1.1.0 because it supports non-reference scalars as default
   values

v0.01 2013-04-26
 - First release
 - Sources supported: Lingua::Stem::Snowball, Lingua::Stem::UniNE, Lingua::Stem
