Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 911 Bytes

File metadata and controls

30 lines (23 loc) · 911 Bytes

Changelog

All notable changes to Neat Configuration components will be documented in this file.

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

[Unreleased]

[0.2.3]

Fixed

  • ReflectionProperty::setAccessible() is deprecated.

[0.2.2] - 2020-06-19

Changed

  • Remove neat/object dependency (use a local Property class for now).

[0.2.1] - 2019-10-31

Changed

  • Allow neat/object version ^0.10.

[0.2.0] - 2019-10-30

Changed

  • Policy setting method will no longer have a prefix parameter.
  • Environment query results will no longer contain the prefix in each key.

[0.1.0] - 2019-10-30

Added

  • Environment implementation.
  • Policy implementation for mapping property names to environment settings.
  • Settings trait for automatic Settings initialization.