Issues fixed and PR from Milestone 1.2025.3
What's Changed
- 👷 use standard Gradle project structure by @arnaudroques in #2118
- ✨Group link qualifiers (
kals
) with their edges by @michaelomichael in #2124 - 📝 upd
CHANGES.md
according to v1.2025.2 by @The-Lum in #2117 - 👷 add "Intermediate Test" github action by @The-Lum in #2132
- 💄 Allow style on rnote and hnote, on sequence diagram by @The-Lum in #2136
- ⬆️ chore(deps): bump org.graalvm.buildtools.native from 0.10.5 to 0.10.6 by @dependabot in #2123
- ⬆️ chore(deps): bump gradle/actions from 4.0.0 to 4.3.1 by @dependabot in #2135
- ⬆️ chore(deps): bump elk from 0.9.1 to 0.10.0 by @dependabot in #2126
- 🚸 add
<<object>>
as synonymous of<<task>>
on Box style of Activity diagram by @The-Lum in #2139 - ✅ add more unit tests:
colors builtin functions
,strpos
,substr
,date
by @The-Lum in #2141 - ⬆️ chore(deps): bump org.junit.platform:junit-platform-launcher from 1.10.2 to 1.12.1 by @dependabot in #2142
- 👷 Add
DEV_TEST
environment variable to avoid including all gradle projects during intermediate tests by @The-Lum in #2147 - 👷 add manual dev unit test action by @The-Lum in #2150
- ♻️ refactor Color: replace
getColorLEGACY
bygetColor
, color unit test on the appropriate folder by @The-Lum in #2151 - ⬆️ chore(deps): bump junit-jupiter from 5.12.1 to 5.12.2 by @dependabot in #2154
- ⬆️ chore(deps): bump org.junit.platform:junit-platform-launcher from 1.12.1 to 1.12.2 by @dependabot in #2155
- 🌐 Allow Unicode character on Chen Diagram by @The-Lum in #2165
- 💄 improve sequenceLifeLineBorder and refactoring of
AbstractTextualComponent
,AbstractComponent
by @The-Lum in #2159 - 💄 Improve destroy using style and suppress redundant parameter by @The-Lum in #2173
- 💄 Improve newpage using style and suppress redundant parameter by @The-Lum in #2177
- ✅ test: add some unit tests of
tim/builtin
functions by @chiisasa in #2178 - ⬆️ chore(deps): bump org.apache.xmlgraphics:batik-all from 1.18 to 1.19 by @dependabot in #2180
- ⬆️ chore(deps): bump org.apache.xmlgraphics:fop from 2.10 to 2.11 by @dependabot in #2181
- 🐛allow hyphen (
-
) on [Activity] stereotype style by @The-Lum in #2184 - 👷 add jacoco, and add jacoco report on website deployement by @The-Lum in #2186
- ✨ add new Activity UML Shape (and corresponding javadoc) by @The-Lum in #2185
- 📝fix javadoc URL and add link to jacoco by @The-Lum in #2187
- 🐛 no
checkOldVersionWarning
ifbeta
version by @The-Lum in #2188 - ✅ #2137 Adding UT coverage to EvalMath.java by @MuhammadEzzatHBK in #2192
- ⬆️ chore(deps): bump undici from 5.28.5 to 5.29.0 in /.github/actions/configure-workflow by @dependabot in #2194
- ⬆️ chore(deps): bump gradle/actions from 4.3.1 to 4.4.0 by @dependabot in #2195
- ⬆️ chore(deps): bump org.xmlunit:xmlunit-core from 2.10.0 to 2.10.1 by @dependabot in #2196
- ⬆️ chore(deps): bump org.xmlunit:xmlunit-core from 2.10.1 to 2.10.2 by @dependabot in #2199
- 👷 add a gradle test task to run 'IntermediateTest' by @The-Lum in #2200
- 💄 allow linecolor style on goto lines by @The-Lum in #2198
- ✨ allow weekly header starting from any number given by user, including negative numbers by @The-Lum in #2202
New Contributors
- @chiisasa made their first contribution in #2178
- @MuhammadEzzatHBK made their first contribution in #2192
Full Changelog: v1.2025.2...v1.2025.3