Skip to content

Releases: peerigon/scriptlint

v2.1.2

10 Sep 08:09
Compare
Choose a tag to compare

2.1.2 (2020-09-10)

Bug Fixes

  • prettier && eslint --fix (8f3aa72)
  • run prettier and hopefully release to npm (1820e06)

v2.1.1

25 Mar 21:14
Compare
Choose a tag to compare

2.1.1 (2020-03-25)

Bug Fixes

  • dependencies: move from yarn to npm over lack of audit fix 🤬 (160b717)

v2.1.0

25 Mar 21:04
Compare
Choose a tag to compare

2.1.0 (2020-03-25)

Bug Fixes

  • tests: jest config typo (b378e5e)

Features

  • add lint namespace (a04b1ce)
  • Merge pull request #34 from peerigon/lint-namespace (4eaa726)

v2.0.5

19 Mar 11:54
Compare
Choose a tag to compare

2.0.5 (2020-03-19)

Bug Fixes

  • dependencies: updtr guided updates (04af746)
  • dependencies: updtr guided updates (1c92697)

v2.0.4

05 Mar 19:20
Compare
Choose a tag to compare

2.0.4 (2020-03-05)

Bug Fixes

  • license: Add missing license (0dbb51b)

v2.0.3

26 Feb 16:36
Compare
Choose a tag to compare

2.0.3 (2020-02-26)

Bug Fixes

  • documentation: Fix typo in README (bc2d943)

v2.0.2

26 Feb 10:08
Compare
Choose a tag to compare

2.0.2 (2020-02-26)

Bug Fixes

  • docs and design stuff (#26) (c0a2bf9)
  • documentation: overall documentation rewrite (f586cc0)

v2.0.1

24 Feb 16:30
Compare
Choose a tag to compare

2.0.1 (2020-02-24)

Bug Fixes

  • build: Fix CLI usage 😱 (cb24eb9)

v2.0.0

24 Feb 13:21
Compare
Choose a tag to compare

2.0.0 (2020-02-24)

BREAKING CHANGES

  • you may need to load your configurations differently

  • chore(tests): improved tests

  • feat(core): scripts can be passed to the module directly as a parameter

  • fix(code): eslint --fix

  • chore(readme): Update README

v1.4.0

11 Feb 11:52
Compare
Choose a tag to compare

1.4.0 (2020-02-11)

Bug Fixes

  • refactoring: move tests into seperate dir (e6c83b9)
  • Improve typing and defaults of CLI command handling (febdf8d)

Features

  • CLI: opationally take package.json or project dir as argument and fallback to process.cwd() (2b36142)
  • structure: make scriptlint usable as a required module (048e35d)