This repository was archived by the owner on Apr 20, 2024. It is now read-only.
Releases: ml-archive/submissions
Releases · ml-archive/submissions
Version 2.0.0 RC 5
Added
- support for array values in URLEncoded forms
Changed
Field
's properties are now public.
Fixed
- removed redundant "form-control" class from file-input leaf.
All of these come, once again, courtesy of @MrMage!
Version 2.0.0 RC 4
Changed
SubmissionsData
s properties are now public as the type was already before. Thanks to @MrMage!
Version 2.0.0 RC 3
Fixed
- Typo in errorOnAbsense parameter: absense -> absence. Thanks @MrMage!
Version 2.0.0 RC 2
Fixed
- Ensures that fields defined on the Submittable type (through makeAdditionalFields) are included when using the
preCreate
andpreLogin
functions.
Version 2.0.0 RC 1
Redesigned API to be more flexible and powerful. Updates to README will follow soon.
Version 1.0.0 Beta 11
Added
- New leaf tag for uploading a file:
submissions:file
Changed
AbsentValueStrategy
is now a protocol. The old implementation has been moved toDefaultAbsentValueStrategy
Version 1.0.0 Beta 10
Changed
- Correctly specified 4.1 as the minimum required Swift version.
Removed
- This package no longer uses the
MutableLeafTagConfig
. Please useuseSubmissionsLeafTags(on:)
for registering this package's Leaf tags (see readme for more info).
Version 1.0.0 Beta 9
Added
- Leaf tag for checkboxes.
Version 1.0.0 Beta 8
Added
- allow populating field cache from an optional
Submittable
instance
Version 1.0.0 Beta 7
Added
- Support for hidden input fields