aboutsummaryrefslogtreecommitdiffstats
path: root/src/jqLite.js
AgeCommit message (Expand)Author
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-18docs(jqLite): document "$destroy" eventPete Bacon Darwin
2013-07-02fix(jqLite): prepend array in correct orderJoao Sa
2013-07-01fix(jqLite): rename jqLiteError to jqLiteMinErrIgor Minar
2013-06-19feat(jqLite): switch bind/unbind to more recent jQuery on/offMichał Gołębiowski
2013-06-17fix(jqLite): allow override of jqLite.triggerHandler event objectMatias Niemelä
2013-06-17chore(minErr): replace ngError with minErrKen Sheedlo
2013-05-30fix(jqLite): Added optional name arg in removeDataJeff Cross
2013-05-28feat($compile): support multi-element directiveMisko Hevery
2013-05-24feat(ngError): add error message compression and better error messagesIgor Minar
2013-05-23fix(jqLite): correctly monkey-patch core jQuery methodsMichał Gołębiowski
2013-05-16fix(jqLite): pass a dummy event into triggerHandlerJulie
2013-05-06fix($location): prevent navigation when event isDefaultPreventedMisko Hevery
2013-04-29fix(jqLite): correct implementation of mouseenter/mouseleave eventgockxml
2013-04-11docs(jqLite): clarified that children/parent do not support selectorsChristoph Burgdorf
2013-03-29docs(*): fixed typosPascal Borreli
2013-02-25feat(JQLite): ready() now supports document.readyState=='complete'Jørgen Borgesen
2013-01-20docs(jqLite): fix typosergiopantoja
2013-01-18feat(directive): added ng-open boolean directiveDavid Chang
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): support append on document fragmentIgor 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