docile/HISTORY.md

101 lines
4.0 KiB
Markdown
Raw Normal View History

2013-04-01 21:47:04 +00:00
# HISTORY
2020-12-22 16:38:48 +00:00
## [Unreleased changes](http://github.com/ms-ati/docile/compare/v1.3.4...master)
2018-02-07 22:22:50 +00:00
- ...
2020-12-22 16:38:48 +00:00
## [v1.3.4 (Dec 22, 2020)](http://github.com/ms-ati/docile/compare/v1.3.3...v1.3.4)
- Special thanks to Benoit Daloze (@eregon):
- Fix delegation on Ruby 2.7 (issues #45 and #44, PR #52)
2020-12-18 18:24:04 +00:00
## [v1.3.3 (Dec 18, 2020)](http://github.com/ms-ati/docile/compare/v1.3.2...v1.3.3)
- Special thanks (again!) to Taichi Ishitani (@taichi-ishitani):
- Fix keyword arg warnings on Ruby 2.7 (issue #44, PR #45)
- Filter Docile's source files from backtrace (issue #35, PR #36)
2019-06-12 19:34:03 +00:00
## [v1.3.2 (Jun 12, 2019)](http://github.com/ms-ati/docile/compare/v1.3.1...v1.3.2)
- Special thanks (again!) to Taichi Ishitani (@taichi-ishitani):
- Fix for DSL object is replaced when #dsl_eval is nested (#33, PR #34)
2018-05-24 14:46:15 +00:00
## [v1.3.1 (May 24, 2018)](http://github.com/ms-ati/docile/compare/v1.3.0...v1.3.1)
- Special thanks to Taichi Ishitani (@taichi-ishitani):
- Fix for when DSL object is also the block's context (#30)
2018-02-07 22:22:50 +00:00
## [v1.3.0 (Feb 7, 2018)](http://github.com/ms-ati/docile/compare/v1.2.0...v1.3.0)
- Allow helper methods in block's context to call DSL methods
- Add SemVer release policy explicitly
- Standardize on double-quoted string literals
- Workaround some more Travis CI shenanigans
2018-01-11 22:40:40 +00:00
## [v1.2.0 (Jan 11, 2018)](http://github.com/ms-ati/docile/compare/v1.1.5...v1.2.0)
- Special thanks to Christina Koller (@cmkoller)
- add DSL evaluation returning *return value of the block* (see `.dsl_eval_with_block_return`)
- add an example to README
- keep travis builds passing on old ruby versions
2014-06-15 19:35:36 +00:00
## [v1.1.5 (Jun 15, 2014)](http://github.com/ms-ati/docile/compare/v1.1.4...v1.1.5)
- as much as possible, loosen version restrictions on development dependencies
- clarify gemspec settings as much as possible
- bump rspec dependency to 3.0.x
2014-06-12 02:04:42 +00:00
## [v1.1.4 (Jun 11, 2014)](http://github.com/ms-ati/docile/compare/v1.1.3...v1.1.4)
- Special thanks to Ken Dreyer (@ktdreyer):
- make simplecov/coveralls optional for running tests \[[33834852c7](https://github.com/ms-ati/docile/commit/33834852c7849912b97e109e8c5c193579cc5e98)\]
- update URL in gemspec \[[174e654a07](https://github.com/ms-ati/docile/commit/174e654a075c8350b3411b212cfb409bc605348a)\]
2014-02-04 20:25:36 +00:00
## [v1.1.3 (Feb 4, 2014)](http://github.com/ms-ati/docile/compare/v1.1.2...v1.1.3)
- Special thanks to Alexey Vasiliev (@le0pard):
- fix problem to catch NoMethodError from non receiver object
- upgrade rspec format to new "expect" syntax
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)
2014-02-04 20:25:36 +00:00
- remove unnecessarily nested proxy objects (thanks @Ajedi32)!
2014-01-10 15:53:49 +00:00
- 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