Skip to content

Latest commit

 

History

History
255 lines (121 loc) · 12.3 KB

CHANGELOG.md

File metadata and controls

255 lines (121 loc) · 12.3 KB

Changelog

All notable changes to this project will be documented in this file. See Convential Commits for commit guidelines.

2.5.2 (Thu Sep 28 2023)

Fixes

  • pin lint-staged to node14 compatible version 31d2ee6
  • add --allowList and --allowLicenses to license-validate script (#21) a9529ef

2.5.1 (Wed Aug 09 2023)

Fixes

  • revert feat: switch from eslint-plugin-node to eslint-plugin-n [722cad9] 617f100

2.5.0 (Wed Aug 09 2023)

Fixes

  • add BlueOak-1.0.0 to allowed licenses (#20) f22f78f
  • use license-checker directly instead of CLI a685321

Features

  • switch from eslint-plugin-node to eslint-plugin-n 722cad9

2.4.7 (Wed May 10 2023)

2.4.6 (Fri Apr 28 2023)

2.4.5 (Fri Apr 28 2023)

2.4.4 (Fri Apr 28 2023)

2.4.3 (Fri Apr 28 2023)

2.4.2 (Fri Apr 28 2023)

Fixes

  • sofie-licensecheck unable to find license-checker with yarn3 (#16) abd0fa6
  • remove stray console.log 2480da3

2.4.1 (Sun Mar 26 2023)

Fixes

  • sofie-version support for yarn3 a5d81a8

2.4.0 (Tue Mar 14 2023)

Features

  • add @sofie-automation/eslint-plugin eslint rules 5dc8199

Fixes

  • sofie-version script failing in fresh repository 6528082

2.3.1 (Fri Feb 10 2023)

2.3.0 (Tue Jan 10 2023)

Features

2.2.0 (Fri Nov 11 2022)

Features

  • (updateVersion) override for lastTag 9ae1576

2.1.0 (Tue Oct 25 2022)

Fixes

  • use prerelease identifier (#11) 1f381e8
  • do not generate changelog without repo url a944749

Features

2.0.2 (2022-05-19)

Bug Fixes

  • add no-duplicate-enum-values (#9) (898cb9d)

2.0.1 (2022-04-20)

Bug Fixes

2.0.0 (2022-02-18)

⚠ BREAKING CHANGES

  • update minimum node version to "^14.18 || ^16.14"

Features

  • update minimum node version to "^14.18 || ^16.14" (5ae7495)

1.1.0 (2022-01-25)

Features

  • enable strict type checking. enable some more rules (#8) (fc97657)

1.0.0 (2022-01-18)

⚠ BREAKING CHANGES

  • update dependencies. expects typescript 4.5

Features

  • update dependencies. expects typescript 4.5 (5603563)

Bug Fixes

  • Updated URLs to match the renamed repo (5f9abee)

0.5.1 (2021-12-17)

Bug Fixes

  • allow 'Python-2.0' license (7b6f674)

0.5.0 (2021-11-01)

⚠ BREAKING CHANGES

  • re-add a newer version of husky as it doesn't autoinstall now
  • remove husky as a dependency, as if installed it cannot be disabled which can cause problems

Features

  • re-add a newer version of husky as it doesn't autoinstall now (e3699b5)
  • remove husky as a dependency, as if installed it cannot be disabled which can cause problems (44138b2)
  • update eslint to v8 (dc4a44a)

0.4.2 (2021-06-17)

Bug Fixes

  • allow variables whose name starts with an _ (561cd20)

0.4.1 (2021-05-28)

Bug Fixes

  • add more keywords to blocked comments (0f7dabc)

0.4.0 (2021-05-28)

Features

  • add jest plugin and nocommit rule (1d9eee8)
  • update typescript dependency (6e4c5c1)

0.3.0 (2021-05-14)

⚠ BREAKING CHANGES

  • update license checker script to esm

Features

  • github actions (35a5f4b)
  • update license checker script to esm (d07d311)

0.2.5 (2021-04-28)

Features

  • allow Artistic-2.0 as it is MIT compatible (b490bd3)

0.2.4 (2021-02-19)

Features

  • add rule @typescript-eslint/no-floating-promises (#7) (eec181a)

0.2.3 (2021-02-05)

0.2.2 (2021-01-12)

Bug Fixes

  • '.d.ts' is a valid extension to include from ts files (f88345e)

0.2.1 (2020-12-14)

Features

  • add option to ignore certain packages which are false positives [publish] (be171ca)

0.2.0 (2020-11-16)

Features

Bug Fixes

  • [publish] don't need to re-expose the binaries (bdea359)
  • add back a wrapper script to abstract the checker lib from library consumers [publish] (a6acca8)
  • ignore the package it is being run for, and add command to output a full report [publish] (e818db8)
  • node 10 minimum + TS 4.0 + readme (ae6db75)
  • prettier eslint config (57b2f9f)
  • remove typescript rules for js files (67becbb)
  • some js linting (301818c)
  • suggested updates to readme based on some experience (b6a8b7e)
  • use license-checker instead of legally (f1a59ac)