aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/parseSpec.js
AgeCommit message (Expand)Author
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-11-22fix($parse): allow for new lines in expr when promise unwrapping is onrodyhaddad
2013-11-13feat($parse): revert hiding "private" propertiesVojta Jina
2013-10-30feat($parse): secure expressions by hiding "private" propertiesChirayu Krishnappa
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-07fix(*): protect calls to hasOwnProperty in public APIPeter 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-23test: rename / remove duplicate unit testsVojta Jina
2013-08-15fix($parse): handle promises returned from parsed function callsJussi Kosunen
2013-08-15feat(minerr): log minerr doc url in developmentKen Sheedlo
2013-07-31fix($parse): unwrap promise when setting a fieldJames Davies
2013-07-03fix($parse): disallow access to Function constructorChirayu 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-17test($parse): improve clarity of ternary testsZach Snow
2013-05-16feat($parse): add support for ternary operators to parserZach Snow
2013-04-29test(parse): Test for the parsing not invoking twice to get selfLucas Galfasó
2013-02-14feat($parse): added `constant` and `literal` propertiesDaniel Luz
2013-01-17feat($parse): allow strict equality in angular expressionsJeremy Tymes
2012-05-05fix($parse): support methods on falsy primitive typesVojta Jina
2012-04-27feat($parse): CSP compatibilityIgor Minar
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery