@hackage javascript-extras0.5.0.0
Extra javascript functions when using GHCJS
Categories
License
BSD-3-Clause
Maintainer
louis@pan.me
Links
Versions
Installation
Dependencies (7)
- base >=4.7 && <5
- deepseq >=1.4
- parallel >=3.2
- text >=1.2
- ghcjs-base
- ghcjs-base-stub >=0.2 Show all…
Dependents (3)
@hackage/glazier-react-examples, @hackage/glazier-react, @hackage/glazier-react-widget
Extra javascript functions when using GHCJS
Changelog
-
0.5.0.0
- flipped the args of
getProperty
andsetProperty
This makes it easier for chaining.
- flipped the args of
-
0.4.0.0
- Renamed
JSVar
toJSRep
to avoid confusion withJSVal
- Renamed
toJS'
totoJSR
- Renamed
fromJS'
tofromJSR
getProperty
andsetProperty
usesJE.ToJS a
instead ofCoercible a J.JSVal
- flipped the args of
getProperty
andsetProperty
- Moved
justSnds
to esoteric-extrasData.Maybe.Esoteric.keepMaybes
- Renamed
safeModularIncrement
tosafeIncrement
- Renamed
safeModularDecrement
tosafeDecrement
- Renamed
-
0.3.3.0
- Added
classNames
,justSnds
- Added