COMMITS
/ test/ng/parseSpec.js November 29, 2016
P
style(*): fix `no-useless-escape` eslint errors
Peter Bacon Darwin committed
October 28, 2016
J
docs(*): fix typos
Josh Soref committed
October 9, 2016
J
fix($parse): validate assignment lval in parser phase
Jason Bedard committed
August 10, 2016
M
chore(eslint): enable `quotes: ["error", "single"]`
Michał Gołębiowski committed
July 20, 2016
M
chore(*): switch from JSHint/JSCS to ESLint
Michał Gołębiowski committed
July 25, 2016
G
fix($parse): block assigning to fields of a constructor prototype
Georgios Kalpakas committed
July 22, 2016
G
fix($parse): correctly escape unsafe identifier characters
Georgios Kalpakas committed
July 21, 2016
G
test($parse): test custom literals with CSP both enabled and disabled
Georgios Kalpakas committed
June 6, 2016
P
fix($parse): allow arguments to contain filter chains
Peter Bacon Darwin committed
April 10, 2016
L
feat($parse): Add support for ES6 object initializers
Lucas Mirelmann committed
September 20, 2015
L
feat($parse): Add the ability to define the identifier characters
Lucas Mirelmann committed
L
fix($parse): block assigning to fields of a constructor
Lucas Galfaso committed
March 13, 2016
L
chore(*): Upgrade to Jasmine 2.4
Lucas Mirelmann committed
March 7, 2016
L
feat($parse): Allow user-defined literals
Lucas Mirelmann committed
March 6, 2016
M
refactor(*): use toBeUndefined consistently
mohamed amr 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 unnecessary check
thorn0 committed
T
refactor($parse): remove unused variables
thorn0 committed
December 6, 2015
L
feat($parse): provide a mechanism to access the locals object
Lucas Mirelmann committed
November 30, 2015
L
fix($parse): prevent assignment on constructor properties
Lucas Mirelmann committed
November 24, 2015
L
fix($parse): handle interceptors with `undefined` expressions
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
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