aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/parse.js
AgeCommit message (Expand)Author
2014-02-26feat($parse): support trailing commas in object & array literalsMichał Gołębiowski
2014-02-21fix($parse): reduce false-positives in isElement testsCaitlin Potter
2014-02-16docs(all): convert <pre>/</pre> snippets to GFM snippetsCaitlin Potter
2014-02-16docs(bike-shed-migration): convert doctype and namesPeter Bacon Darwin
2014-01-21fix($parse): do not use locals to resolve object propertiesLucas Galfasó
2014-01-03fix($parse): fix CSP nested property evaluation, and issue that prevented its...Brian Nenninger
2013-12-19fix($parse): return 'undefined' if a middle key's value is nullCaitlin Potter
2013-12-18perf($parse) use a faster path when the number of path parts is lowKarl Seamon
2013-12-03chore($parse): micro-optimization for ensureSafeObject functionKarl Seamon
2013-11-22fix($parse): allow for new lines in expr when promise unwrapping is onrodyhaddad
2013-11-13feat($parse): revert hiding "private" propertiesVojta Jina
2013-11-04docs($parse): Fix typoJordan Klassen
2013-10-30feat($parse): secure expressions by hiding "private" propertiesChirayu Krishnappa
2013-10-22style: make jshint happyVojta Jina
2013-10-15fix($parse): check function call context to be safeChirayu Krishnappa
2013-10-09revert: fix($parse): handle promises returned from parsed function callsIgor Minar
2013-10-09fix($parse): deprecate promise unwrapping and make it an opt-inIgor Minar
2013-10-07revert: refactor($parse): only instantiate lex/parse onceIgor Minar
2013-10-07fix(*): protect calls to hasOwnProperty in public APIPeter Bacon Darwin
2013-10-07refactor($parse): only instantiate lex/parse oncePeter Bacon Darwin
2013-10-04chore($parse): convert parser() and lex() to prototype-based codejankuca
2013-09-17fix($parse): disallow access to window and dom in expressionsChirayu Krishnappa
2013-08-15fix($parse): handle promises returned from parsed function callsJussi Kosunen
2013-08-13chore($parse): remove duplicate comment lineIgor Minar
2013-07-31fix($parse): unwrap promise when setting a fieldJames Davies
2013-07-27docs(*): fixed typos and ngdoc parameter namesCarl Danley
2013-07-03fix($parse): disallow access to Function constructorChirayu Krishnappa
2013-06-24fix($parse): move global getter out of parse.jsChirayu Krishnappa
2013-06-17chore(minErr): replace ngError with minErrKen Sheedlo
2013-05-24feat(ngError): add error message compression and better error messagesIgor Minar
2013-05-16feat($parse): add support for ternary operators to parserZach Snow
2013-05-09style(*): fix up semicolon and var usageAnatoly Shikolay
2013-04-29fix(parse): Fix context access and double function callLucas Galfasó
2013-03-29docs(*): fixed typosPascal Borreli
2013-02-14feat($parse): added `constant` and `literal` propertiesDaniel Luz
2013-02-14docs($parse): document function argument types, fix minor typoDaniel Luz
2013-01-17feat($parse): allow strict equality in angular expressionsJeremy Tymes
2012-09-06fix($parser): string concatination with undefined modelpetrovalex
2012-06-12docs(*): simplify doc urlsIgor Minar
2012-06-02doc(ngdoc): clean up doc generation and add missing documentation linksMisko Hevery
2012-06-02docs(expression): rewriteMisko Hevery
2012-05-05fix($parse): support methods on falsy primitive typesVojta Jina
2012-04-27feat($parse): CSP compatibilityIgor Minar
2012-04-10chore(*): remove dead code and fix code style issuesIgor Minar
2012-03-28refactor(fromJson): always use native JSON.parseIgor Minar
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery