COMMITS
/ test/ng/parseSpec.js November 30, 2015
L
fix($parse): prevent assignment on constructor properties
Lucas Mirelmann committed
January 28, 2016
L
fix($parse): Copy `inputs` for expressions with expensive checks
Lucas Mirelmann committed
January 26, 2016
L
fix($parse): Preserve expensive checks when runnning $eval inside an expression
Lucas Mirelmann committed
December 18, 2015
T
refactor($parse): remove unused variables
thorn0 committed
November 24, 2015
L
fix($parse): handle interceptors with `undefined` expressions
Lucas Mirelmann committed
September 20, 2015
L
fix($parse): block assigning to fields of a constructor
Lucas Galfaso 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
August 30, 2015
L
fix($parse): `assign` returns the new value
Lucas Galfaso committed
August 26, 2015
L
test($parse): fix csp setup
Lucas Galfaso committed
June 12, 2015
L
fix($parse): set null reference properties to `undefined`
Lucas Galfaso committed
May 31, 2015
L
fix($parse): set null reference properties to `undefined`
Lucas Galfaso committed
February 4, 2015
L
fix($parse): Initialize elements in an array from left to right
Lucas Galfaso committed
February 3, 2015
L
fix($parse): handle null targets at assign
Lucas Galfaso committed
November 23, 2014
L
refactor($parse): new and more performant $parse
Lucas Galfaso committed
L
fix(parse): fix operators associativity
Lucas Galfaso committed
December 6, 2014
J
fix($parse): a chain of field accessors should use a single getterFn
Jason Bedard committed
December 2, 2014
L
fix($parse): Follow JavaScript context for unbound functions
Lucas Galfaso committed
October 5, 2014
J
refactor($parse): separate tokenizing vs parsing more
Jason Bedard committed
November 8, 2014
H
style(*): add rule requireSpacesInConditionalExpression
Henry Zhu committed
H
style(*): add rules requireSpace(After|Before)BinaryOperators
Henry Zhu 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
October 24, 2014
H
style(*): add numerous JSCS rules to unify code-styles in the tree
Henry Zhu committed
October 22, 2014
October 21, 2014
H
style(*): add rule requireSpacesInFunction beforeOpeningCurlyBrace
Henry Zhu committed
October 20, 2014
H
style(*): add validateParameterSeparator rule to jscs
Henry Zhu committed
October 18, 2014
H
style(*): disallow space after object keys, other rules
Henry Zhu committed
October 10, 2014
H
fix($parse): support dirty-checking objects with null prototype
HeberLZ committed
October 12, 2014
T
fix($parse): stabilize one-time literal expressions correctly
Tero Parviainen committed
September 4, 2014
R
perf(map): use Array.prototype.map
Rouven Weßling committed
September 10, 2014
J
perf($parse): execute watched expressions only when the inputs change
Jason Bedard committed
September 12, 2014
C
fix($parse): ensure CSP assignable expressions have `assign()`
Caitlin Potter committed
September 3, 2014
J
perf($parse): remove getterFn wrapper for internal use
Jason Bedard committed
September 8, 2014
C
fix($parse): disallow passing Function to Array.sort
Chirayu Krishnappa committed
August 9, 2014
P
fix($parse): properly handle dots at the end of identifiers
Pawel Kozlowski committed
August 10, 2014
I
perf($parse): use no-proto maps as caches and avoid hasOwnProperty checks
Igor Minar committed
December 16, 2013
R
feat($parse): allow for assignments in ternary operator branches
rodyhaddad committed
June 5, 2014
R
fix($parse): one-time binding for literal expressions works as expected
rodyhaddad committed
July 8, 2014
June 4, 2014
R
perf(*): more performant interpolation and lazy one-time binding
rodyhaddad committed
June 2, 2014
R
revert: feat(*): lazy one-time binding support
rodyhaddad committed
June 30, 2014
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
June 11, 2014
L
fix($parse): Handle one-time to `null`
Lucas Galfaso committed
May 23, 2014
I
chore(parseSpec): fix bad merge
Igor Minar committed