Releases: StaGlo/SortingMadness
Releases · StaGlo/SortingMadness
v1.2
Final version of the SortingMadness application.
What's Changed
- Add tests for bubble sort and documentation by @StaGlo in #62
- Tests for service and controller by @Sazer54 in #63
- Add sorting order by @StaGlo in #64
- SortingMadness: further testing by @Sazer54 in #66
- Added step count parameter by @TetraField in #65
- Update tests by @StaGlo in #67
- Add help endpoint by @rafixxx4k in #68
Full Changelog: v1.1...v1.2
Latest JAR package, documentation and tests' results can be found in latest Gitub Action.
v1.1
Summary
Ready and working project with all functionalities implemented (as for the end of the first sprint).
JAR & JAVADOC
JAR file and Java documentation can be found as artifacts of the latest CI run
What's Changed
- Add ci config by @StaGlo in #27
- Dev by @StaGlo in #28
- Issue 10 jar by @StaGlo in #29
- Code optimisation + exception handling by @Sazer54 in #30
- Endpoint accepts strings by @Sazer54 in #31
- Feat: Send JSON response instead of list and update time decorator by @rafixxx4k in #33
- Sorting response clarity by @Sazer54 in #37
- Add doc by @StaGlo in #34
- Objects handling by @Sazer54 in #38
- Add full documentation for most important classes by @StaGlo in #39
- Add remaining algorithms by @TetraField in #40
- Exception for counting sort by @Sazer54 in #43
- added multi-algorithm functionality by @TetraField in #44
- Add abstract class SortingDecorator by @StaGlo in #46
- Logger and empty algorithm name by @Sazer54 in #48
- Update pom.xml by @StaGlo in #49
New Contributors
- @StaGlo made their first contribution in #27
- @Sazer54 made their first contribution in #30
- @rafixxx4k made their first contribution in #33
- @TetraField made their first contribution in #40
Full Changelog: v1.0-initial...v1.1
v1.0-initial
Initial release of the application's frame.
Features not implemented.