Skip to content

Change the way to convert non-string value to string

Choose a tag to compare

@jerrybendy jerrybendy released this 08 Mar 03:05
· 35 commits to master since this release

This version is incompatible with old versions. In old versions, non-string values are serialized by JSON.stringify, but this version changes it to use .toString() first.