Releases: mfwgenerics/kapshot
Releases · mfwgenerics/kapshot
0.2.0
0.1.2
What's Changed
- @CaptureSource supports properties by @mfwgenerics in #9
Full Changelog: 0.1.1...0.1.2
0.1.1
- Older Java compatibility
0.1.0
Structured Source Class + Source Locations.
Breaking changes:
fun source(): String
onCapturable
is nowval source: Source
sourceOf()
now returnsSource
instead ofString
Migrating from 0.0.3:
val src: String = block.source()
->val src: String = block.source.text
val src: String = sourceOf(...)
->val src: String = sourceOf(...).text
0.0.3
- Capturable interface for user defined block capture
- @CaptureSource and sourceOf for declaration source capture
0.0.2
Test release
0.0.1
initial commit