Node Lintspaces Versions Save

A validator for checking different kinds of whitespaces in your files.

0.9.0

2 years ago

This release contains some updates, refactorings, and modernizations in the code base.

  • Refactor prototype-classes into classes (6a51906)
  • Refactor var into const and let (2ecea96)
  • Refactor validation error (f65c77b)
  • Refactor regular expression constant names (07e05a5)
  • Refactor self constants by introducing arrow functions (c52b611)
  • Rename lib/ into src/ (b740fc3)
  • Move index.js and main entry point of package (625eb08)
  • Update docs indentation (b04bca8)

Dev

  • Increase test coverage (36af1eb)
  • Add node 16 to test matrix (26ee836)
  • Update husky and lintstaged configs (2016453)
  • Use snyk github integration (83f6ec5)
  • Remove codecov from dependencies and use in workflow (ace76fa)
  • Upload test coverage in workflow (afe84e4)
  • Drop audit (snyk) step from workflow (c03b366)
  • Define new indentation for markdown files (dd5e774)
  • Report package contents before release (71a5f95)
  • Add npmignore (c1c5688)

Bots

  • Bump husky from 6.0.0 to 7.0.1 (fb77cc5)
  • Bump release-it from 14.6.1 to 14.10.1 (6e89836)
  • Bump eslint from 7.25.0 to 7.32.0 (2f89d10)
  • Bump eslint-plugin-jest from 24.3.6 to 24.4.0 (62d33a0)
  • Bump lint-staged from 11.0.1 to 11.1.1 (f25de8d)
  • Bump lint-staged from 10.5.4 to 11.0.1 (25ae968)
  • Bump eslint from 7.25.0 to 7.31.0 (bc54877)
  • Bump jest from 26.6.3 to 27.0.6 (72d15db)
  • Bump prettier from 2.2.1 to 2.3.2 (f25afc7)
  • Bump snyk from 1.574.0 to 1.618.0 (e1c5b1a)
  • Bump eslint from 7.23.0 to 7.25.0 (49801a6)
  • Bump snyk from 1.520.0 to 1.574.0 (4e6ee58)
  • Bump eslint-plugin-jest from 24.3.5 to 24.3.6 (33eca97)
  • Bump release-it from 14.5.0 to 14.6.1 (6361fd7)

0.8.0

3 years ago
  • Set node engine to >=10
  • Fix loading of editorconfig settings on windows

Dev:

  • Rename main branch
  • Refactored testing setup: Replaced nodeunit with jest
  • Refactored linting setup: Replaced jshint and jscs with eslint
  • Add codecov setup
  • Add github actions workflow
  • Add github dependabot
  • Add .gitattributes to disable automatic handling of line endings
  • Add pre commit hook
  • Add release-it
  • Add targets into makefile
  • Drop grunt
  • Drop travis
  • Fix vulnerabilities
  • Update docs and badges
  • Pin node version 15.11.0

0.8.1

3 years ago
  • Fix postinstall of husky

0.8.2

3 years ago
  • Fix ignored single line files for newlinesEOF check (4609970, 8bb644b)

Dev:

  • Run code coverage command separately (0bdf14d)

Bots:

  • Bump eslint-plugin-jest from 24.3.2 to 24.3.5 (fd588e3)
  • Bump husky from 5.1.3 to 6.0.0 (59a7af6)
  • Bump snyk from 1.483.0 to 1.520.0 (6549298)
  • Bump release-it from 14.4.1 to 14.5.0 (ef79a25)
  • Bump eslint-plugin-jest from 24.2.1 to 24.3.2 (95ef597)
  • Bump eslint from 7.21.0 to 7.23.0 (0302781)