This repository was archived by the owner on Feb 23, 2019. It is now read-only.
Releases: mint-lang/mint-core
Releases · mint-lang/mint-core
0.3.1
0.3.0
- Added
append,concat,reduceRight,take,drop,groupsOffunctions to theArraymodule - Added
confirmto theWindowmodule - Added
jsonBodyto theHttpmodule - Added
Map,SetandSearchParamsmodules - Added
neverfunction to thePromisemodule - Added
matchandmatchesto theRegexpmodule - Changed type signature of
setScrollTop,setScrollLeft,navigate,setUrlandsetTitleof theWindowmodule - Changed type signature of the subscriptions
- Changed type signature of the
rejectfunction of thePromisemodule
0.2.0
- Added
Array.reduce - Added
Url.createObjectUrlFromString - Added
Url.createObjectUrlFromFile - Added
Url.revokeObjectUrl - Added
Test.Context.assertOf - Added
Test.Context.map - Added
Test.Html.find - Added
Test.Html.findGlobally - Added
Test.Html.assertTop - Added
Test.Html.assertLeft - Added
Test.Html.assertHeight - Added
Test.Html.assertWidth - Provide more information on style test failure
- Update for Mint 0.2.0
0.0.9
- Use decoders from runtime
- Added
Maybedecoder