1. 11 Nov, 2014 20 commits
  2. 10 Nov, 2014 12 commits
  3. 08 Nov, 2014 2 commits
    • Stephane Nicoll's avatar
      Detect builder-style setter · 2786234e
      Stephane Nicoll authored
      Previously, a setter method that was returning the current instance was
      not identified as a "setter" by the configuration processor. As a result,
      builder-style APIs were not covered by the configuration metadata.
      
      If a setter returns either void or the current class, it is now
      recognized as a valid setter.
      
      Fixes gh-1854
      2786234e
    • Stephane Nicoll's avatar
      Fix typo · 5946a44b
      Stephane Nicoll authored
      5946a44b
  4. 07 Nov, 2014 6 commits