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
/
src
/
ng
/
parse.js
Age
Commit message (
Expand
)
Author
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-02-16
docs(all): convert <pre>/</pre> snippets to GFM snippets
Caitlin Potter
2014-02-16
docs(bike-shed-migration): convert doctype and names
Peter Bacon Darwin
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-12-03
chore($parse): micro-optimization for ensureSafeObject function
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-11-04
docs($parse): Fix typo
Jordan Klassen
2013-10-30
feat($parse): secure expressions by hiding "private" properties
Chirayu Krishnappa
2013-10-22
style: make jshint happy
Vojta Jina
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
revert: refactor($parse): only instantiate lex/parse once
Igor Minar
2013-10-07
fix(*): protect calls to hasOwnProperty in public API
Peter Bacon Darwin
2013-10-07
refactor($parse): only instantiate lex/parse once
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-15
fix($parse): handle promises returned from parsed function calls
Jussi Kosunen
2013-08-13
chore($parse): remove duplicate comment line
Igor Minar
2013-07-31
fix($parse): unwrap promise when setting a field
James Davies
2013-07-27
docs(*): fixed typos and ngdoc parameter names
Carl Danley
2013-07-03
fix($parse): disallow access to Function constructor
Chirayu Krishnappa
2013-06-24
fix($parse): move global getter out of parse.js
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-16
feat($parse): add support for ternary operators to parser
Zach Snow
2013-05-09
style(*): fix up semicolon and var usage
Anatoly Shikolay
2013-04-29
fix(parse): Fix context access and double function call
Lucas Galfasó
2013-03-29
docs(*): fixed typos
Pascal Borreli
2013-02-14
feat($parse): added `constant` and `literal` properties
Daniel Luz
2013-02-14
docs($parse): document function argument types, fix minor typo
Daniel Luz
2013-01-17
feat($parse): allow strict equality in angular expressions
Jeremy Tymes
2012-09-06
fix($parser): string concatination with undefined model
petrovalex
2012-06-12
docs(*): simplify doc urls
Igor Minar
2012-06-02
doc(ngdoc): clean up doc generation and add missing documentation links
Misko Hevery
2012-06-02
docs(expression): rewrite
Misko Hevery
2012-05-05
fix($parse): support methods on falsy primitive types
Vojta Jina
2012-04-27
feat($parse): CSP compatibility
Igor Minar
2012-04-10
chore(*): remove dead code and fix code style issues
Igor Minar
2012-03-28
refactor(fromJson): always use native JSON.parse
Igor Minar
2012-03-28
chore(module): move files around in preparation for more modules
Misko Hevery