Skip to content

Releases: ncipollo/tix-core

0.4.0

11 Oct 23:12
5412cae
Compare
Choose a tag to compare
  • Add ability to define config in markdown preamble.

Full Changelog: 0.3.2...0.4.0

0.3.2

02 Oct 18:44
2380d75
Compare
Choose a tag to compare

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

02 Oct 18:07
95d38f0
Compare
Choose a tag to compare

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

02 Oct 14:47
967c6f2
Compare
Choose a tag to compare

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

09 Aug 20:22
b694027
Compare
Choose a tag to compare

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

Full Changelog: 0.1.8...0.2.0