purescript v0.6.2 Release Notes

Release Date: 2014-11-28 // over 9 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ’ป Command line options with multiplicity 1 now require an equals symbol, e.g.
      psc --main=Main --browser-namespace=PS
    

    The Grunt and Gulp plugins already support this format.

    โœจ Enhancements

    • ๐Ÿ“œ Use optparse-applicative instead of cmdtheline (@anthoq88)

    Libraries

    • ๐Ÿšš Move STArray out of Prelude. (@paf31)