rkscv
|
02193f39d0
Reimplement date parser (#611)
|
пре 1 година |
Dmitry Panov
|
28ee0ee714
Refactored conversion to primitive to better match modern ECMAScript standard. Wrapped Go values no longer have "toString" and "valueOf" methods defined on them. Closes #512.
|
пре 2 година |
Dmitry Panov
|
00bb30d125
Fixed ExportType() for Date objects
|
пре 4 година |
Dmitry Panov
|
6338b32468
Treat date-only formats as UTC and date-time as local timezone. Added support for additional datetime formats. Fixes #281, fixes #292.
|
пре 4 година |
Dmitry Panov
|
536f9d9465
Export() and ExportTo() now support circular objects. Fixes #162, closes #188.
|
пре 5 година |
Dmitry Panov
|
52a8eb19c9
Updated documentation, fixed Date export. See #170, closes #182
|
пре 5 година |
Dmitry Panov
|
351feaff53
Ported V8's fast-dtoa. Most conversions should now run at comparable speed to strconv.FormatFloat().
|
пре 5 година |
Dmitry Panov
|
60b86f2254
Missing Date methods, better overflow handling, refactoring (#147)
|
пре 5 година |
Dmitry Panov
|
a13c43b62b
Proxy (#135)
|
пре 5 година |
Dmitry Panov
|
aaec0e7bde
Changed toUTCString() format. Closes #119.
|
пре 5 година |
Dmitry Panov
|
007eef3bc4
Added a common date/time format. Closes #117
|
пре 5 година |
Dmitry Panov
|
9fe968c8ec
Removed redundant date formats (fractional seconds are supported even if not specified)
|
пре 6 година |
Dmitry Panov
|
5e65f9206b
Date.parse() now returns a number. Switched to own date parser for better compatibility (extended years, etc.). Fixes #79
|
пре 6 година |
Dmitry Panov
|
25773609b6
Initial commit
|
пре 9 година |