Skip to content

Releases: ioBroker/ioBroker.repochecker

Release v3.5.4

03 Mar 17:28
Compare
Choose a tag to compare
  • (mcm1957) Ignore boolean paramters when checking protectedNative/encryptedNative. [#395]

Release v3.5.3

21 Feb 15:16
Compare
Choose a tag to compare
  • (mcm1957) Crash has been fixed if protectedNative/encryptedNative is not an array. [#385]

Release v3.5.2

19 Feb 15:52
Compare
Choose a tag to compare
  • (mcm1957) Incorrect admin suggestion for very olf html adapters corrected. [#383]
  • (mcm1957) Errors during parsing if icon improved. [#381]
  • (mcm1957) Crash if protectedNative or encryptedNative is missing. [#382]

Release v3.5.1

19 Feb 15:37
Compare
Choose a tag to compare
  • (mcm1957) Crash if protectedNative or encryptedNative is missing. [#382]

Release v3.5.0

18 Feb 10:21
Compare
Choose a tag to compare
  • (mcm1957) Fixed dependency warning ([W174]) has been reduces to suggestion. [#374]
  • (mcm1957) Some changes to jsonConfig check have been implemented.
  • (mcm1957) common.supportCustoms check has been added. [#379]
  • (mcm1957) Check that key listed at encryptedNative or protectedNative is listed at native too. [#218]
  • (mcm1957) Check that key listed at encryptedNative is listed at protectedNative too. [#342]
  • (mcm1957) Check that extension adapters require web adapter. [#311]
  • (mcm1957) List of suspicious keys to protect has been extended. [#358]
  • (mcm1957) checking of 'admin' globalDependency has been added.
  • (mcm1957) checking of 'publishConfig.registry' has been added.
  • (mcm1957) New commandline option --noinfo added.
  • (mcm1957) Logging has been adapted.

Release v3.4.4

12 Feb 11:18
Compare
Choose a tag to compare
  • (mcm1957) Some external attributes added to valid package.json attributes.

Release v3.4.3

12 Feb 10:46
Compare
Choose a tag to compare
  • (mcm1957) Some external attributes added to valid package.json attributes.

Release v3.4.2

12 Feb 10:18
Compare
Choose a tag to compare
  • (mcm1957) 'type' and 'types' added to valid package.json attributes.

Release v3.4.1

11 Feb 15:56
Compare
Choose a tag to compare
  • (mcm1957) Add 'publishConfig' to valid package.json attributes.

Release v3.4.0

11 Feb 14:54
Compare
Choose a tag to compare
  • (mcm1957) Do not suggest to migrate to adapter-dev if only gulpfile.js exists. (#334).
  • (mcm1957) Warn if onlyWWW adapter uses adapter-core (#251).
  • (mcm1957) Singleton checks have been reduced to suggestion level.
  • (mcm1957) Adapter-core 3.2. required now.
  • (mcm1957) Blacklists for peerDependencies and optionalDependencies have been added (#364).
  • (mcm1957) Suggestings for typical devDependencies have been added (#344).
  • (mcm1957) Checking of package dependencies has been enhanced.
  • (mcm1957) Allow legacy-testing instead of testing.
  • (mcm1957) Warn if axios is listed as devDependency (#314).
  • (mcm1957) Adapt common.materialize deprecation message (#315).
  • (mcm1957) Log an error if dependency is listed multiple times (#316).
  • (mcm1957) Check package.json for invalid attributes.
  • (mcm1957) Fix duplicated warning E432 and E434.
  • (mcm1957) Adapt copyright year advisory.