COMMITS
/ test/jqLiteSpec.js December 8, 2016
G
fix(jqLite): silently ignore `after()` if element has no parent
Georgios Kalpakas committed
October 5, 2016
M
tests(jqLite): add basic tests for the bind/unbind aliases
Michał Gołębiowski committed
G
refactor(*): use the `toThrowMinErr()` matcher when possible
Georgios Kalpakas committed
September 23, 2016
M
chore(jqLite): fix a typo in a test name
Michał Gołębiowski committed
September 7, 2016
M
refactor(jqLite): use the toEqualOneOf matcher in jqLite tests
Michał Gołębiowski committed
M
refactor(jqLite): run more tests on jQuery 2.2, add version detection helpers
Michał Gołębiowski committed
August 10, 2016
M
chore(eslint): enable `quotes: ["error", "single"]`
Michał Gołębiowski committed
July 20, 2016
M
chore(*): switch from JSHint/JSCS to ESLint
Michał Gołębiowski committed
March 13, 2016
M
test(jqLite): make add/removeEventListener tests work with jQuery 2.1
Michał Gołębiowski committed
L
chore(*): Upgrade to Jasmine 2.4
Lucas Mirelmann committed
March 18, 2016
G
test(helpers): fix error message generation for `toHaveBeenCalledOnce[With]` matchers
Georgios Kalpakas committed
March 14, 2016
M
tests(jQuery): make the tests pass on jQuery 3.0.0-beta1
Michał Gołębiowski committed
March 6, 2016
M
refactor(*): use toBeUndefined consistently
mohamed amr committed
November 12, 2015
P
fix(jqLite): deregister special `mouseenter` / `mouseleave` events correctly
Peter Bacon Darwin committed
December 2, 2014
K
fix(jqLite): ensure mouseenter works with svg elements on IE
Kuzminov Aleksandr Sergeevich committed
September 4, 2015
G
fix(jqLite): properly handle dash-delimited node names in `jqLiteBuildFragment`
Georgios Kalpakas committed
June 6, 2015
J
perf($compile): avoid jquery data calls when there is no data
Jason Bedard committed
March 9, 2015
R
fix(jqLite): attr should ignore comment, text and attribute nodes
robiferentz committed
October 22, 2014
October 21, 2014
H
style(*): add rule requireSpacesInFunction beforeOpeningCurlyBrace
Henry Zhu committed
October 20, 2014
H
style(*): add disallowSpacesInsideParentheses rule to jscs
Henry Zhu committed
October 13, 2014
M
chore(jqLite): remove leftover attachEvent/detachEvent from tests
Michał Gołębiowski committed
October 12, 2014
P
feat(jqLite): add private jqDocumentComplete function
Peter Bacon Darwin committed
October 10, 2014
I
fix(jqLite): remove native listener when all jqLite listeners were deregistered
Igor Minar committed
August 29, 2014
L
chore(IE8): remove all special code for IE8
Lucas Galfaso committed
July 21, 2014
M
test(jqLite): Refactor test for isDefaultPrevent
Michael Benford committed
November 8, 2013
M
fix(jqLite): fix event.stopImmediatePropagation() so it works as expected
Michael Benford committed
August 14, 2014
I
chore(mocks): remove helper fn angular.mocks.clearData
Igor Minar committed
August 19, 2014
I
test(jqLite): add test for #wrap() when mutliple elements are being wrapped
Igor Minar committed
September 29, 2013
C
fix(jqLite): clone wrapNode in jqlite/wrap
chrisrhoden committed
December 18, 2013
J
feat(jqLite): implement the `detach` method
J. Bruni committed
August 8, 2014
P
fix(jqLite): allow `triggerHandler()` to accept custom event
Peter Bacon Darwin committed
April 30, 2014
M
feat(jQuery): upgrade to jQuery to 2.1.1
Michał Gołębiowski committed
July 27, 2014
R
January 25, 2014
C
fix(jqLite): triggerHandler support unbind self
Chris Chua committed
June 24, 2014
J
perf(jqLite): expose the low-level jqLite.data/removeData calls
Jason Bedard committed
P
fix(jqLite): never add to the cache for non-element/document nodes
Peter Bacon Darwin committed
P
fix(jqLite): don't attach event handlers to comments or text nodes
Peter Bacon Darwin committed
July 11, 2014
C
test(jqLite): make iframe contents() test less flaky
Caitlin Potter committed
July 10, 2014
V
test(jqLite): increase timeout and add a label
Vojta Jina committed
July 4, 2014
J
test(jqLite): adding and removing data from SVG elements
Jason Bedard committed
June 27, 2014
S
feat(jqLite): support isDefaultPrevented for triggerHandler dummies
Shahar Talmi committed
June 5, 2014
I
test(jqLite): add a missing test for jqLite#text
Igor Minar committed
I
perf(jqLite): optimize adding nodes to a jqLite collection
Igor Minar committed
May 24, 2014
P
docs(*): fix its/it's grammar
Phil Westwell committed
April 26, 2014
S
chore(jshint): enforce jshint for tests
Shahar Talmi committed
April 2, 2014
C
refactor(jqLite): make HTML-parsing constructor more robust
Caitlin Potter committed
March 10, 2014
C
fix(jqLite): traverse `host` property for DocumentFragment in inheritedData()
Caitlin Potter committed
February 25, 2014
P
fix(jqLite): properly toggle multiple classes
Pawel Kozlowski committed
February 18, 2014
C
style(jqLite): remove trailing whitespace in new test
Caitlin Potter committed