Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

33 lines (24 loc) · 1.26 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.

[0.5.0] - 2024-08-28

  • Added documentation for each exported class/function/variable
  • Added lenv.Config class that allows you to configure package behavior
  • Added ABCThrowable class for future stuff

Refactor

  • Rename and expose _TMetadata as TMetadata
  • Added abc.py, types.py and errors.py modules

[0.4.0] - 2024-08-17

  • Global refactoring

[0.3.1] - 2024-06-20

  • Fixed a bug with getting a key by value instead of getting a key by a choice between a value and a key

[0.3.0] - 2024-06-19

  • Implemented the Metadata class.
  • Implemented meta parameters raise_when_not_found and filters.
  • Renamed the Meta class to MetaEnvironmentVariablesLoader.

[0.2.0] - 2024-06-17

  • Implementation of the ability to configure the loading of environment variables into a class using the metadata class attribute
  • Refactoring and implementation of various mechanisms for accessing environment variables

[0.1.0] - 2024-06-15

view initial