aboutsummaryrefslogtreecommitdiffstats
path: root/test/jqLiteSpec.js
AgeCommit message (Expand)Author
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
2011-08-15style(*): remove extra semicolonsIgor Minar
2011-07-18feat(strict mode): adding strict mode flag to all js filesIgor Minar
2011-07-17style(jqLiteSpec): add spaceDi Peng
2011-07-17feat(jqlite): added show(),hide() and eq() methods to jqliteDi Peng
2011-07-12fix:jqLite: Set event.target on IE<8Vojta Jina
2011-07-12fix:jqLite: Normalize non-existing attributes to undefined as jQueryVojta Jina
2011-07-12fix:jqLite: Fix binding to more events separated by spaceVojta Jina
2011-06-08Added prepend() to jqLiteMisko Hevery
2011-06-08Proper handling of special attributes in jqliteMisko Hevery
2011-03-31add much needed whitespace to jqLiteSpec.jsIgor Minar
2011-03-31add specs for jqLite wrapping/node creationIgor Minar
2011-03-31ignore jqLite#append for doc fragmentIgor Minar
2011-03-31fix jqLite#parent to be compatible with jQueryIgor Minar
2011-02-19correct hashchange event registration on windowMisko Hevery
2011-02-16Changed the angular.compile(element)(scope[, cloneAttachNode])Misko Hevery
2011-02-16rewrite of JQuery lite implementation, which now better supports selected setsMisko Hevery
2011-02-16Add public API to retrieve scope from element.Misko Hevery