Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 553 Bytes

CHANGELOG.md

File metadata and controls

32 lines (19 loc) · 553 Bytes

Changelog

The format is based on Keep a Changelog.

[1.1.3] - 2023.10.18

Added

  • Boolean type

Fixed

  • Avoid exception on incorrect parameter's type
  • Missing migration

[0.2.0] -

Added

  • Added get method on Parameter with autocasting
  • Added a proxy class to access parameter through app_parameter.SLUG (like Django's settings)

[0.1.3] - 2022-02-23

First public release.

Added

  • Add unit test
  • Add use case in readme

Changed

  • Replace "-" by "_" in slug initialisation