Description
Extra javascript functions when using GHCJS.
README.md
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