miso 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+6/−6 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +5/−5
- miso.cabal +1/−1
README.md view
@@ -1,11 +1,11 @@ :ramen: miso ======================----<a href="https://www.irccloud.com/invite?channel=%23haskell-miso&hostname=irc.freenode.net&port=6697&ssl=1" target="_blank"><img src="https://img.shields.io/badge/IRC-%23haskell--miso-1e72ff.svg?style=flat" height="20"></a>+[](http://hackage.haskell.org/package/miso)+[](https://haskell.org)+[](https://github.com/dmjio/miso/blob/master/LICENSE)+[](https://www.irccloud.com/invite?channel=%23haskell-miso&hostname=irc.freenode.net&port=6697&ssl=1) [](https://haskell-miso-slack.herokuapp.com)-+[](https://travis-ci.org/dmjio/miso) **Miso** is a small [isomorphic](http://nerds.airbnb.com/isomorphic-javascript-future-web-apps/) [Haskell](https://www.haskell.org/) front-end framework featuring a virtual-dom, diffing / patching algorithm, event delegation, event batching, SVG, Server-sent events, Websockets, and an extensible Subscription-based subsystem. Inspired by [Elm](http://elm-lang.org/), [Redux](http://redux.js.org/) and [Bobril](http://github.com/bobris/bobril). `IO` and other effects (like `XHR`) can be introduced into the system via the `Effect` data type. Miso makes heavy use of the [GHCJS](https://github.com/ghcjs/ghcjs) FFI and therefore has minimal dependencies.
miso.cabal view
@@ -1,5 +1,5 @@ name: miso-version: 0.1.0.2+version: 0.1.0.3 category: Web, Miso, Data Structures license: BSD3 license-file: LICENSE