aboutsummaryrefslogtreecommitdiffstats
path: root/test/jqLiteSpec.js
AgeCommit message (Expand)Author
2013-08-09fix(docs-bootstrap): Removed injector from bootstrapped docs samplesJeff Cross
2013-08-09docs(jqLite): update the minErr codes for on() and off()Igor Minar
2013-08-08fix(jqLite): throw when jqLite#off called with 4 argsKen Sheedlo
2013-08-07fix(jqLite): return array from multi select in val()Eric Hagman
2013-08-07fix(jqLite): forgive unregistration of a non-registered handlerPawel Kozlowski
2013-07-31fix(jqLite): support space-seperated events in offAndy Joslin
2013-07-02fix(jqLite): prepend array in correct orderJoao Sa
2013-06-19feat(jqLite): switch bind/unbind to more recent jQuery on/offMichał Gołębiowski
2013-05-30fix(jqLite): Added optional name arg in removeDataJeff Cross
2013-05-28feat($compile): support multi-element directiveMisko Hevery
2013-05-16fix(jqLite): pass a dummy event into triggerHandlerJulie
2013-04-29fix(jqLite): correct implementation of mouseenter/mouseleave eventgockxml
2013-01-09fix(jqLite): children() should only return elementsPete Bacon Darwin
2013-01-08fix(jqLite): make next() ignore non-element nodesKeyamoon
2012-11-26fix(jqLite): support append on document fragmentIgor Minar
2012-11-26feat(jqLite): add triggerHandler()Igor Minar
2012-08-10test(jqLite): add missing test for $destroy eventIgor Minar
2012-05-14fix(jqLite): .data()/.bind() memory leakMisko Hevery
2012-05-03feat(jqLite): support data() getter and data(obj) setterIgor Minar
2012-04-20fix(mouseenter): FF no longer throws exceptionsMisko Hevery
2012-03-22feat(jqLite): make injector() and scope() work with the document objectIgor Minar
2012-03-19bug(ie7): incorrectly set all inputs to disabledMisko Hevery
2012-03-19fix(compiler): allow transclusion of root elementsMisko Hevery
2012-03-19feat(jqLite): add .controller() methodMisko Hevery
2012-02-21feat($compile): support compiling text nodes by wrapping them in <span>Misko Hevery
2012-02-21feat(mouseenter/mouseleave): emulating ie eventsMisko Hevery
2012-01-25add($compile): add compiler v2.0 - not connectedMisko Hevery
2012-01-25feat(jqLite): add contents()Misko Hevery
2012-01-16feat(jqLite): added injector() helper methodIgor Minar
2011-11-14refactor(injector): turn scope into a serviceMisko Hevery
2011-10-12fix(jqLite): attr for boolean attribute should lowercase valueIgor Minar
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-10-11fix(jqlite): removeClass would clobber class namesMisko Hevery
2011-10-11feat(jqlite): added .inheritedData method and $destroy event.Misko Hevery
2011-09-28fix(jqLite): css should convert dash-separated properties to camelCaseIgor Minar
2011-09-16fix(specs): various fixes to get IE8+jquery unit tests greenIgor Minar
2011-09-16fix(specs): fix jQuery to jqLite binding on IE8Igor Minar
2011-09-16fix(specs): jQuery now returns attr name instead of true/false for special attrsIgor Minar
2011-09-16feat(jqLite): add prop() supportIgor Minar
2011-09-16feat(jqLite): add support for unbind()Igor Minar
2011-09-16fix(jqLiteSpec): jQuery's css() getter works only for valid rulesIgor Minar
2011-09-16fix(jqLite): attr() should not special-case 'class' attributeIgor Minar
2011-09-08feat(jqLite): add event.isDefaultPrevented() as jQueryVojta Jina
2011-09-01fix(ng:class): make ng:class friendly towards other code adding/removing classesIgor Minar
2011-09-01fix(jqLite): addClass should ignore falsy valuesIgor Minar
2011-09-01test(jqLite): add test for mass assignment to styleIgor Minar
2011-09-01fix(jqLite): special-case attr('class') because of IE9 bugIgor Minar
2011-08-23fix(jqlite): correct the jqLite.removeClass methodIgor Minar
2011-08-15refactor(jqLite): remove jqLite show/hide supportIgor Minar