Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

45 lines (29 loc) · 1.55 KB

Change Log

  • Update Rubocop version to 1.0! Thank you @mvz!
  • Cop namespace fixes, documentation updates, loading issues. Thank you again @mvz !
  • Gem maintainership has been passed to @highb. Thank you @binford2k and @lucywyman!
  • Update Ruby versions in gemspec, Travis, .ruby-version. Thank you @sfeuga!
  • Add auto-correct for DecorateString (#40) Thanks @mvz!
  • Update rake and bundler requirements to be more permissive of newer versions (#43)

2.0.1

  • chmod all the files to be world readable and ensured that gem build doesn't emit any warnings.
  • fixes license name
  • specifies version for pry and rb-readline
  • bump Z version

2.0.0

  • Add rails-i18n support and documentation in README. Thanks @kbacha!

1.3.1, 1.3.0, 1.2.0

  • Updated DecorateString to look for sentences using a regular expression that should be decorated. This limits the number of strings that it finds to things that look like a sentence.
  • Code restructure (no API changes)
  • RuboCop lint fixes

1.1.0

  • Added support for DecorateStringFormattingUsingPercent
  • Added support for DecorateStringFormattingUsingInterpolation

1.0.0

  • Improvements to DecorateFunctionMessage

0.0.1