All Versions
7
Latest Version
0.6
Avg Release Cycle
141 days
Latest Release
3745 days ago

Changelog History

  • v0.6 Changes

    December 26, 2013
    • ๐Ÿ†“ Constrain more free type variables to Selectable
    • ๐Ÿ”„ Change getAttr :: Text -> JQuery -> Fay Text to Text -> JQuery -> Fay (Defined Text)
  • 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 in append :: Selectable a => a -> JQuery -> Fay JQuery. Previously only constant values would be passed to jQuery correctly for these arguments.
  • 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 for Text, JQuery and Element. String is not a valid instance.)
    • select and is now accept Selectable a => a as the first argument.
    • ๐Ÿšš selectElement, selectObject, isJQuery, and isElement has been removed in favor of select and is.
    • createJQuery :: Text -> a -> Fay JQuery has been replaced by selectInContext :: (Selectable a, Selectable b) => a -> b -> Fay JQuery
    • isWith :: (Double -> Bool) -> JQuery -> Fay JQuery has changed to isWith :: (Int -> Bool) -> JQuery -> Fay JQuery
    • โšก๏ธ Updated usage instructions in README

    ๐Ÿ› Bug fixes:

    • is now returns Bool
  • 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.