Skip to content

Releases: stlgaits/todo

3.3

30 Nov 00:00
115cced
Compare
Choose a tag to compare

What's Changed

Mostly added further tests to ensure a minimum of 70% code coverage

Full Changelog: v3.2...v3.3

3.2

15 Nov 14:58
9f0f5b9
Compare
Choose a tag to compare
3.2

No major feature changes, simply added & fixed some tests as well as documentation & UML diagrams

What's Changed

New Contributors

Full Changelog: v3.1...v3.2

3.1

02 Nov 17:38
1ececfb
Compare
Choose a tag to compare
3.1

Add further Unit & Functional tests

What's Changed

  • docs: add Codacy Code Coverage badge to README.md by @EstelleMyddleware in #42
  • Tests by @EstelleMyddleware in #43
  • Dev by @EstelleMyddleware in #44

Full Changelog: v3.0...v3.1

Realease 3.0

02 Nov 16:15
528073d
Compare
Choose a tag to compare
  • Fix some anomalies
  • Implement new features related to Security Auth : implement access control checks on some features, add an anonymous user
  • Add Task Fixtures
  • Sort Tasks by status on task list
  • CI / CD & test coverage with Codacy ❤️
  • Add some more tests

What's Changed

  • Create codacy.yml GH Actions by @EstelleMyddleware in #31
  • Tests by @EstelleMyddleware in #34
  • Dev by @EstelleMyddleware in #35
  • Create codacy-coverage-reporter.yml by @EstelleMyddleware in #33
  • refactor: delete unusused xml folder with test coverage info - use cl… by @EstelleMyddleware in #36
  • Create symfony.yml by @EstelleMyddleware in #32
  • Dev by @EstelleMyddleware in #37
  • fix: gitignore some folders by @EstelleMyddleware in #38
  • Delete .codacy-coverage/13.11.3 directory by @EstelleMyddleware in #39
  • Tests by @EstelleMyddleware in #40
  • Dev by @EstelleMyddleware in #41

Full Changelog: v2.0...v3.0

Auth + Frontend Rework

01 Nov 18:53
6ce894b
Compare
Choose a tag to compare
  • Many more tests added to the app.
  • Entire front-end has been cleaned-up, reworked and enhanced to be mobile-first responsive, with a more modern design.
  • Auth has been implemented (admins can manage users)

What's Changed

  • Retro merge documentation from main to dev by @EstelleMyddleware in #19
  • Tests by @EstelleMyddleware in #20
  • Dev by @EstelleMyddleware in #22
  • Fixtures by @EstelleMyddleware in #23
  • Dev by @EstelleMyddleware in #25
  • Tests by @EstelleMyddleware in #29
  • Dev by @EstelleMyddleware in #30

Full Changelog: v1.0...v2.0

Symfony 5.4 Upgrade

12 Oct 16:56
810cac7
Compare
Choose a tag to compare

This first basic release represents the upgraded version of the project.

  • It has been revamped into a brand-new LTS version of Symfony (5.4). Most deprecations have been removed (although some code still remains "legacy" and will need to be upgraded thanks to Rector and/or PHPStan).
  • Assets are now loaded with a more modern approach using Webpack Encore with Sass loader.
  • Bootstrap version has been upgraded, jQuery & some other minor Javascript libraries have been removed too.
  • The project is now documented thanks to DocsifyJS, the doc is available at https://estellemyddleware.github.io/todo/

Next step for the next release :

  • Install dev tools (PHPUnit, PHPStan, PHPCSFixer,...)
  • Set up Codacy & code coverage
  • Unit & functional tests for existing features
  • Make improvements / bugfixes based on unit & functional tests
  • Add missing features
  • Lint PHP code with dev tools
  • Lint assets (JavaScript & CSS)
  • Lint Twig

What's Changed

  • chore: include IDE, PHPCSFixer, PHPUnit & webpack Encore files to git… by @EstelleMyddleware in #13
  • docs: init docsify documentation & upgrade docsify-cli by @EstelleMyddleware in #17
  • chore: include IDE, PHPCSFixer, PHPUnit & webpack Encore files to git… by @EstelleMyddleware in #12
  • Merge pull request #13 from EstelleMyddleware/bugfix/deprecations by @EstelleMyddleware in #18

Full Changelog: https://github.com/EstelleMyddleware/todo/commits/v1.0