COMMITS
/ test/jqLiteSpec.js May 19, 2020
M
fix(jqLite): prevent possible XSS due to regex-based HTML replacement
Michał Gołębiowski-Owczarek committed
July 22, 2018
G
fix(angular.element): do not break on `cleanData()` if `_data()` returns undefined
George Kalpakas committed
April 3, 2018
M
fix(jqLite): make removeData() not remove event handlers
Michał Gołębiowski-Owczarek committed
August 3, 2017
J
perf(jqLite): avoid setting class attribute when not changed
Jason Bedard committed
July 26, 2017
J
perf(jqLite): avoid repeated add/removeAttribute in jqLiteRemoveClass
Jason Bedard committed
August 27, 2017
F
docs(*): replace master/slave with leader/follower
frederikprijck committed
April 12, 2017
M
refactor(*): remove workarounds for IE <9, update IE/Edge-related comments
Michał Gołębiowski committed
January 24, 2017
P
docs(*): ensure naming is correct for Angular(JS) versions
Peter Bacon Darwin committed
December 8, 2016
G
fix(jqLite): silently ignore `after()` if element has no parent
Georgios Kalpakas committed
October 9, 2016
M
fix(jqLite): camelCase keys in jqLite#data
Michał Gołębiowski committed
October 12, 2016
M
fix(jqLite): align jqLite camelCasing logic with JQuery
Michał Gołębiowski committed
October 5, 2016
M
feat(jqLite): don't throw for elements with missing getAttribute
Michał Gołębiowski committed
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
M
feat(jqLite): don't remove a boolean attribute for .attr(attrName, '')
Michał Gołębiowski committed
M
feat(jqLite): remove the attribute for .attr(attribute, null)
Michał Gołębiowski committed
September 21, 2016
M
refactor(jqLite): Don't get/set props when getting/setting bool attrs
Michał Gołębiowski committed
September 7, 2016
M
feat(jqLite): return [] for .val() on <select multiple> with no selection
Michał Gołębiowski committed
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 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 13, 2016
M
refactor(jqLite): don't pass useCapture to add/removeEventListener
Michał Gołębiowski committed
L
chore(*): Upgrade to Jasmine 2.4
Lucas Mirelmann 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