This repository has been 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
,groupsOf
functions to theArray
module - Added
confirm
to theWindow
module - Added
jsonBody
to theHttp
module - Added
Map
,Set
andSearchParams
modules - Added
never
function to thePromise
module - Added
match
andmatches
to theRegexp
module - Changed type signature of
setScrollTop
,setScrollLeft
,navigate
,setUrl
andsetTitle
of theWindow
module - Changed type signature of the subscriptions
- Changed type signature of the
reject
function of thePromise
module
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
Maybe
decoder