index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
ng
/
parseSpec.js
Age
Commit message (
Expand
)
Author
2014-02-27
chore(parseSpec): fix typo
Lajos Veres
2014-02-26
feat($parse): support trailing commas in object & array literals
Michał Gołębiowski
2014-02-21
fix($parse): reduce false-positives in isElement tests
Caitlin Potter
2014-01-21
fix($parse): do not use locals to resolve object properties
Lucas Galfasó
2014-01-03
fix($parse): fix CSP nested property evaluation, and issue that prevented its...
Brian Nenninger
2013-12-19
fix($parse): return 'undefined' if a middle key's value is null
Caitlin Potter
2013-12-18
perf($parse) use a faster path when the number of path parts is low
Karl Seamon
2013-11-22
fix($parse): allow for new lines in expr when promise unwrapping is on
rodyhaddad
2013-11-13
feat($parse): revert hiding "private" properties
Vojta Jina
2013-10-30
feat($parse): secure expressions by hiding "private" properties
Chirayu Krishnappa
2013-10-15
fix($parse): check function call context to be safe
Chirayu Krishnappa
2013-10-09
revert: fix($parse): handle promises returned from parsed function calls
Igor Minar
2013-10-09
fix($parse): deprecate promise unwrapping and make it an opt-in
Igor Minar
2013-10-07
fix(*): protect calls to hasOwnProperty in public API
Peter Bacon Darwin
2013-10-04
chore($parse): convert parser() and lex() to prototype-based code
jankuca
2013-09-17
fix($parse): disallow access to window and dom in expressions
Chirayu Krishnappa
2013-08-23
test: rename / remove duplicate unit tests
Vojta Jina
2013-08-15
fix($parse): handle promises returned from parsed function calls
Jussi Kosunen
2013-08-15
feat(minerr): log minerr doc url in development
Ken Sheedlo
2013-07-31
fix($parse): unwrap promise when setting a field
James Davies
2013-07-03
fix($parse): disallow access to Function constructor
Chirayu Krishnappa
2013-06-17
chore(minErr): replace ngError with minErr
Ken Sheedlo
2013-05-24
feat(ngError): add error message compression and better error messages
Igor Minar
2013-05-17
test($parse): improve clarity of ternary tests
Zach Snow
2013-05-16
feat($parse): add support for ternary operators to parser
Zach Snow
2013-04-29
test(parse): Test for the parsing not invoking twice to get self
Lucas Galfasó
2013-02-14
feat($parse): added `constant` and `literal` properties
Daniel Luz
2013-01-17
feat($parse): allow strict equality in angular expressions
Jeremy Tymes
2012-05-05
fix($parse): support methods on falsy primitive types
Vojta Jina
2012-04-27
feat($parse): CSP compatibility
Igor Minar
2012-03-28
chore(module): move files around in preparation for more modules
Misko Hevery