Releases: deltablot/malle
Releases · deltablot/malle
malle-2.2.0
2.2.0
- Add
color
,date
,time
input types.
malle-2.1.0
2.1.0
- Add
after
hook
malle-2.0.0
2.0.0
Breaking change: fun() now expects Promise<string>
as return value.
malle-1.0.1
- Add missing definitions file
- Upgrade dependencies
- Small typings fixes
malle-0.7.0
0.7.0
- Allow
selectOptions
to be a Promise - Add options
selectOptionsValueKey
andselectOptionsTextKey
to customize the keys to use for value/text in generated options - Automatically select the correct option in a select input if original text is the same as option's text
- Allow
SelectOptions
to have different keys
malle-0.6.1
0.6.1
- Fix linting
malle-0.6.0
0.6.0
- Add
requireDiff
option (defaults to true) to avoid callingfun
if input is same as previous value.
malle-0.5.0
0.5.0
- Add
inputValue
option to specify the value of the input in case we want something else than the innerText of the element
malle-0.4.0
0.4.0
- Add
datetime-local
input type - Add testing with
jest
- Add server docker image
malle-0.3.0
0.3.0
- Add
placeholder
option