Features:
- [API BREAKING] The core extensions were separate into a submodule and
are no longer included in
require 'word_wrap'
. Addrequire 'word_wrap/core_ext'
to the above get them.
Bugfixes:
- Fixed an import issue.
Features:
- Added the
-i
option to modify a file in-place. - Added the
String#wrap
andString#fit
core extensions.
Features:
- The first usable release