Releases: ncipollo/tix-core
Releases · ncipollo/tix-core
0.4.0
- Add ability to define config in markdown preamble.
Full Changelog: 0.3.2...0.4.0
0.3.2
Changes
- Add matrix to config merging so it can come from root config or included configs.
Full Changelog: 0.3.1...0.3.2
0.3.1
What's Changed
- Move macOS target to use ktor client darwin to avoid macOS 14.0 issue with curl.
- Bump kotlinVersion from 1.9.0 to 1.9.10 by @dependabot in #56
- Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.5.1 to 1.6.0 by @dependabot in #57
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- Add support for matrix configuration property.
- Bump mockk from 1.11.0 to 1.12.5 by @dependabot in #43
- Bump coroutines from 1.7.2 to 1.7.3 by @dependabot in #45
- Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.4.0 to 0.4.1 by @dependabot in #48
- Bump ktor from 2.3.3 to 2.3.4 by @dependabot in #47
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- Adds ability to create a quick ticket (see CLI example below)
- Adds ability to dump out jira field information (see CLI example below)
- Bump ktor from 2.3.2 to 2.3.3 by @dependabot in #40
New CLI Features
Create a quick ticket:
tix quick --include=some_config "Add new features to my project"
Dump Jira field information:
tix info fields --include=some_config
New Contributors
- @dependabot made their first contribution in #40
Full Changelog: 0.1.8...0.2.0