Overview
- Removed CSV support because it wasn't working properly with encryption at work. So, I had to use a simple text file.
- Added support for YAML files for easier configuration
- Used SnakeYAML library to configure and parse the workflow file
- Created JSON support, but isn't integrated for this verison
How to Use
- Download the main jar file (Antika-2.0.0-all.jar)
- Download the accompanying scripts
antika.bat
for Windows andantika.sh
for Linux and macOS. These are scripts used to run the jar file.
What's Changed
- Bump org.junit:junit-bom from 5.11.0 to 5.11.1 by @dependabot in #6
- Bump org.apache.commons:commons-csv from 1.11.0 to 1.12.0 by @dependabot in #5
- Bump org.junit:junit-bom from 5.11.1 to 5.11.3 by @dependabot in #11
- Bump ch.qos.logback:logback-classic from 1.5.8 to 1.5.12 by @dependabot in #12
- Bump com.gradleup.shadow from 8.3.2 to 8.3.5 by @dependabot in #13
- Bump org.junit:junit-bom from 5.11.3 to 5.11.4 by @dependabot in #15
- Bump ch.qos.logback:logback-classic from 1.5.12 to 1.5.15 by @dependabot in #14
- Bump ch.qos.logback:logback-classic from 1.5.15 to 1.5.16 by @dependabot in #16
- Bump org.apache.commons:commons-csv from 1.12.0 to 1.13.0 by @dependabot in #17
- Remove logging libraries by @MountainHills in #18
- Create YAML Support for Antika by @MountainHills in #19
- Remove CSV Support by @MountainHills in #20
- Implement List Available Workflow Modes Option by @MountainHills in #21
- Bump com.gradleup.shadow from 8.3.5 to 8.3.6 by @dependabot in #22
- Change YAML Library by @MountainHills in #23
New Contributors
- @MountainHills made their first contribution in #18
Full Changelog: v1.0.0...v2.0.0