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
/
Parser.js
Age
Commit message (
Expand
)
Author
2010-10-27
rename src/Parser.js to src/parser.js
Igor Minar
2010-10-20
fix some of the failing ie tests
Misko Hevery
2010-10-20
fixed negative numbers in Json
Misko Hevery
2010-10-18
JSON parser is now strict (ie, expressions are not allowed for security)
Misko Hevery
2010-10-15
Fix unicode parsing Close #56
Misko Hevery
2010-10-08
Fix bug with Lexer not recognizing exponential values and values starting wit...
Shyam Seshadri
2010-10-08
fixed leaking constants to gloabal scope
Misko Hevery
2010-08-18
remove Parser static
Misko Hevery
2010-08-18
converted lexer from function to closure
Misko Hevery
2010-08-18
move static field from Lexer to hidden namespace
Misko Hevery
2010-08-18
stringify names for better compression, remove dead functions, removed unders...
Misko Hevery
2010-07-27
fix IE native mothods are not functions, and preventDefault
unknown
2010-07-23
added buzz demo, fix undefined() -> undefined
Misko Hevery
2010-05-30
added compiled getterFN for better performance
Misko Hevery
2010-05-30
remove the relience of parser an special self object, now passing generic self
Misko Hevery
2010-04-07
fixed filter this
Misko Hevery
2010-04-03
injection is now working
Misko Hevery
2010-03-31
started to add services
Misko Hevery
2010-03-29
dissabled a lot of tests, and made the core test set pass.
Misko Hevery
2010-03-25
checkbox and radio now working
Misko Hevery
2010-03-24
Fix parsing bug with strings for -
Shyam Seshadri
2010-02-12
added asynchronous validator
Misko Hevery
2010-02-12
Fixed negation grouping bug
Misko Hevery
2010-01-24
bindRootId configuration option
Misko Hevery
2010-01-24
changes to make it closure compiler compatible
Misko Hevery
2010-01-19
added debug info; fix parser bug with double negation
Misko Hevery
2010-01-11
all files converted to prototype= {}
Misko Hevery
2010-01-10
basic calculator works with minified.js, lots of references still broken
Misko Hevery
2010-01-09
removed nglr namespace
Misko Hevery
2010-01-05
angular.js
Adam Abrons