Skip to content

Releases: ioBroker/ioBroker.repochecker

Release v3.0.0-alpha.0

10 Sep 12:14
Compare
Choose a tag to compare
Pre-release
  • (mcm1957) index.js has been split into seperated modules.

Release v2.10.0

19 Aug 18:17
Compare
Choose a tag to compare
  • (mcm1957) Suggestions ([Sxxx] have been added).

Release v2.9.1

12 Aug 09:42
Compare
Choose a tag to compare
  • (mcm1957) E162 - correct dependency check for js-controller. [#267].
  • (mcm1957) E605 - copyright year range including whitespaces is now accepted. [#269].
  • (mcm1957) E016 - missing vaiableexpansion has been added. [#263].
  • (mcm1957) E114 - typo at error message has been fixed [#261].

Release v2.9.0

29 Jul 19:53
Compare
Choose a tag to compare
  • (mcm1957) Adapt text if sources-dist(-stable).json need a correction [#97].
  • (mcm1957) Missing "common.mode" error text corrected [#249].
  • (mcm1957) Files "iob" and "iobroker" are disallowed now [#248].
  • (mcm1957) Checks related to @alcalzone/releasescript modified [#71].
  • (mcm1957) Text of E114 (missing adminUI) adapted.

Release v2.8.1

28 Jul 13:55
Compare
Choose a tag to compare
  • (mcm1957) Check of js-controller version has been corrected [#247].
  • (mcm1957) Honor '>' at dependency checks too [#246].

Release v2.8.0

28 Jul 13:09
Compare
Choose a tag to compare
  • (mcm1957) Copyright year check has been fixed for single year entries.
  • (mcm1957) js-controller version check added [#233].
  • (mcm1957) Check for fixed version dependencies and for github dependencies [#233].
  • (mcm1957) Missing language files reduced to warning [#203].
  • (mcm1957) Missing .gitignore is considered an error now.
  • (mcm1957) "common.noConfig" no longer reported as error if "common.adminUI" is present [#245].
  • (mcm1957) "common.noConfig" must match "common.adminUI" setting [#170].

Release v2.7.2

26 Jul 18:55
Compare
Choose a tag to compare
  • (mcm1957) package-lock.json check fixed.

Release v2.7.1

26 Jul 18:33
Compare
Choose a tag to compare
  • (mcm1957) Reduce setTimeout/setInterval error to warning temporary.

Release v2.7.0

26 Jul 17:54
Compare
Choose a tag to compare
  • (mcm1957) Some non trivial keywords related to adapter are enforced now [#234].
  • (mcm1957) Severity if [E105] / [W105] has been corrected [#204].
  • (mcm1957) Disallow 'globalDependencies' at package.json [#204].
  • (mcm1957) Several false positives for wwwOnly widgetadapters have been fixed [#230, #222].
  • (mcm1957) Missing .npmignore is now considered an error [#229].
  • (mcm1957) Usage of package.json 'files' section is now recommended.
  • (mcm1957) If more than 7 common.news entries are present a warning is issued now [#232].
  • (mcm1957) Versions listed at common.news are checked to exist at npm now [#226].
  • (mcm1957) 'package-lock.json' is checked to exist at GitHub now [#188].
  • (mcm1957) travis checks have been removed [#237].
  • (mcm1957) Copyright year now honors commit year and npm publish year too [#237].

Release v2.6.1

24 Jun 18:07
Compare
Choose a tag to compare
  • (mcm1957) Check "[W156] Adapter should support admin 5 UI (jsonConfig)" checks for reactUi now.