Releases: yahoo/serialize-javascript
Releases · yahoo/serialize-javascript
v2.1.1
09 Dec 09:15
Compare
Sorry, something went wrong.
No results found
Fix regular expressions Cross-Site Scripting (XSS) vulnerability (see security advisory )
Migrate to nyc from istanbul
v2.1.0
04 Sep 12:35
Compare
Sorry, something went wrong.
No results found
v2.0.0
04 Sep 12:13
Compare
Sorry, something went wrong.
No results found
re-landed #54 with bump major version (see: #57 )
Behavior changes for undefined
It serializes undefined values as follows since this version. The result of serialization may be changed if you are passing undefined values into the serialize-javascript.
v2.x
const serialize = require ( 'serialize-javascript' ) ;
serialize ( { undef : undefined } ) ; // '{"undef":undefined}'
v1.x
const serialize = require ( 'serialize-javascript' ) ;
serialize ( { undef : undefined } ) ; // '{}'
v1.9.1
04 Sep 12:11
Compare
Sorry, something went wrong.
No results found
Revert #54 for breaking changes (see: #57 )
Bump mocha from 5.2.0 to 6.2.0 (#56 )
v1.9.0
29 Aug 12:40
Compare
Sorry, something went wrong.
No results found
support serialize undefined (@nqdy666 , #54 )
Update Node.js versions to tests
v1.8.0
20 Aug 12:53
Compare
Sorry, something went wrong.
No results found
v1.7.0
16 Apr 12:21
Compare
Sorry, something went wrong.
No results found
Add support for serializing ES6 sets & maps (@pimterry , #45 )
Please note that serialization for ES6 Sets & Maps requires support for Array.from (not available in IE or Node < 0.12), or an Array.from polyfill.
v1.6.1
28 Dec 07:36
Compare
Sorry, something went wrong.
No results found
v1.6.0
24 Dec 14:34
Compare
Sorry, something went wrong.
No results found
v1.4.0
15 Jul 12:47
Compare
Sorry, something went wrong.
No results found