All Versions
7
Latest Version
Avg Release Cycle
141 days
Latest Release
4132 days ago
Changelog History
Changelog History
-
v0.6 Changes
December 26, 2013- ๐ Constrain more free type variables to
Selectable
- ๐ Change
getAttr :: Text -> JQuery -> Fay Text
toText -> JQuery -> Fay (Defined Text)
- ๐ Constrain more free type variables to
-
v0.6.0.3 Changes
January 05, 2015- ๐ Bug fix: Serialize ajax post bodies using JSON.stringify.
-
v0.6.0.2 Changes
January 06, 2014- ๐ Bug fix: Force thunks on polymorphic arguments such as
a
inappend :: Selectable a => a -> JQuery -> Fay JQuery
. Previously only constant values would be passed to jQuery correctly for these arguments.
- ๐ Bug fix: Force thunks on polymorphic arguments such as
-
v0.6.0.1 Changes
December 28, 2013- ๐ Fix typo in constraint, fixes build
-
v0.5 Changes
November 07, 2013- โ Add
Selectable
typeclass (with instances forText
,JQuery
andElement
.String
is not a valid instance.) select
andis
now acceptSelectable a => a
as the first argument.- ๐
selectElement
,selectObject
,isJQuery
, andisElement
has been removed in favor ofselect
andis
. createJQuery :: Text -> a -> Fay JQuery
has been replaced byselectInContext :: (Selectable a, Selectable b) => a -> b -> Fay JQuery
isWith :: (Double -> Bool) -> JQuery -> Fay JQuery
has changed toisWith :: (Int -> Bool) -> JQuery -> Fay JQuery
- โก๏ธ Updated usage instructions in README
๐ Bug fixes:
is
now returnsBool
- โ Add
-
v0.4 Changes
August 27, 2013- โก๏ธ Updated to use fay-text, which fixes bugs in ajax FFI calls.
-
v0.4.0.1 Changes
September 24, 2013- ๐ Fixed bug in definition of
clone
- Don't define
fromIntegral
.
- ๐ Fixed bug in definition of