aboutsummaryrefslogtreecommitdiffstats
path: root/src/jqLite.js
AgeCommit message (Expand)Author
2013-09-25docs(jqLite): fix typolorint
2013-08-12fix(jqLite): return array from multi select in val()Eric Hagman
2013-08-07fix(jqLite): forgive unregistration of a non-registered handlerPawel Kozlowski
2013-07-18docs(jqLite): document "$destroy" eventPete Bacon Darwin
2013-07-03fix(jqLite): prepend array in correct orderJoao Sa
2013-05-23fix(jqLite): correctly monkey-patch core jQuery methodsMichał Gołębiowski
2013-04-29fix(jqLite): correct implementation of mouseenter/mouseleave eventgockxml
2013-04-11docs(jqLite): clarified that children/parent do not support selectorsChristoph Burgdorf
2013-01-20docs(jqLite): fix typosergiopantoja
2013-01-09fix(jqLite): children() should only return elementsPete Bacon Darwin
2013-01-08fix(jqLite): make next() ignore non-element nodesKeyamoon
2012-11-26style(jqLite): better variable namesIgor Minar
2012-11-26fix(jqLite): fire $destroy event via triggerHandlerIgor Minar
2012-11-26feat(jqLite): add triggerHandler()Igor Minar
2012-08-30fix(jqLite): better support for xhtmlIgor Minar
2012-06-12docs(*): simplify doc urlsIgor Minar
2012-06-08chore(jqLite): performance reorderingMisko Hevery
2012-05-24fix(jqLite): don't eat event exceptionsMisko Hevery
2012-05-17fix(jqLite): have same expando format as jQueryMisko Hevery
2012-05-14fix(jqLite): .data()/.bind() memory leakMisko Hevery
2012-05-03fix($compile): fix replaceWithIgor Minar
2012-05-03feat(jqLite): support data() getter and data(obj) setterIgor Minar
2012-05-03style(jqLite): clean up the codeIgor Minar
2012-04-20fix(events): include ie8 in extra event property resetMisko Hevery
2012-04-20fix(mouseenter): FF no longer throws exceptionsMisko Hevery
2012-04-10chore(*): remove dead code and fix code style issuesIgor Minar
2012-04-09fix(docs): change all directive references to use the normalized namesIgor Minar
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-03-13f(compile): boolean attributes too agresiveMisko Hevery
2012-03-08docs(jqlite): add docs for wrap()Igor Minar
2012-02-23fix(jqLite): set event's monkey patched methods to null (on IE7)Vojta Jina
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-02-05fix(jqLite): fix memory leaking in IE8 (remove monkey patched methods on Event)Vojta Jina
2012-01-25cleanup($scope): remove $$scope ref.Misko Hevery
2012-01-25docs(compiler): update the compiler docsMisko Hevery
2012-01-25refactor(directives): connect new compilerMisko 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-12-05fix(jqLite): JQLiteHasClass should work even when minifiedIgor Minar
2011-11-14refactor(api): remove type augmentationMisko Hevery
2011-10-30docs(jqlite): add missing methodsVojta Jina
2011-10-20fix(radio): allows data-binding on value property. Closes#316Misko 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