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
/
test
/
JsonSpec.js
Age
Commit message (
Expand
)
Author
2011-07-18
feat(strict mode): adding strict mode flag to all js files
Igor Minar
2011-06-08
Cleanup parser code to expose smaller API
Misko Hevery
2011-06-08
fix JSON to match native browser behavior
Misko Hevery
2011-05-31
Rename deprecated wasCalled() -> toHaveBeenCalled() in all specs
Vojta Jina
2011-01-14
fixed select with ng:format
Misko Hevery
2010-12-22
fromJson delegation to native JSON parser if available
Igor Minar
2010-12-11
Stricter JSON parsing, for security
Misko Hevery
2010-11-16
Changed error handling so that better stack traces are displayed in the ng-er...
Misko Hevery
2010-11-08
Support ISO 8601 extended datetime format troughout angular.
Igor Minar
2010-11-05
Updated toJson() to not serialize window/document objects.
Vojta Jina
2010-11-05
Changed toJson() to not ignore $ properties
Vojta Jina
2010-11-05
Json - corrected test descriptions and changed to BDD style expect()
Vojta Jina
2010-11-05
fix error in json parser which did not allow 1.2E10 as number
Misko Hevery
2010-11-03
Serialize RegExp to string in JSON. Closes #119.
Elliott Sprehn
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