Sha256: 39a8e5371e78f22f4340322c0d076c1cbd0e33d46533ab7fad8cbe60e1384c0d
Contents?: true
Size: 972 Bytes
Versions: 1
Compression:
Stored size: 972 Bytes
Contents
# CHANGELOG ### 0.4.1 - 2016-10-16 - By default, Putter will not run in production mode in Rails, this can be allow via configuration - By default, Putter will ignore methods from ActiveRecord::Base if it is present - Do not re-define a method if it is whitelisted - Code cleanup and README updates ### 0.4.0 - 2016-08-18 - Add methods option to `Putter.watch` - Refactor watch method to use registry - Refactor method creation specs - Update README ### 0.3.0 - 2016-07-08 - Add `Putter.watch` ability to watch a class and instances created by that class ### 0.2.1 - 2016-06-08 - Add missing Gemfile.lock to bundled gem. ### 0.2.0 - 2016-06-04 - Convert print strategies to a single print strategy for both methods calls and results and adjust configuration accordingly. ### 0.1.1 - 2016-05-29 - Fix print strategy to put new line before debugging statements to not have a break between method calls and results. ### 0.1.0 - 2016-05-29 - Initial commit, see README.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
putter-0.4.1 | CHANGELOG.md |