Skip to content

Latest commit

 

History

History
446 lines (337 loc) · 59.2 KB

CHANGELOG.md

File metadata and controls

446 lines (337 loc) · 59.2 KB

Changelog

All notable changes to this project will be documented here.

The format is based on Keep a Changelog, and this project uses Semantic Versioning Calendar Versioning.

v2024.02.10 (2024-02-10)

📝 Docs

  • make it immediately clear what django-rq is about (0bd591c)

🐛 Bug Fixes

✅ Tests

  • use assertQuerySetEqual() instead of assertQuerysetEqual() (9d54735)

👷 CI/CD

  • update Node.js instalation for GitHub Actions & Gitlab CI (a34f917)

⚙️ Build System

  • deps-dev: bump @babel/core, @babel/eslint-parser & @babel/preset-env (4adcc48)
  • deps-dev: bump attrs (23.1.0 -> 23.2.0) (fae7229)
  • deps-dev: bump autoprefixer, cssnano, eslint-plugin-prettier & postcss-custom-properties (1f69c9c)
  • deps-dev: bump black from 23.12.1 to 24.1.1 (0045298)
  • deps-dev: bump certifi (2023.11.17 -> 2024.2.2) (8147312)
  • deps-dev: bump commitizen (3.13.0 -> 3.14.1) (5c206a2)
  • deps-dev: bump cryptography (41.0.7 -> 42.0.2) (53a6e73)
  • deps-dev: bump css-loader & mini-css-extract-plugin (e23837a)
  • deps-dev: bump flake8 to 7.0.0 & pytest to 7.4.4 (2cb7d43)
  • deps-dev: bump prettier (3.1.1 ❯ 3.2.5) (076ba7f)
  • deps-dev: bump ruff from 0.1.9 to 0.1.15 (1a6aba3)
  • deps-dev: bump types-python-dateutil (2.8.19.14 -> 2.8.19.20240106) (88195e8)
  • deps-dev: bump webpack (5.89.0 ❯ 5.90.1) (c46c585)
  • deps-docs: bump mkdocs-glightbox (0.3.5 -> 0.3.7) (e3a0e40)
  • deps-docs: bump mkdocs-material (9.5.3 -> 9.5.9) (912e931)
  • deps: bump boto3 & botocore (1.34.7 -> 1.34.39) (76e9919)
  • deps: bump Django from 5.0 to 5.0.2 (4df7f82)
  • deps: bump django-modelcluster (6.1 -> 6.2.1) (c6fa330)
  • deps: bump django-treebeard (4.7 -> 4.7.1) (3d7298d)
  • deps: bump mjml (4.14.1 ❯ 4.15.3) (edf5005)
  • deps: bump pillow (10.1.0 -> 10.2.0) (5c7af7d)
  • deps: bump pillow-heif (0.14.0 -> 0.15.0) (35098c8)
  • deps: bump pydantic (2.5.3 -> 2.6.1) (e880ecf)
  • deps: bump sentry-sdk from 1.39.1 to 1.40.3 (8feb7b4)
  • deps: bump svix (1.15.0 -> 1.17.0) (886c0e9)
  • deps: bump wagtail (5.2.2 -> 5.2.3) (0e0161b)
  • deps: bump wcwidth (0.2.12 -> 0.2.13) (ac935fa)
  • deps: install latest release of django-mjml (c171d38)
  • run npm audit fix (5724555)
  • update cookiecutter-wagtail-vix dev dependencies & pre-commit config (aa21967)

v2023.12.28 (2023-12-28)

⚠ BREAKING CHANGES

  • Complete rewrite of the project template to embrace a more modern stack, delivering improved performance, security, and maintainability. As part of this overhaul, I've carefully removed excess baggage and deprecated features, streamlining the template for a better development experience.

🚀 Features

  • completely rewrite the project template (e3d3b9d)

🐛 Bug Fixes

  • django secret key substitution (6bd71d4)

♻️ Code Refactoring

  • change master to main, and use Github Actions instead of Circle CI (2d8f009)

👷 CI/CD

  • add release job (6605cc1)
  • update GitHub Actions and use Python 3.12 (d3f8ed5)
  • use official coveralls.io Action (e985cc8)

✅ Tests

📝 Docs

  • rewrite the README and associated docs (a15e624)

⚙️ Build System

  • deps: update python dependencies (5e91e52)
  • deps-dev: actually, we need commitizen (168dd90)
  • deps: install tomli (bcd9885)

v2021.12.09 (2021-12-09)

⚙️ Build System

  • deps: update dependency cfgv to v3.3.1 (#377) (15ac019)

v0.2.2 (2021-12-09)

⚙️ Build System

  • deps: update dependency popper.js to v1.16.1 (#351) (a377b65)
  • deps: update dependency pygments to v2.10.0 (#371) (6d0e33d)

🐛 Bug Fixes

  • add FORCE_IMAGE_PATH to leaflet configuration (219c4b6)
  • config/settings/production.py: determination of LIST_OF_EMAIL_RECIPIENTS (f2cc88d)
  • config/settings/production.py: remove OPTIONS key in "renditions" (fcdc5b4)
  • correct the fontawesome css reference in 404 template (c705e83)
  • deps: update python dependencies with known security vulnerabilities (1de19df)

v0.2.1 (2021-12-09)

⚙️ Build System

  • deps: update dependency popper.js to v1.16.1 (#351) (a377b65)
  • deps: update dependency pygments to v2.10.0 (#371) (6d0e33d)

🐛 Bug Fixes

  • add FORCE_IMAGE_PATH to leaflet configuration (219c4b6)
  • config/settings/production.py: determination of LIST_OF_EMAIL_RECIPIENTS (f2cc88d)
  • config/settings/production.py: remove OPTIONS key in "renditions" (fcdc5b4)
  • correct the fontawesome css reference in 404 template (c705e83)

v0.2.0 (2021-08-15)

♻️ Code Refactoring

⚙️ Build System

  • deps-dev: bump sqlparse to 0.4.1 (#336) (ace76a6)
  • deps-dev: bump typing-extensions to 3.10.0.0 (#339) (bef1f39)
  • deps-dev: bump wheel to 0.37.0 (#343) (8348909)
  • deps-dev: security upgrade urllib3 from 1.25.11 to 1.26.5 (#289) (e32311a)
  • deps: bump cryptography to 3.4.7 (#303) (8a669d2)
  • deps: bump doc8 from 0.8.1 to 0.9.0 (#260) (4c3f1ca)
  • deps: bump questionary to 1.10.0 (#331) (f9a2aac)
  • deps: bump regex to 2020.11.13 (#332) (920f76c)
  • deps: update dependency @fortawesome/fontawesome-free to v5.15.4 (#322) (5d348d5)
  • deps: update dependency anyascii to v0.2.0 (#297) (ed685fd)
  • deps: update dependency attrs to v20.3.0 (#298) (f961fc0)
  • deps: update dependency bleach to v3.3.1 (#270) (4137e94)
  • deps: update dependency certifi to v2020.12.5 (#299) (dbb4038)
  • deps: update dependency cffi to v1.14.6 (#271) (bed94e9)
  • deps: update dependency cfgv to v3.3.0 (#300) (619092c)
  • deps: update dependency commitizen to v2.17.13 (#301) (b8da34c)
  • deps: update dependency commitizen to v2.18.0 (#316) (3126697)
  • deps: update dependency coverage to v5.5 (#302) (bc58b51)
  • deps: update dependency deprecated to v1.2.12 (#272) (c210adb)
  • deps: update dependency distlib to v0.3.2 (#273) (e5a247b)
  • deps: update dependency django to v3.2.6 (#290) (6e5a27e)
  • deps: update dependency django-debug-toolbar to v3.2.2 (#344) (240bf9f)
  • deps: update dependency django-maintenancemode-2 to v1.3.1 (#304) (c3cce70)
  • deps: update dependency django-taggit to v1.5.1 (#305) (6e5a741)
  • deps: update dependency django-treebeard to v4.5.1 (#306) (732acc3)
  • deps: update dependency djangorestframework to v3.12.4 (#274) (737651c)
  • deps: update dependency docutils to v0.17.1 (#307) (feed0b9)
  • deps: update dependency et-xmlfile to v1.1.0 (#308) (5b60e56)
  • deps: update dependency execnet to v1.9.0 (#309) (ca2bdd8)
  • deps: update dependency factory-boy to v3.2.0 (#310) (b9aadf8)
  • deps: update dependency faker to v4.18.0 (#311) (7ab28db)
  • deps: update dependency flake8 to v3.9.2 (#312) (bfeebfd)
  • deps: update dependency identify to v1.6.2 (#313) (b49a6a4)
  • deps: update dependency isort to v5.9.3 (#291) (90f577b)
  • deps: update dependency mjml to v4.10.2 (#296) (6ad8673)
  • deps: update dependency nodeenv to v1.6.0 (#314) (5ff861c)
  • deps: update dependency packaging to v20.9 (#315) (86bfb24)
  • deps: update dependency pathspec to v0.9.0 (#317) (079ccca)
  • deps: update dependency pbr to v5.6.0 (#318) (fe822b7)
  • deps: update dependency pep517 to v0.11.0 (#319) (c3fb6a7)
  • deps: update dependency phonenumbers to v8.12.29 (#275) (28d8c16)
  • deps: update dependency phonenumberslite to v8.12.29 (#276) (5a3eacd)
  • deps: update dependency pillow to v8.3.1 (#277) (2d1477a)
  • deps: update dependency pip-api to v0.0.20 (#278) (8d58141)
  • deps: update dependency pipdeptree to v2.1.0 (#320) (f2b9e02)
  • deps: update dependency pre-commit to v2.14.0 (#321) (c4a60dc)
  • deps: update dependency prompt-toolkit to v3.0.19 (#279) (c76db5b)
  • deps: update dependency pycodestyle to v2.7.0 (#323) (8c61bcf)
  • deps: update dependency pyflakes to v2.3.1 (#324) (74037cd)
  • deps: update dependency pyquery to v1.4.3 (#280) (e21104c)
  • deps: update dependency pytest to v6.2.4 (#281) (5c1a069)
  • deps: update dependency pytest-cov to v2.12.1 (#325) (0451ce7)
  • deps: update dependency pytest-factoryboy to v2.1.0 (#326) (0fc2f26)
  • deps: update dependency pytest-mock to v3.6.1 (#327) (50472e8)
  • deps: update dependency pytest-xdist to v2.3.0 (#328) (00583fd)
  • deps: update dependency python-dateutil to v2.8.2 (#282) (01e5a26)
  • deps: update dependency python-dotenv to v0.19.0 (#329) (3eae4b2)
  • deps: update dependency pytz to v2020.5 (#330) (34b3436)
  • deps: update dependency pyyaml to v5.4.1 (#283) (7d99afe)
  • deps: update dependency requests to v2.26.0 (#333) (df535b6)
  • deps: update dependency restructuredtext-lint to v1.3.2 (#284) (c1b4794)
  • deps: update dependency sentry-sdk to v1.3.1 (#292) (a4c9a26)
  • deps: update dependency six to v1.16.0 (#334) (dc15378)
  • deps: update dependency soupsieve to v2.2.1 (#335) (636f322)
  • deps: update dependency stevedore to v3.3.0 (#337) (fd27a7a)
  • deps: update dependency toml to v0.10.2 (#285) (41d402d)
  • deps: update dependency tomlkit to v0.7.2 (#338) (56e482d)
  • deps: update dependency typed-ast to v1.4.3 (#286) (d54761f)
  • deps: update dependency urllib3 to v1.26.6 (#340) (05d0681)
  • deps: update dependency virtualenv to v20.7.2 (#341) (b78243c)
  • deps: update dependency wagtail to v2.14.1 (#342) (70a074e)
  • deps: update dependency xlsxwriter to v1.4.5 (#345) (bb59e6e)

👷 CI/CD

  • deps: update circleci/redis docker tag to v5.0.13 (#294) (205356e)
  • deps: update precommit hook commitizen-tools/commitizen to v2.18.0 (#353) (2368c38)
  • deps: update precommit hook pre-commit/mirrors-isort to v5.9.3 (#295) (7d40104)

🚀 Features

🐛 Bug Fixes

  • {{cookiecutter.project_slug}}/requirements.txt to reduce vulnerabilities (#352) (29146ca)
  • deps: pin dependencies (#267) (ae2410e)
  • deps: pin dependency @fortawesome/fontawesome-free to v5.15.3 (#269) (5b25c31)
  • update gulpfile to conform to gulp-sass v5 (#365) (ab9e374)

📝 Docs

  • improve docs and add contribution guidelines (#265) (df26f4d)

v0.1.0 (2021-07-21)

✅ Tests

💄 Styling

  • change Instagram embed URL (bda1a11)
  • change primary colour (0f9956c)
  • move the wagtailuserbar to the bottom-right (82e03af)

📝 Docs

  • add stylelint warning (3324737)
  • cleanup CHANGELOG (7e0f9f6)
  • README: update django version after #60 (47e6bee)
  • readme: update wagtail version and link to docs (5668133)
  • reminder to incorporate custom sitemap and robots.txt (731f050)
  • remove dependabot badge (d4150f6)
  • Update the documentation to reflect the new changes (88941f0)

👷 CI/CD

  • add "greetings" workflow & basic issue template (731105a)
  • add CircleCI configuration (d4ebd31)
  • add extra labels to dependabot PRs (a5700b6)
  • add GitHub Actions and renovate (d38716d)
  • add isort configuration and update pre-commit stylelint hook (fca3755)
  • change label from npm to javascript (37e624c)
  • circleci: just run pytest since we have options in setup.cfg (2814ec9)
  • pre-commit: update stylint config (f6aa6d4)
  • remove pipenv and add appropriate pip commands (7db535c)
  • update Gitlab CI config to use gulp and node LTS (917ee02)

⚙️ Build System

  • deps-dev: {{cookiecutter.project_slug}}/requirements.txt to reduce vulnerabilities (#252) (71430f8)
  • deps-dev: bump browser-sync from 2.26.13 to 2.26.14 (0473a02)
  • deps-dev: bump browser-sync in /{{cookiecutter.project_slug}} (86cde77)
  • deps-dev: bump browser-sync in /{{cookiecutter.project_slug}} (#247) (e79710c)
  • deps-dev: bump commitizen in /{{cookiecutter.project_slug}} (f686b45)
  • deps-dev: bump cz-emoji in /{{cookiecutter.project_slug}} (71d1b50)
  • deps-dev: bump grunt-stylelint in /{{cookiecutter.project_slug}} (0c92a91)
  • deps-dev: bump holderjs in /{{cookiecutter.project_slug}} (7ff83e3)
  • deps-dev: bump holderjs in /{{cookiecutter.project_slug}} (48f84de)
  • deps-dev: bump node-sass in /{{cookiecutter.project_slug}} (6067ddc)
  • deps-dev: bump some dependedncies (34106b1), closes #214 #217
  • deps-dev: bump stylelint in /{{cookiecutter.project_slug}} (864f1ea)
  • deps-dev: bump stylelint in /{{cookiecutter.project_slug}} (fce1aee)
  • deps-dev: bump stylelint-config-standard (2a9a7d0)
  • deps-dev: bump urllib3 to 1.26.5 (a92f915)
  • deps-dev: install invoke and isort[requirements_deprecated_finder] (10b0591)
  • deps-dev: update cryptography to >3.3 (b476451)
  • deps-dev: update dependencies and ensure compatibility (1baa566)
  • deps: add django-anymail 8.4 & django-mjml 0.11.0 (4a9ed5e)
  • deps: add fresh yarn.lock file (03b008d)
  • deps: bump a number of dependencies (1bab230)
  • deps: bump bootswatch in /{{cookiecutter.project_slug}} (53bd046)
  • deps: bump cookiecutter from 1.7.2 to 1.7.3 (#212) (7b14c45)
  • deps: bump cryptography from 3.3.1 to 3.3.2 and django from 3.1.6 to 3.1.7 (d953016)
  • deps: bump django from 3.1.4 to 3.1.5 (191d821)
  • deps: bump django-debug-toolbar from 3.1.1 to 3.2 (09689c5)
  • deps: bump django-extensions from 3.0.9 to 3.1.0 (9033550)
  • deps: bump django-extensions from 3.1.0 to 3.1.1 (f9a6865)
  • deps: bump django-extensions from 3.1.1 to 3.1.3 (ffcdedf)
  • deps: bump django-leaflet from 0.28.0 to 0.28.1 (dcac1a4)
  • deps: bump django-social-share from 2.0.0 to 2.1.0 (f80b836)
  • deps: bump django-social-share from 2.1.0 to 2.1.1 (332c5a6)
  • deps: bump ini in /{{cookiecutter.project_slug}} (dd831f4)
  • deps: bump ipinfo from 4.0.0 to 4.1.0 (b1ecba2)
  • deps: bump isort[requirements_deprecated_finder] (56ad6ec)
  • deps: bump isort[requirements_deprecated_finder] (a4945bd)
  • deps: bump isort[requirements_deprecated_finder] (#254) (ad8b78f)
  • deps: bump outdated node packages (2707051), closes #162 #168 #170 #171 #189 #192 #197 #200 #201 #206 #159
  • deps: bump outdated python dependencies (6cfe024)
  • deps: bump phonenumbers from 8.12.12 to 8.12.13 (b58c30a)
  • deps: bump phonenumbers from 8.12.13 to 8.12.14 (9c6a37b)
  • deps: bump phonenumbers from 8.12.14 to 8.12.15 (1ec4269)
  • deps: bump pillow from 8.1.0 to 8.1.1 (5068b0f)
  • deps: bump PILLOW from 8.1.2 to 8.2.0 (80c5bba)
  • deps: bump pip-tools from 5.3.1 to 5.4.0 (f8c028b)
  • deps: bump pip-tools from 5.4.0 to 5.5.0 (d66d276)
  • deps: bump pygments from 2.7.4 to 2.9.0 (6fb25db)
  • deps: bump pytest from 5.4.3 to 6.2.1 (3b4165e)
  • deps: bump pytest-django from 3.10.0 to 4.0.0 (ea74e20)
  • deps: bump pytest-django from 4.0.0 to 4.1.0 (b1a5186)
  • deps: bump python dependencies (d2771c3), closes #221 #222 #223 #224 #225 #227 #230 #231
  • deps: bump simplejson from 3.17.2 to 3.17.3 (#256) (133c749)
  • deps: bump some node and python packages (65ff58c)
  • deps: bump some node and python packages (27807d7)
  • deps: bump some python dependencies (2223824)
  • deps: bump titlecase from 2.1.0 to 2.2.0 (#234) (0cf98f8)
  • deps: bump wagtail from 2.10.2 to 2.11.1 (662b8f4)
  • deps: bump wagtail from 2.11.1 to 2.11.2 (110f85a)
  • deps: bump wagtail from 2.11.2 to 2.11.3 (6c3430c)
  • deps: bump wagtail from 2.12.3 to 2.12.4 (0471be1)
  • deps: bump wagtail from 2.13.1 to 2.13.2 (#237) (e1c5a6f)
  • deps: bump wagtail from 2.13.2 to 2.13.3 (#251) (ba7e9ce)
  • deps: bump wagtail to 2.12 (9c6412b)
  • deps: bump wagtail to 2.13.4 (c8577ef)
  • deps: node security fixes (4af61db)
  • deps: node security fixes (8324b56)
  • deps: pre-commit autoupdate + bump pre-commit to 2.13.0 (e889590)
  • deps: regenerate requirements.txt and bump pre-commit to 2.13.0 (aadb369)
  • deps: remove ipinfo (58ab1a2)
  • deps: update dependencies (97ef26c)
  • deps: update dependency urllib3 to v1.26.5 [security] (#261) (47dc86e)
  • deps: update npm packages (b4c471f)
  • deps: update tingle.js and stylelint-config (0c69559)
  • Gruntfile: prevent *.map files from being copied into vendor directory (ac17d8e)
  • Gruntfile: specify which Bootstrap files to copy (9d1a281)
  • incorporate commitizen-tools (6ae6d40)
  • remove Makefile (aff96de)
  • update requirements (bc85001)

♻️ Code Refactoring

  • add correct version info in package.json (14ec5d7)
  • add production settings (0267a26)
  • add python 3.9 as an option and remove un-necessary if-else statements (434608b)
  • completely remove bootswatch from the project (55ab9fb)
  • install holder.js as Dependency instead of DevDependecy (2a19712)
  • move conftest.py away from the project root (bf4eabd)
  • regenerate .gitignore from https://www.gitignore.io (256a698)
  • remove IPINFO from the generated project (1c019f2)
  • reorganize configuration files (41042f4)
  • update ENV files (0045099)
  • update the fixtures (b74e807)
  • update the settings to make moving to production easier (4d76d43)

🚀 Features

  • add black config to .vscode/settings.json (030c408)
  • add CustomRichTextBlock with customized richtext options (dc0b3e1)
  • add example nginx, uwsgi and celery production configs (42465a2)
  • add MJML framework for responsive emails (1ee3aad)
  • improve the generated README and add CONTRIBUTING.md (b3f9229)
  • move stylelint config to package.json (7d52106)
  • switch from grunt to gulp and use sass (82dd014)
  • task execution and automation using invoke (bf8ce94)
  • upgrade to Django 3.2 (6a5e7cd)
  • use setup.cfg and pyproject.toml for all python configs (76aeb0c)

🐛 Bug Fixes

  • {{cookiecutter.project_slug}}/requirements.txt to reduce vulnerabilities (2789cdb)
  • {{cookiecutter.project_slug}}/requirements.txt to reduce vulnerabilities (d3e153b)
  • {{cookiecutter.project_slug}}/requirements.txt to reduce vulnerabilities (601dd58)
  • {{cookiecutter.project_slug}}/requirements.txt to reduce vulnerabilities (95aa199)
  • {{cookiecutter.project_slug}}/requirements.txt to reduce vulnerabilities (49bb503)
  • {{cookiecutter.project_slug}}/requirements.txt to reduce vulnerabilities (f22bcf1)
  • {{cookiecutter.project_slug}}/requirements.txt to reduce vulnerabilities (a30fc47)
  • {{cookiecutter.project_slug}}/requirements.txt to reduce vulnerabilities (a0ec159)
  • {{cookiecutter.project_slug}}/requirements.txt to reduce vulnerabilities (3ffc7f4)
  • add staticfiles to .gitignore (cdbb8db)
  • broken gitlab CI (0d2b4f8)
  • circleci: comment out codecov/upload task (4ca3595)
  • circleci: run npm install --global as root (0e3db19)
  • correct context variable in the people template (12ae613)
  • correct paths to vendor libs (b50a628)
  • package.json: remove trailing comma (23767f6)
  • raw print all double braces in workflows/greetings.yml (2094539)
  • remove 'unknown pytest config option' and use {% raw %} in tasks.py (83082c1)
  • remove .envs folder from .gitignore since we have sample env files in there (e6f65e5)
  • remove .generate(extra_kwargs={} which is deprecated (ec4110b)
  • remove broken test in the blog app (5a5be14)
  • remove target "tests" from flake8 command (91a67fa)
  • requirements.txt to reduce vulnerabilities (40228fe)
  • requirements.txt to reduce vulnerabilities (ee9736c)
  • settings: ignore isort F405 on imports from base settings (6aa9d08)
  • use {% raw %} on {{ secrets.GITHUB_TOKEN }} (686f38f)

v0.0.1 (2020-10-07)

♻️ Code Refactoring