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
2012-03-28
refactor(fromJson/toJson): move the contents of these files into Angular.js
Igor Minar
2012-03-28
refactor(toJson): use native JSON.stringify
Igor Minar
2012-03-28
refactor(fromJson): always use native JSON.parse
Igor Minar
2012-03-28
refactor(fromJson/date filter): move date string logic to date filter
Igor Minar
2012-03-19
fix(json): added support for iso8061 timezone
Misko Hevery
2012-01-03
style: prefer single quotes + some whitespaces
Vojta Jina
2012-01-03
refactor: remove old JSTD assertions
Vojta Jina
2011-11-14
refactor(json): break dependence on api.js
Misko Hevery
2011-10-11
chore(formating): clean code to be function() {
Misko Hevery
2011-10-11
feat(forms): new and improved forms
Misko Hevery
2011-10-11
fix(filter): make json filter ignore private properties
Misko Hevery
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