Units Changelog.

Link 1.0.6 · 2023.04.24

changed - 2023.04.24

  • Updated the docs to use VitePress ^1.0.0-alpha.29
  • Allow for versioning of the docs

fixed - 2023.04.24

  • Add allow-plugins to composer.json to fix CI

Link 1.0.5 · 2022.05.17

fixed - 2022.05.17

  • Fixed an issue that would cause the field type to be unusable if you were running PHP 8 or later, due to additions in the token parser in PHP 8 (#40)

Link 1.0.4 · 2020-10-27

fixed - 2020-10-27

  • Fixed Composer 2 compatibility

Link 1.0.3 · 2018-05-16

changed - 2018-05-16

  • Handle incoming numeric values from a converted Number field type

Link 1.0.2 · 2018-05-14

changed - 2018-05-14

  • Handle cases where there is no min or max properly in the validator

Link 1.0.1 · 2018-05-14

changed - 2018-05-14

  • Added null checks in the Field's init() method

Link 1.0.0 · 2018-05-12

added - 2018-05-12

  • Initial release