Releases: dmjio/miso
Releases · dmjio/miso
1.8.7
1.8.6
- Hides the implicit
show
export fromData.Text
inMiso.String
- Merges new syntax for GHC JS, preserving GHCJS backwards compatibility
What's Changed
- Fix build with
text
2.1.2 by @georgefst in #752 - Add robots.txt to haskell-miso.org by @dmjio in #753
- Add Internals.md documentation. by @dmjio in #755
- Hide
show
re-exports on text > 2.1.2 in Miso.String by @dmjio in #756 - New syntax support, backwards compat cpp for ghcjs by @dmjio in #757
- Bump to 1.8.6 by @dmjio in #758
New Contributors
- @georgefst made their first contribution in #752
Full Changelog: 1.8.5...1.8.6
1.8.5
1.8.4
1.8.3
- Implemented workaround for GHC bug in 9.0.2 where hidden functions are still colliding with
Prelude
functions (e.g.elem
) - Added Haskell favicon to https://haskell-miso.org
- Indentation adjustments in JS files.
- Async version bump in JS tests.
- Support
text-1.2.5
1.8.2
1.8.1
1.8
- Added
rawHtml
combinator. Useful for converting raw HTML into virtual DOM. - Backend and frontend fully merged (@tysonzero)
styleInline
combinator (@developandplay)- Pixel Card Wars (@smelc)
- Delegate uses synchronous instead of asynchronous (@parthshah31)
- Nix refactoring
- GitHub CI
- Hosted examples via
nixops
.
1.7.1
1.7
- Added
textRaw
style_
andscript_
can now containCSS
andJS
inbody
.
- Add collapse sibling text nodes.
- Solves the prerendering runtime failure problem.
- Allows for consecutive text nodes to be present in a
View a
- Various
jsaddle
fixes. - Bug fixes to https://haskell-miso.org (regarding links)
- Added
LogLevel