Releases: eustasy/.normal
Releases · eustasy/.normal
3.0: Summer
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
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
- Update Code Climate configuration version.
- Fix
.mdlrc
comments.
Drop - with Patch 1
- 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
- Remove CSS checks from Travis build
- Move installations to pre-script
- Add editor config
Stacked
- 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
- Config: Remove "selector-no-universal"
- Config: Add replacement lines for deprecated rules
Installable
- Config: Remove deprecated
selector-no-id
rule - Config: Fix
check-permissions.sh
description - Config: Add
install.sh
Planted
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
- Update path exclusions
- Only notify on change
- Better setup instructions.