Releases: stlgaits/todo
Releases · stlgaits/todo
3.3
What's Changed
Mostly added further tests to ensure a minimum of 70% code coverage
- Tests by @stlgaits in #54
- Dev by @stlgaits in #55
- chore(deps): bump loader-utils from 2.0.3 to 2.0.4 by @dependabot in #53
- retrofit by @stlgaits in #56
- Dev retrofit by @stlgaits in #57
- Merge pull request #57 from stlgaits/dev by @stlgaits in #58
- Dev by @stlgaits in #59
- chore: code coverage report by @stlgaits in #60
- test: code coverage with excluded folders by @stlgaits in #62
- Dev by @stlgaits in #61
- test: add excluded folders for code coverage to phunit.xml.dist by @stlgaits in #63
- Dev by @stlgaits in #64
- test: fix path for Kernel.php in excluded files for code coverage by @stlgaits in #65
- Dev by @stlgaits in #66
- Tests by @stlgaits in #67
- Dev by @stlgaits in #68
- test: edit, promote & demote user + code coverage reports by @stlgaits in #69
- Dev by @stlgaits in #70
- Tests by @stlgaits in #71
- Dev by @stlgaits in #72
Full Changelog: v3.2...v3.3
3.2
No major feature changes, simply added & fixed some tests as well as documentation & UML diagrams
What's Changed
- Uml by @stlgaits in #45
- Docs by @stlgaits in #46
- Uml by @stlgaits in #48
- Dev by @stlgaits in #49
- chore(deps): bump loader-utils from 2.0.2 to 2.0.3 by @dependabot in #47
- test: Add Alice Fixtures for tests to optimize the use of RefreshData… by @stlgaits in #50
- Tests by @stlgaits in #51
- Dev by @stlgaits in #52
New Contributors
- @dependabot made their first contribution in #47
Full Changelog: v3.1...v3.2
3.1
Realease 3.0
- 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
- 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
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