Skip to content

Releases: KooiInc/JQL

v1.1.6

01 Dec 11:24
Compare
Choose a tag to compare

Changes

  • added [JQL instance].nth$ (a convenience alias for [JQL instance].single
  • Used Symbols are non enumerable and not configurable
  • external libraries tinyDOM and typeOfAnything are bumped to their newest versions
  • Lot's of small changes to the documentation

v1.1.5

23 Nov 14:53
a0398e8
Compare
Choose a tag to compare

Changes

  • replace most usages of innerHTML with getHTML
  • include module code from submodules and remove submodules from repository
    • the previous files from submodules are now included in ./src.
      The files are kept in sync with their latest versions.
  • small non essential changes/refactorings

v1.1.4

22 Nov 11:54
Compare
Choose a tag to compare

Changes

  • [JQL instance].attr simplified and implement class the right way (should destroy existing class)
  • mostly documentation changes

v1.1.3

19 Nov 16:28
Compare
Choose a tag to compare

Changes

  • All available/known HTML tags are added to static JQL extensions. Checking if a tag can be used is moved to the actual extension.

v1.1.2

19 Nov 15:33
Compare
Choose a tag to compare

Changes

  • Fixed .allow-/prohibitTag
    • allowTag adds the allowed tagName to the static element function extensions (so, enables [JQL][tagName](...) )
    • prohibitTag disables the static element function extension for the prohibited tagName
  • Fixed (rare) error for top level logging

v1.1.1

18 Nov 12:07
Compare
Choose a tag to compare

Mostly documenter changes and small fixes.

v1.1.0

17 Nov 15:57
Compare
Choose a tag to compare

#v1.1.0

The most important change is the way in which one can create HTML elements using tag names as static methods from the JQL constructor (so, [JQL].div, [JQL].p. The implementation triggered a number of small improvements/fixes to/for the original JQL code.

Check the JQL documentation. It is updated to reflect all changes in this release.

v1.0.9

17 Nov 16:05
Compare
Choose a tag to compare

Actual version 2024/11/17

V1.0

07 Oct 13:04
Compare
Choose a tag to compare

The current version of jqlmodule (jql => JQueryAlike)