Releases: KooiInc/JQL
Releases · KooiInc/JQL
v1.1.6
Changes
- added
[JQL instance].nth$
(a convenience alias for[JQL instance].single
- Used Symbols are non enumerable and not configurable
- external libraries
tinyDOM
andtypeOfAnything
are bumped to their newest versions - Lot's of small changes to the documentation
v1.1.5
Changes
- replace most usages of
innerHTML
withgetHTML
- 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.
- the previous files from submodules are now included in
- small non essential changes/refactorings
v1.1.4
v1.1.3
v1.1.2
Changes
- Fixed
.allow-/prohibitTag
allowTag
adds the allowedtagName
to the static element function extensions (so, enables[JQL][tagName](...)
)prohibitTag
disables the static element function extension for the prohibitedtagName
- Fixed (rare) error for top level logging
v1.1.1
v1.1.0
#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.