Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

39 lines (30 loc) · 2.16 KB

v0.2.3

  • 2021-08-05 aff2000 - (TamarinEA) Release 0.2.3
  • 2021-08-05 e6b74b6 - (TamarinEA) chore: add ruby 2.4 support

v0.2.2

  • 2019-12-16 d25637b - (ZhidkovDenis) fix: separate test and release sections in drone config

  • 2019-12-02 94932dc - (ZhidkovDenis) Release 0.2.1

  • 2019-12-02 e842c9f - (ZhidkovDenis) fix: add missed definition for Slaver::Proxy#respond_to_missing? Slaver::Proxy#respond_to? now will check if Slaver::Proxy#safe_connection could respond to specified method.

  • 2019-12-02 29081ac - (ZhidkovDenis) chore: remove old rails and ruby support, actualize .drone.yml

  • 2016-12-27 7cb588c - (Denis Korobicyn) chore: add dip & drone

v0.2.0

  • 2016-12-14 019562a - (TamarinEA) feat: support rails 4
  • 2015-11-24 12c8036 - (Denis Korobitcin) Release 0.0.2
  • 2015-11-23 a93dd20 - (Denis Korobitcin) chore(readme): within method and some spelling [skip ci]
  • 2015-11-23 f186f6c - (Denis Korobitcin) fix(slavable): special methods capability

v0.0.1

  • 2015-11-03 172eda3 - (Denis Korobitcin) fix(slavable): add block support
  • 2015-10-22 b67f807 - (Denis Korobitcin) feature: added slavable extension
  • 2015-10-23 9dc8cf0 - (Denis Korobitcin) chore(readme): fixed within section [skip ci]
  • 2015-10-22 bbb2535 - (Denis Korobitcin) chore: Big refactoring Changes:
  1. on now working throught within
  2. For within config independent of class on which it used
  3. Moved all logic to different classes 3.1. pools -> PoolsHandler 3.2. config -> ConfigHandler 3.3. on now creaating ScopeProxy which send all missing_methods to base class with within block
  • 2015-10-19 b64de51 - (Denis Korobitcin) feature: added main slaver logic
  • 2015-10-19 4441efa - (Artem Napolskih) Initial commit