Releases: axelerant/axl-template
Releases · axelerant/axl-template
v0.6.3
v0.6.2
- fix: remove unnecessary package hirak/prestissimo
- docs: update README
v0.6.1
- fix: set correct version for python build
- feat: update Dockerfile to use latest versions of composer and Python
- ci: use metadata action to generate better tags for Docker build
v0.6.0
- feat: update packages in composer.json to modern Drupal 9 requirements
- chore: update vscode settings
- ci: enable caching for pipenv
- fix: yaml formatting error in github workflow
- chore: update to docker/build-push-action@v3
- ci: test on Python 3.10
- fix: disable cyclic-import for pylint
- fix: pylint consider-using-fstring
- fix: pylint unspecified-import
- chore: reintroduce pylintrc settings after regeneration
- chore: regenerate pylintrc after updates
- fix: use a stable version of pylint
- Merge pull request #47 from axelerant/dependabot/github_actions/actions/setup-python-4
- Bump actions/setup-python from 2 to 4
- Merge pull request #46 from axelerant/dependabot/github_actions/actions/checkout-3
- Bump actions/checkout from 2 to 3
- Create dependabot.yml
- chore: update all dependencies
- feature: update default Drupal core version to 9.4
- Fix duplicate-code issue with pylint.
- Update all dependencies
- docs: add docs for the new packages option
v0.5.3
- fix: specify the correct content type for description
v0.5.2
- fix: change how twine is added in deployment
v0.5.1
- fix: ensure twine is present and run deployment commands through pipenv
v0.5.0
- Merge pull request #38 from axelerant/modules
- refactor: use list comprehension
- feat: allow specifying composer packages and Drupal modules. Fixes #13
- feat: conditionally add drupal optimizations only on composer 1. Fixes #37
- feat: allow ComposerVersion objects to be printed
- fix: delete the correct path. Fixes #35
- fix: ensure composer doesn't prompt for anything. Fixes #36
- Merge pull request #34 from axelerant/composer-refactor
- refactor: move all composer related code into a utility class
- Merge pull request #33 from axelerant/rem-noinstall
- style: run black formatter
- feat: remove --no-install option. Fixes #23
- Merge pull request #26 from mohit-rocks/main
- chore: use pep517 to build the package
- chore: move to declarative config for setuptools
- Create LICENSE
- Added changes to add uri options in drush.yml.
v0.4.5
- Fix packaging error with the missing version
v0.4.4
- Fix error when specifying the --lando option. Fixes #31
- Enable tests on Python 3.9
- Remove Pipfile.lock so that dependencies are installed as per Python version
- Update Pipfile.lock
- Don't ignore settings.php. Fixes #24
- Fix code style issues reported by black and pylint
- Use pipenv in Github actions
- Add Pipfile
- Add documentation for whalebrew
- Add a new type to represent a single composer package
- Run tests with Github
- Add tests for click_types
- Refactor parse_package method to move the logic into the util class
- Set the default directory based on the package name
- Ensure click_types.ComposerPackage returns a list
- Add methods to get the package vendor and name to ComposerVersion
- Fixes #20: Allow the current directory to be specified (#21)
- Add Click param types to represent a composer package
- Update documentation to provide alternative for system requirements.
- Add documentation to run using Docker
- Set the name for the command when used via whalebrew