Skip to content

v1.1.0

Compare
Choose a tag to compare
@aMarCruz aMarCruz released this 23 Nov 02:06
· 12 commits to master since this release

[1.1.0] - 2018-11-22

Added

  • Option escapeQuotes to escape quotes in the output of strings (not wrapped by JSON output).
  • TSLint instead of ESLint, for compatibility with CI services.
  • Codacy quality and coverage services.

Changed

  • Convert export.default to module.exports in internal modules. Since it is a node.js library, it looks right and produces a cleaner code.
  • The output of chained properties stops with a primitive value, to avoid some compile-time errors.
  • Updated Readme, add "vulnerabilities" badge from snyk.io.
  • Regression of the replacement of NaN with null since the later alters the behavior of the Date ctor.
  • Simplify the parseChunk function, logic moved to the parseHelper class.

Removed

  • ESLint configuration.
  • Coverity badge, get the right results with this service is a nightmare.

Fixed

  • Minor issues with linters.