Skip to content

Releases: dmjio/miso

0.20.0.0

21 Apr 02:45
Compare
Choose a tag to compare
  • Generalized version of scheduleIO, scheduleIOFor_
  • batchEffects
  • Added Smart constructor for Attr (=:)
  • Added nixops script to deploy https://haskell-miso.org to digital ocean
  • Added mapSub, mapAction
  • AddedscheduleIO_

0.19.0.0

14 Apr 22:55
Compare
Choose a tag to compare
  • SauceLabs integration
  • Updated tests, added custom runner
  • deriving (Show, Eq) on WebSocket
  • Fix type variable names in Html
  • Update benchmark links

0.18.0.0

31 Mar 08:44
Compare
Choose a tag to compare

0.17.0.0

26 Mar 04:08
Compare
Choose a tag to compare
  • Hotfix to handle conservative logic in hasKeys (swap !== for !=)

0.16.0.0

26 Mar 02:03
Compare
Choose a tag to compare
  • Removed HasURI
  • Removed Miso.Lens
  • Finished syncChildren function 🥇
  • Using window.location.href to get the current URI
  • Pinned nixpkgs on examples
  • Merged helper functions withFoldable and conditionalViews
  • Updated cache info
  • Added coverage tests and build

0.15.0.0

18 Mar 22:46
Compare
Choose a tag to compare
  • update has access to sink, via effectSub
  • Removed child elements on img, br, hr, etc.

0.14.0.0

06 Mar 06:26
Compare
Choose a tag to compare
  • onCreated, onDestroyed life cycle events (hooks) introduced
  • README.md updates

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