Extra javascript functions when using GHCJS
Please have a look at example README for an example of how to bundle this in your web app.
Changelog
-
0.6.0.0
- renamed
getPropertyandsetPropertytogetPropertyIOandsetPropertyIO, and made the JVal to modify the first argument (better for mutating method) - Added instances for
Data.AesonandData.Aeson.Applicative. - Removed JSRep; using orphan instances of JSVal instead.
- Using ghcjs-base-stub-0.3.0.0
- renamed
-
0.5.0.0
- flipped the args of
getPropertyandsetPropertyThis makes it easier for chaining.
- flipped the args of
-
0.4.0.0
- Renamed
JSVartoJSRepto avoid confusion withJSVal - Renamed
toJS'totoJSR - Renamed
fromJS'tofromJSR getPropertyandsetPropertyusesJE.ToJS ainstead ofCoercible a J.JSVal- flipped the args of
getPropertyandsetProperty - Moved
justSndsto esoteric-extrasData.Maybe.Esoteric.keepMaybes - Renamed
safeModularIncrementtosafeIncrement - Renamed
safeModularDecrementtosafeDecrement
- Renamed
-
0.3.3.0
- Added
classNames,justSnds
- Added