Skip to content

v0.0.1

Compare
Choose a tag to compare
@Hinaser Hinaser released this 11 Aug 16:09
· 47 commits to master since this release
36bcb31

Added

  • This CHANGELOG file
  • Github Workflows for coverage reporting
  • test/bin/fixLcovInfo.js to convert windows style path separator to UNIX style

Changed

  • Greatly improve README.md
  • Improved package.json for accessibility

Fixed

  • lcov.info path format.
    • Changed windows style path separator to UNIX style as coveralls cannot parse windows style path separator.