Skip to content

Releases: dmjio/miso

0.7.0.0

Choose a tag to compare

@dmjio dmjio released this 11 Aug 14:54
  • Bug fix, initialAction was not being used
  • IsString instance to View
  • Flatris example added to README
  • script_ tag added
  • Documentation improvements
  • Added SVG source
  • Added title to haskell-miso.org

0.6.0.0

Choose a tag to compare

@dmjio dmjio released this 04 Aug 09:02
  • Removed ToMisoString on text
  • Exported Data.Monoid from Miso.String
  • Added ms function as a concise toMisoString

0.5.0.0

Choose a tag to compare

@dmjio dmjio released this 04 Aug 06:43
  • Updated documentation (including QuickStart section)
  • Fixed TypeLevel errors
  • Added sse example
  • Used textContent in diff
  • Made Effect a Functor, Applicative, Monad
  • Flipped type parameters of Effect
  • Added haskell-miso.org and sse.haskell-miso.org in release.nix
  • Added xhr example
  • Removed network-uri dep.

0.4.0.0

Choose a tag to compare

@dmjio dmjio released this 25 Jul 03:27
  • Router logic fixes
  • Isomorphic fixes
  • CSS bug fix in miso-ghc
  • Added convenience closed type family
  • Added https://haskell-miso.org source

0.3.0.0

Choose a tag to compare

@dmjio dmjio released this 20 Jul 02:49
  • Added initialAction to App type.

0.2.1.0

Choose a tag to compare

@dmjio dmjio released this 16 Jul 00:44
  • Exposed Miso in ghc-src
  • Added TOC

0.2.0.0

Choose a tag to compare

@dmjio dmjio released this 12 Jul 04:53
  • major API changes for Miso.Router

0.1.5.0

Choose a tag to compare

@dmjio dmjio released this 11 Jul 03:17
  • Added client-side routing code w/ example

0.1.4.0

Choose a tag to compare

@dmjio dmjio released this 10 Jul 05:06
  • Adds websocket example
  • S3 uploads

0.1.3.0

Choose a tag to compare

@dmjio dmjio released this 07 Jul 08:26

Performance improvements

  • Added BoundedChan to EventWriter
  • Simplified Notify