Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 343 Bytes

CHANGELOG.md

File metadata and controls

17 lines (10 loc) · 343 Bytes

Changelog

v1.2.0

  • change parent class names to FeatureSetting::Feature and FeatureSetting::Setting (the old FsFeature and FsSetting can still be used as well)

v1.1.0

  • dynamically generate setter methods for FsSetting keys to simplify updating values:
MySetting.setting_key = 123

v1.0.0

  • public release