- Renames
hsx
topwx
.
- Renames
Browserful
toJSEnv
. - Fixes garbage collection bug for callback functions.
- Fixes a bug in the PWX parser that rejected certain valid text nodes
- Removes spurious dependencies for faster build.
- Adds
#el
mixin for element lists.
- Adds bounds for cabal packages
- Explicity declares
Control.Monad.Fail
inPWX.hs
to allow automated haddock builds.
- Adds
pwx
andpwx'
forjsx
-like manipulation.
- Adds bindings for
fetch
- Simplifies
Browserful
API to only contain primitives and uses utility functions to build on top of the primitives.
- Adds server side rendering via
toHTML
andplzwrkSSR
. - Adds more documentation.
- Adds util functions for attribute creation like
wClass
,wId
etc.
- Initial release.