javascript-extras: Extra javascript functions when using GHCJS

[ bsd3, library, program, web ] [ Propose Tags ]

Extra javascript functions when using GHCJS. Please look at README.md


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.4.0.0, 0.5.0.0 (info)
Dependencies base (>=4.7 && <5), deepseq (>=1.4), ghcjs-base, ghcjs-base-stub (>=0.2), ghcjs-prim (>=0.1), javascript-extras, newtype-generics (>=0.5), parallel (>=3.2), text (>=1.2) [details]
License BSD-3-Clause
Copyright 2017 Louis Pan
Author Louis Pan
Maintainer louis@pan.me
Revised Revision 1 made by louispan at 2018-07-02T12:06:01Z
Category Web
Home page https://github.com/louispan/javascript-extras#readme
Source repo head: git clone https://github.com/louispan/javascript-extras
Uploaded by louispan at 2018-07-02T12:04:56Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Executables javascript-extras-test
Downloads 5178 total (29 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-07-02 [all 1 reports]

Readme for javascript-extras-0.5.0.0

[back to package description]

Hackage

Extra javascript functions when using GHCJS

Changelog

  • 0.5.0.0

    • flipped the args of getProperty and setProperty This makes it easier for chaining.
  • 0.4.0.0

    • Renamed JSVar to JSRep to avoid confusion with JSVal
    • Renamed toJS' to toJSR
    • Renamed fromJS' to fromJSR
    • getProperty and setProperty uses JE.ToJS a instead of Coercible a J.JSVal
    • flipped the args of getProperty and setProperty
    • Moved justSnds to esoteric-extras Data.Maybe.Esoteric.keepMaybes
    • Renamed safeModularIncrement to safeIncrement
    • Renamed safeModularDecrement to safeDecrement
  • 0.3.3.0

    • Added classNames, justSnds