Skip to content

Releases: eustasy/.normal

3.0: Summer

22 Aug 19:00
af240a6
Compare
Choose a tag to compare

MAJOR

- Remove Travis-CI.

  • Add GitHub Actions.

MINOR

  • Add SQL linting.

PATCH

  • Add PHP 8.1 & 8.2

Full Changelog: 2.0...3.0

2.0: Winter

11 Oct 16:06
8760526
Compare
Choose a tag to compare

MAJOR

- Remove Codacy.

MINOR

  • Activate Stylelint in Code Climate.
  • Rename to .normal
  • Remove config check.
  • Remove permissions check.

PATCH

  • Change max line length to 140.
  • Move to focal (Ubuntu 20.04 LTS).
  • Move to PHP 7.4 & 8.0

Full Changelog: 1.10.2...2.0

Drop - with Patch 2

02 Apr 21:34
e589bcc
Compare
Choose a tag to compare
  • Update Code Climate configuration version.
  • Fix .mdlrc comments.

Drop - with Patch 1

17 May 10:19
303e58b
Compare
Choose a tag to compare
  • Increase argument-count threshold to 10
  • Increase method-complexity threshold to 20
  • Increase method-lines threshold to 50
  • Disable Generic Files LineLength TooLong
  • Disable CleanCode/BooleanArgumentFlag

Drop

25 Apr 04:37
1bda19e
Compare
Choose a tag to compare
  • Remove CSS checks from Travis build
  • Move installations to pre-script
  • Add editor config

Stacked

14 Mar 09:23
eac3a68
Compare
Choose a tag to compare
  • Add PHP 7.2
  • Only allow failures on HHVM
  • Add support for testing SQL files in MariaDB 10.1
  • Add a test SQL file
  • Add a header comment to .travis.yml
  • Update License year
  • Make license detectable by GitHub

Updatable

09 Aug 18:17
Compare
Choose a tag to compare
  • Config: Remove "selector-no-universal"
  • Config: Add replacement lines for deprecated rules

Installable

09 Aug 18:05
Compare
Choose a tag to compare
  • Config: Remove deprecated selector-no-id rule
  • Config: Fix check-permissions.sh description
  • Config: Add install.sh

Planted

17 Jun 19:32
Compare
Choose a tag to compare

A release primarily made to fix errors with ESLint on Travis.

  • Config: Build changed so warning is given, but existing settings used.
  • Config: Check moved to body to prevent full build failures.
  • JavaScript: Acorn used for Travis CI builds.
  • JavaScript: Switch case spacing defined.
  • PHP: Loop spacing defined.
  • SQLint: Enabled.

Activate

18 Apr 17:26
Compare
Choose a tag to compare
  • Update path exclusions
  • Only notify on change
  • Better setup instructions.