Evidence collection
3.0.0-evidences-95.json 2fd74e28
Collected 2 years ago
Release notes
Added
- Added strong typing to all the interfaces
- Added fields sorting by priority field
- Normalized string escaping in all template files
- Added InputEmailField and EmailSerializer classes
Changed
- All getters and setter in BasicField are now declared final
- FormWithFields accepts only ContainerInterface in ::set_data() method. Prepare data before passing it
Removed
- Removed deprecated classes
- Removed NoSerialize class
Evidence collection
2.4.11-evidences-94.json f2b90eba
Collected 2 years ago
Release notes
## [2.4.11] - 2021-12-03
### Added
- Added date input field
Evidence collection
2.4.6-evidences-93.json b743ff24
Collected 2 years ago
Release notes
Fixed
- Get attribute now returns attribute instead of bool value
Evidence collection
2.4.4-evidences-92.json afdf7e63
Collected 2 years ago
Release notes
[2.4.4] - 2021-04-26
Fixed
- Added description_tip to Renderer
Evidence collection
2.4.2-evidences-90.json 3e1c07fb
Collected 2 years ago
Release notes
[2.4.2] - 2021-03-10
Fixed
- When no value is provided use default in validation
Evidence collection
2.4.1-evidences-89.json 02cbcdd8
Collected 2 years ago
Release notes
[2.4.1] - 2021-02-01
Fixed
- Invalid namespaces
Evidence collection
2.4.0-evidences-91.json e199c29f
Collected 2 years ago
Release notes
[2.4.0] - 2021-01-20
Added
- Support for persistence ^3
Evidence collection
2.3.2-evidences-87.json 26dde231
Collected 2 years ago
Release notes
## [2.3.2] - 2020-11-30
### Fixed
- Fixed bug with the double name & type attribute
Evidence collection
2.3.1-evidences-88.json a75fea27
Collected 2 years ago
Release notes
[2.3.1] - 2020-10-20
Fixed
- JsonNormalizedRenderer now renders only fields that can be converted to json
Evidence collection
2.3-evidences-86.json a95ec074
Collected 2 years ago
Release notes
[2.3] - 2020-10-15
Added
- Added Timepicker field
- Added JsonSerializer