Changelog for fay-jquery-0.6.1.0
Changelog
0.6.1.0
- Add
currentTargetthanks to Jelle Hermsen
0.6.0.3 (2015-01-05)
- Bug fix: Serialize ajax post bodies using JSON.stringify.
0.6.0.2 (2014-01-06)
- Bug fix: Force thunks on polymorphic arguments such as
ainappend :: Selectable a => a -> JQuery -> Fay JQuery. Previously only constant values would be passed to jQuery correctly for these arguments.
0.6.0.1 (2013-12-28)
- Fix typo in constraint, fixes build
0.6 (2013-12-26)
- Constrain more free type variables to
Selectable - Change
getAttr :: Text -> JQuery -> Fay TexttoText -> JQuery -> Fay (Defined Text)
0.5 (2013-11-07)
- Add
Selectabletypeclass (with instances forText,JQueryandElement.Stringis not a valid instance.) selectandisnow acceptSelectable a => aas the first argument.selectElement,selectObject,isJQuery, andisElementhas been removed in favor ofselectandis.createJQuery :: Text -> a -> Fay JQueryhas been replaced byselectInContext :: (Selectable a, Selectable b) => a -> b -> Fay JQueryisWith :: (Double -> Bool) -> JQuery -> Fay JQueryhas changed toisWith :: (Int -> Bool) -> JQuery -> Fay JQuery- Updated usage instructions in README
Bug fixes:
isnow returnsBool
0.4.0.1 (2013-09-24)
- Fixed bug in definition of
clone - Don't define
fromIntegral.
0.4 (2013-08-27)
- Updated to use fay-text, which fixes bugs in ajax FFI calls.