-
Notifications
You must be signed in to change notification settings - Fork 1
Change Log
Grant Carthew edited this page Aug 2, 2018
·
40 revisions
- Dev dependencies updated.
- Added testing dependency test-constructs.
- Created notation-copy.
- Removed fast-safe-strinigy code and License.
- If using PassThrough, the passed object is now sanitized.
- Added invalid options test for
new Perj()
andlog.child()
. - Updated dependencies.
- Improved
null
handling.
- Added gzip and source map browser files.
- Updated README with size badges for browser install.
- Added
levelKeyEnabled
andlevelNumberKeyEnabled
options. - Added
serializers
option. - Added
stringifyFunction
option. - Added
serializeErrorFunction
option. - Removed
dateTimeFunctions
. - Changed exported object to only
Perj
. - Added circular reference detection to
serializeErrorFunction
.
- Fixed
passThrough
separator string issue. - Fixed
passThrough
data string. - Added more examples.
- Updated devDependencies.
- Fixed undefined and null handling.
- Switched from
perj.create
tonew Perj
.
- Major changes to performance since v0.0.4.
- Added
separatorString
options. - Now built for both browser and node in the one file.
- Fixed
defaultWrite
function. - Added tests.
- Added code analysis.
- Added code coverage.
- Benchmarks updated.
- Convenience methods update.
- Fixed child header object.
- Fixed child options object.
- Readme updated.
- Initial release.