docile/HISTORY.md

2.4 KiB

HISTORY

v1.1.5 (Jun 15, 2014)

  • as much as possible, loosen version restrictions on development dependencies
  • clarify gemspec settings as much as possible
  • bump rspec dependency to 3.0.x

v1.1.4 (Jun 11, 2014)

  • Special thanks to Ken Dreyer (@ktdreyer):
    • make simplecov/coveralls optional for running tests [33834852c7]
    • update URL in gemspec [174e654a07]

v1.1.3 (Feb 4, 2014)

  • Special thanks to Alexey Vasiliev (@le0pard):
    • fix problem to catch NoMethodError from non receiver object
    • upgrade rspec format to new "expect" syntax

v1.1.2 (Jan 10, 2014)

  • remove unnecessarily nested proxy objects (thanks @Ajedi32)!
  • documentation updates and corrections

v1.1.1 (Nov 26, 2013)

  • documentation updates and corrections
  • fix Rubinius build in Travis CI

v1.1.0 (Jul 29, 2013)

  • add functional-style DSL objects via Docile#dsl_eval_immutable

v1.0.5 (Jul 28, 2013)

v1.0.4 (Jul 25, 2013)

  • simplify and clarify code
  • fix a minor bug where FallbackContextProxy#instance_variables would return symbols rather than strings on Ruby 1.8.x

v1.0.3 (Jul 6, 2013)

  • instrument code coverage via SimpleCov and publish to Coveralls.io

v1.0.2 (Apr 1, 2013)

  • allow passing parameters to DSL blocks (thanks @dslh!)

v1.0.1 (Nov 29, 2012)

  • relaxed rspec and rake dependencies to allow newer versions
  • fixes to documentation

v1.0.0 (Oct 29, 2012)

  • Initial Feature Set