Skip to content
This repository has been archived by the owner on Feb 23, 2019. It is now read-only.

Releases: mint-lang/mint-core

0.3.1

08 Oct 10:43
Compare
Choose a tag to compare
  • Fixed Array.delete

0.3.0

09 Sep 08:26
3bd1e07
Compare
Choose a tag to compare
  • Added append, concat, reduceRight, take, drop, groupsOf functions to the Array module
  • Added confirm to the Window module
  • Added jsonBody to the Http module
  • Added Map, Set and SearchParams modules
  • Added never function to the Promise module
  • Added match and matches to the Regexp module
  • Changed type signature of setScrollTop, setScrollLeft, navigate, setUrl and setTitle of the Window module
  • Changed type signature of the subscriptions
  • Changed type signature of the reject function of the Promise module

0.2.0

30 Jul 11:12
Compare
Choose a tag to compare
  • 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

06 Jun 09:17
c78a97a
Compare
Choose a tag to compare
  • Use decoders from runtime
  • Added Maybe decoder