COMMITS
/ test/ng/parseSpec.js April 3, 2018
J
test($parse): add tests for watching one-time array/object literals
Jason Bedard committed
October 7, 2017
F
feat($parse): add a hidden interface to retrieve an expression's AST
Francesco Pipita committed
July 20, 2017
J
fix($parse): do not pass scope/locals to interceptors of one-time bindings
Jason Bedard committed
July 17, 2017
J
fix($parse): do not shallow-watch computed property keys
Jason Bedard committed
J
fix($parse): support constants in computed keys
Jason Bedard committed
June 16, 2017
J
fix($parse): always pass the intercepted value to watchers
Jason Bedard committed
May 26, 2017
J
fix($parse): respect the interceptor.$stateful flag
Jason Bedard committed
J
fix($parse): do not shallow-watch inputs when wrapped in an interceptor fn
Jason Bedard committed
July 11, 2017
J
refactor($parse): do not pass scope,locals to interceptor fns
Jason Bedard committed
June 9, 2017
J
test($parse): add one-time/interceptor tests
Jason Bedard committed
May 24, 2017
J
test($parse): reorganize $parse tests
Jason Bedard committed
May 12, 2017
J
fix($parse): always re-evaluate filters within literals when an input is an object
Jason Bedard committed
March 31, 2017
J
fix($parse): standardize one-time literal vs non-literal and interceptors
Jason Bedard committed
J
fix($parse): fix infinite digest errors when watching objects with .valueOf in literals
Jason Bedard committed
March 22, 2017
M
chore($parse): make sure no one changes .toEqual(-0) to .toBe(-0)
Michał Gołębiowski committed
February 5, 2017
G
refactor(*): remove ignored `expensiveChecks` argument passed to `$parse()`
Georgios Kalpakas committed
January 24, 2017
K
fix($parse): make sure ES6 object computed properties are watched
Kindy Lin committed
October 20, 2016
J
feat($parse): allow watching array/object of inputs to literal values
Jason Bedard committed
November 25, 2016
P
style(*): fix `no-useless-escape` eslint errors
Peter Bacon Darwin committed
November 18, 2016
M
chore(*): cleanup msie handling; add support comments
Michał Gołębiowski committed
October 28, 2016
J
docs(*): fix typos
Josh Soref committed
September 11, 2016
M
fix($parse): treat falsy values as defined in assignment expressions
mohamed amr committed
October 9, 2016
J
fix($parse): validate assignment lval in parser phase
Jason Bedard committed
September 6, 2016
P
refactor($parse): remove Angular expression sandbox
Peter Bacon Darwin 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
May 11, 2016
L
fix($parse): call once stable bind-once expressions with filter
Lucas Mirelmann committed
April 10, 2016
L
feat($parse): Add support for ES6 object initializers
Lucas Mirelmann committed
April 16, 2016
L
fix($parse): Handle sign of `-undefined` consistently
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 21, 2016
M
fix: make files in src/ jshint: eqeqeq compatible
Martin Staffa 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