Sebastien Ros
|
1a83e8cc84
#98: Fixing Json array parsing
|
11 years ago |
Brian Beard
|
9fe1402663
Allow entire .NET DateTime range for Date
|
11 years ago |
Sebastien Ros
|
9109e22587
Ignoring HTML comments
|
11 years ago |
auz34
|
e28dcd584d
Rename and adjust MaxRecursionDepth method in order to improve configuration readability
|
11 years ago |
auz34
|
e6c3234074
Have single recursion related excecption instead of two of them
|
11 years ago |
auz34
|
42c5fe631b
Replace DiscardRecursion with option to set MaxRecursionDepth negative
|
11 years ago |
auz34
|
92be200b1d
Merge remote-tracking branch 'upstream/master'
|
11 years ago |
Sebastien Ros
|
53ced478dd
Date.parse should return NaN when date is invalid
|
11 years ago |
Sebastien Ros
|
3ad36c1a73
Refactoring some unit tests
|
11 years ago |
Sébastien Ros
|
b1fb890d92
Merge pull request #85 from fredericaltorres/master
|
11 years ago |
Frederic Torres
|
ca12781d4c
JSON parser should handle negative number 2
|
11 years ago |
Sébastien Ros
|
33e172354c
Merge pull request #68 from honestegg/add-timeout
|
11 years ago |
Frederic Torres
|
7c6dbace14
JSON parser should handle negative number
|
11 years ago |
Sebastien Ros
|
7a8c6039f8
Fixing regex bug
|
11 years ago |
Brian Beard
|
ef82866f90
Update tests to use a custom timezone in the case where the local timezone happens to be UTC
|
11 years ago |
Sebastien Ros
|
87a423f34b
Fixing unit test when running in UTC timezone
|
11 years ago |
Brian Beard
|
b815456819
remove unused using statement
|
11 years ago |
Brian Beard
|
aca99f86c3
complete custom local time zone feature
|
11 years ago |
auz34
|
f2297d5f77
Another, less strict way to be protected from stack overflow caused by recursion
|
11 years ago |
auz34
|
49f43a9f6d
Introduce more informative data about discarded recursion + test + changed logic of recognizng recursion
|
11 years ago |
auz34
|
f3e7f2dc3e
Additional test
|
11 years ago |
auz34
|
c03869d2f7
Should rfecognize recursion even if call is hidden in different variables
|
11 years ago |
auz34
|
959c4b4ac2
Logic to discard recursion if needed is introduced + simple test
|
11 years ago |
Brian Beard
|
91cb8abefd
Add Timeout option to the engine
|
11 years ago |
Brian Beard
|
96dbc109e9
merge from Master - date function fixes
|
11 years ago |
Brian Beard
|
a09eb75095
add offset check
|
11 years ago |
Brian Beard
|
f965c82e20
fix the behavior of Date.parse and Date.UTC
|
11 years ago |
Brian Beard
|
f2d64b7196
Adding a way to override the local timezone
|
11 years ago |
Sebastien Ros
|
2b1221635f
Adding source information in exceptions
|
11 years ago |
Sebastien Ros
|
73dca9beda
Adding unit test for number parsing in JSON
|
11 years ago |