javascript-extras: Extra javascript functions when using GHCJS

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

Extra javascript functions when using GHCJS


[Skip to Readme]

Downloads

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.1.0.1), ghcjs-prim (>=0.1), javascript-extras, parallel (>=3.2), text (>=1.2) [details]
License BSD-3-Clause
Copyright 2017 Louis Pan
Author Louis Pan
Maintainer louis@pan.me
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-05-09T13:11:04Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Executables javascript-extras-test
Downloads 5208 total (32 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-05-09 [all 1 reports]

Readme for javascript-extras-0.4.0.0

[back to package description]

Hackage

Extra javascript functions when using GHCJS

Changelog

  • 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