Skip to content

Releases: elusivecodes/fQuery

v3.1.0

20 Apr 07:50

Choose a tag to compare

  • Added _ prefix to Core methods (to avoid conflicts).

v3.0.2

18 Apr 13:32

Choose a tag to compare

  • Removed index.html from dist folder.

v3.0.1

05 Jan 07:02

Choose a tag to compare

  • Fixed delegate event handling.

v3.0

03 Jan 10:41

Choose a tag to compare

  • Renamed to fQuery.
  • Converted to ES6 module.
  • Removed DOM object.
  • Added global $ variable.
  • Removed QuerySet.
  • Renamed QuerySetImmutable to QuerySet.
  • Removed queryMutable method.
  • Removed queryOneMutable method.
  • Renamed static parseHTML method to parseDocument.
  • Removed static parseXML method.
  • Moved QuerySet to $ namespace.
  • Moved AjaxRequest to $ namespace.
  • Moved Animation to $ namespace.
  • Moved AnimationSet to $ namespace.
  • Added Core methods to $ namespace.
  • Added queueName option to QuerySet animation methods.
  • Replaced finish argument with options in stop method.
  • Replaced offset argument with options in center method.
  • Replaced offset argument with options in distTo method.
  • Replaced offset argument with options in nearestTo method.
  • Replaced offset and clamp arguments with options in percentX method.
  • Replaced offset and clamp arguments with options in percentY method.
  • Replaced boxSize argument with options in height method.
  • Replaced boxSize argument with options in width method.
  • Replaced important argument with options in setStyle method.
  • Replaced useCapture argument with options in addEvent method.
  • Replaced useCapture argument with options in addEventDelegate method.
  • Replaced useCapture argument with options in addEventDelegateOnce method.
  • Replaced useCapture argument with options in addEventOnce method.
  • Replaced useCapture argument with options in removeEvent method.
  • Replaced useCapture argument with options in removeEvent method.
  • Replaced open argument with options in attachShadow method.
  • Replaced queueName argument with options in clearQueue method.
  • Replaced queueName argument with options in delay method.
  • Replaced queueName argument with options in queue method.
  • Replaced cache argument with options in loadScript method.
  • Replaced cache argument with options in loadScripts method.
  • Replaced cache argument with options in loadStyle method.
  • Replaced cache argument with options in loadStyles method.
  • Replaced first argument with options in nextAll method.
  • Replaced first argument with options in parents method.
  • Replaced first argument with options in prevAll method.
  • Replaced elementsOnly argument with options in siblings method.
  • Various performance optimizations.

v2.1.3

03 Sep 06:50

Choose a tag to compare

  • Fixed data handling for GET requests in AjaxRequest.
  • Updated README.

v2.1.2

07 Oct 08:52

Choose a tag to compare

  • Fixed touch handling in mouseDragFactory method.

v2.1.1

23 Sep 09:28

Choose a tag to compare

  • Added options argument to mouseDragFactory method.

v2.1.0

16 Jul 08:25

Choose a tag to compare

  • Removed forceShow method.

v2.0.17

03 Jul 07:47

Choose a tag to compare

  • Fixed bug in _getDelegateMatchFactory method.

v2.0.16

11 Jun 07:09

Choose a tag to compare

  • Updated NPM.