docile/HISTORY.md

44 lines
1.5 KiB
Markdown
Raw Normal View History

2013-04-01 21:47:04 +00:00
# HISTORY
2014-01-10 15:53:49 +00:00
## [v1.1.2 (Jan 10, 2014)](http://github.com/ms-ati/docile/compare/v1.1.1...v1.1.2)
- remove unnecessarily nested proxy objects (thanks @Ajedi32!
- documentation updates and corrections
2013-11-26 21:06:49 +00:00
## [v1.1.1 (Nov 26, 2013)](http://github.com/ms-ati/docile/compare/v1.1.0...v1.1.1)
- documentation updates and corrections
- fix Rubinius build in Travis CI
2013-07-29 04:39:37 +00:00
## [v1.1.0 (Jul 29, 2013)](http://github.com/ms-ati/docile/compare/v1.0.5...v1.1.0)
- add functional-style DSL objects via `Docile#dsl_eval_immutable`
2013-07-28 20:47:14 +00:00
## [v1.0.5 (Jul 28, 2013)](http://github.com/ms-ati/docile/compare/v1.0.4...v1.0.5)
- achieve 100% yard docs coverage
- fix rendering of docs at http://rubydoc.info/gems/docile
2013-07-25 22:55:37 +00:00
## [v1.0.4 (Jul 25, 2013)](http://github.com/ms-ati/docile/compare/v1.0.3...v1.0.4)
- simplify and clarify code
- fix a minor bug where FallbackContextProxy#instance_variables would return
symbols rather than strings on Ruby 1.8.x
2013-07-06 14:09:30 +00:00
## [v1.0.3 (Jul 6, 2013)](http://github.com/ms-ati/docile/compare/v1.0.2...v1.0.3)
- instrument code coverage via SimpleCov and publish to Coveralls.io
2013-04-01 21:47:04 +00:00
## [v1.0.2 (Apr 1, 2013)](http://github.com/ms-ati/docile/compare/v1.0.1...v1.0.2)
- allow passing parameters to DSL blocks (thanks @dslh!)
## [v1.0.1 (Nov 29, 2012)](http://github.com/ms-ati/docile/compare/v1.0.0...v1.0.1)
- relaxed rspec and rake dependencies to allow newer versions
- fixes to documentation
## [v1.0.0 (Oct 29, 2012)](http://github.com/ms-ati/docile/compare/1b225c8a27...v1.0.0)
2014-01-10 15:53:49 +00:00
- Initial Feature Set