All Versions
11
Latest Version
Avg Release Cycle
3 days
Latest Release
1446 days ago

Changelog History
Page 1

  • v0.0.0.9 Changes

    May 09, 2020
    • ๐Ÿ’ป Renames Browserful to JSEnv.
    • ๐Ÿ›  Fixes garbage collection bug for callback functions.
  • v0.0.0.8 Changes

    May 08, 2020
    • ๐Ÿ›  Fixes a bug in the HSX parser that rejected certain valid text nodes
  • v0.0.0.7 Changes

    May 08, 2020
    • โœ‚ Removes spurious dependencies for faster build.
  • v0.0.0.6 Changes

    May 08, 2020
    • โž• Adds #el mixin for element lists.
  • v0.0.0.5 Changes

    May 07, 2020
    • โž• Adds bounds for cabal packages
    • ๐Ÿ— Explicity declares Control.Monad.Fail in HSX.hs to allow automated haddock builds.
  • v0.0.0.4 Changes

    May 07, 2020
    • โž• Adds hsx and hsx' for jsx-like manipulation.
  • v0.0.0.3 Changes

    May 04, 2020
    • โž• Adds bindings for fetch
    • ๐Ÿ— Simplifies Browserful API to only contain primitives and uses utility functions to build on top of the primitives.
  • v0.0.0.2 Changes

    May 03, 2020
    • โž• Adds server side rendering via toHTML and plzwrkSSR.
    • โž• Adds more documentation.
  • v0.0.0.10 Changes

    May 22, 2020
    • ๐Ÿ“‡ Renames hsx to pwx.
  • v0.0.0.1 Changes

    May 02, 2020
    • โž• Adds util functions for attribute creation like wClass, wId etc.