aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/parse.js
AgeCommit message (Expand)Author
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