COMMITS
/ test/ng/parseSpec.js September 20, 2015
L
style(test): fix style in one test
Lucas Mirelmann committed
L
test($parse): fix test for IE
Lucas Mirelmann committed
September 19, 2015
L
fix($parse): do not convert to string computed properties multiple times
Lucas Mirelmann committed
September 13, 2015
L
fix($parse): throw error when accessing a restricted property indirectly
Lucas Galfaso committed
November 7, 2014
C
fix($parse, events): prevent accidental misuse of properties on $event
Chirayu Krishnappa committed
November 4, 2014
C
fix($parse): add quick check for Function constructor in fast path
Chirayu Krishnappa committed
September 12, 2014
C
test($parse): ensure CSP code paths are used when testing
Caitlin Potter committed
C
test($parse): ensure CSP code paths are used when testing
Caitlin Potter committed
September 8, 2014
C
fix($parse): disallow passing Function to Array.sort
Chirayu Krishnappa committed
December 16, 2013
R
feat($parse): allow for assignments in ternary operator branches
rodyhaddad committed
July 8, 2014
June 30, 2014
S
chore(jshint): enforce jshint for tests
Shahar Talmi committed
I
test($parse): skip Function.prototype.bind test on IE8
Igor Minar committed
R
style(parseSpec): make jshint happy
rodyhaddad committed
June 26, 2014
R
fix($parse): prevent invocation of Function's bind, call and apply
rodyhaddad committed
R
refactor($parse): move around previous security changes made to $parse
rodyhaddad committed
June 8, 2014
J
fix($parse): forbid __proto__ properties in angular expressions
Jann Horn committed
J
fix($parse): forbid __{define,lookup}{Getter,Setter}__ properties
Jann Horn committed
J
fix($parse): forbid referencing Object in angular expressions
Jann Horn committed
April 1, 2014
T
fix($parse): mark constant unary minus expressions as constant
Tero Parviainen committed
February 27, 2014
L
chore(parseSpec): fix typo
Lajos Veres committed
August 21, 2013
M
feat($parse): support trailing commas in object & array literals
Michał Gołębiowski committed
J
chore($parse): convert parser() and lex() to prototype-based code
jankuca committed
January 7, 2014
C
fix($parse): reduce false-positives in isElement tests
Caitlin Potter committed
January 17, 2014
L
fix($parse): do not use locals to resolve object properties
Lucas Galfasó committed
January 2, 2014
B
fix($parse): fix CSP nested property evaluation, and issue that prevented its tests from failing
Brian Nenninger committed
December 19, 2013
C
fix($parse): return 'undefined' if a middle key's value is null
Caitlin Potter committed
December 5, 2013
K
perf($parse) use a faster path when the number of path parts is low
Karl Seamon committed
October 30, 2013
R
fix($parse): allow for new lines in expr when promise unwrapping is on
rodyhaddad committed
November 14, 2013
V
feat($parse): revert hiding "private" properties
Vojta Jina committed
October 18, 2013
C
feat($parse): secure expressions by hiding "private" properties
Chirayu Krishnappa committed
October 14, 2013
C
fix($parse): check function call context to be safe
Chirayu Krishnappa committed
October 9, 2013
I
revert: fix($parse): handle promises returned from parsed function calls
Igor Minar committed
October 7, 2013
I
fix($parse): deprecate promise unwrapping and make it an opt-in
Igor Minar committed
October 5, 2013
P
fix(*): protect calls to hasOwnProperty in public API
Peter Bacon Darwin committed
August 9, 2013
C
fix($parse): disallow access to window and dom in expressions
Chirayu Krishnappa committed
August 20, 2013
V
test: rename / remove duplicate unit tests
Vojta Jina committed
August 15, 2013
J
fix($parse): handle promises returned from parsed function calls
Jussi Kosunen committed
August 13, 2013
K
feat(minerr): log minerr doc url in development
Ken Sheedlo committed
June 3, 2013
J
fix($parse): unwrap promise when setting a field
James Davies committed
June 24, 2013
C
fix($parse): disallow access to Function constructor
Chirayu Krishnappa committed
June 8, 2013
K
chore(minErr): replace ngError with minErr
Ken Sheedlo committed
May 24, 2013
I
feat(ngError): add error message compression and better error messages
Igor Minar committed
May 12, 2013
Z
test($parse): improve clarity of ternary tests
Zach Snow committed
April 23, 2013
Z
feat($parse): add support for ternary operators to parser
Zach Snow committed
April 29, 2013
L
test(parse): Test for the parsing not invoking twice to get self
Lucas Galfasó committed
November 4, 2012
D
feat($parse): added `constant` and `literal` properties
Daniel Luz committed
November 27, 2012
J
feat($parse): allow strict equality in angular expressions
Jeremy Tymes committed
April 14, 2012
V
fix($parse): support methods on falsy primitive types
Vojta Jina committed
April 27, 2012
I
feat($parse): CSP compatibility
Igor Minar committed