I have found tons of use for all these functions. If I don't ever find time to document them here, just have a look at the .spec.js file.
- adds
nestedPropertyOrDefault
- adds
shuffleInPlaceandshuffleClone - adds jsdoc to the
toTypefunction
- adds
deepEqualfunction - adds
sortoption to stringify - adds type definition to
stringify's options
nestedPropertyDetailsnow properly handles circular objects
- update package to export types properly
- Adds Typescript types
- fixes a couple bugs caught by Typescript
- updates this changelog to add 1.1.0. Oops.
- adds a
stringifyfunction.The stringify function creates a nicely indented JSON string of any object. Even those with circular references.
You can optionally strip out the quotes around properties and change the indent amount.
- updates
package.jsonwith the correct repository information. oops.
- fix for a bug in IE when using the
isEmptyfunction with a string as the arg
- inital release