Skip to content

Releases: dmjio/miso

0.13.0.0

18 Feb 01:14
Compare
Choose a tag to compare
  • Added functions to Miso.Util
  • Added ToKey optimization
  • Added ToMisoString instances
  • Added onChange
  • Fixed onInput
  • README.md updates

0.12.0.0

14 Jan 03:57
Compare
Choose a tag to compare
  • Added Miso.Util
  • README updates
  • nix script updates

0.11.0.0

07 Jan 23:19
Compare
Choose a tag to compare
  • Updated certain properties (boolProps like hidden, checked) to be pre-rendered correctly.
  • Version fixes on stack files
  • Added fromMisoString to ToMisoString typeclass
  • Added decoding multiple objects from an Event

0.10.0.0

30 Nov 01:29
Compare
Choose a tag to compare
  • xlink:class fixes in diff.js
  • Added DOM mount point to external interface
  • Browsing w/ js disabled on haskell-miso.org
  • Routing updates
  • haskell-miso.org navigation fix
  • remove redundant calls to notify

0.9.0.0

08 Oct 07:42
Compare
Choose a tag to compare
  • Expose Miso.Router to server
  • Fixes to examples and homepage

0.8.0.0

25 Sep 16:55
Compare
Choose a tag to compare
  • Add Transition API

0.7.8.0

25 Sep 04:25
Compare
Choose a tag to compare
  • Fix aeson imports in ghc-src

0.7.7.0

21 Sep 20:21
Compare
Choose a tag to compare
  • Update websocket reconnection logic
  • Tighten aeson imports in src

0.7.6.0

20 Sep 21:55
Compare
Choose a tag to compare
  • Fixed jsvalToValue, added QuickCheck tests
  • Update README
  • Add snake example
  • Documentation fixes
  • Add read-only property cases in diff.js
  • Bang patterns in foldEffects

0.7.5.0

31 Aug 02:03
Compare
Choose a tag to compare
  • Removed BoundedChan, EventWriter
  • Updated examples
  • Added Bifunctor instance for Effect