Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.13 KB

changelog.md

File metadata and controls

25 lines (20 loc) · 1.13 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.1 - 2020-01-20

Fixed

  • config name fixed (thanks @allcaretravels, issue #2)

1.0.0 - 2019-08-01

Added

  • HasSettings - Contains attitude and nothing more. Simple and easy.
  • HasSetSettings - The trait for quick settings recording is needed to reduce the amount of your code.
  • HasGetSettings - Trait for quickly getting settings by type.
  • ReadableService - Service for reading settings from the model. Needed for quick inheritance, makes the code cleaner and more readable.
  • WritableService - Service record settings for the model.
  • SettingService - Working with the settings model.
  • Unit-cases.