Skip to content

Releases: mfwgenerics/kapshot

0.2.0

27 May 10:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.2...0.2.0

0.1.2

05 Jun 12:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.1.2

0.1.1

12 Jan 03:31
6a265f1
Compare
Choose a tag to compare
  • Older Java compatibility

0.1.0

09 Jan 14:24
ebe2376
Compare
Choose a tag to compare

Structured Source Class + Source Locations.

Breaking changes:

  1. fun source(): String on Capturable is now val source: Source
  2. sourceOf() now returns Source instead of String

Migrating from 0.0.3:

  1. val src: String = block.source() -> val src: String = block.source.text
  2. val src: String = sourceOf(...) -> val src: String = sourceOf(...).text

0.0.3

07 Jan 14:52
Compare
Choose a tag to compare
  • Capturable interface for user defined block capture
  • @CaptureSource and sourceOf for declaration source capture

0.0.2

20 Dec 04:36
ac42c7f
Compare
Choose a tag to compare

Test release

0.0.1

19 Dec 12:54
Compare
Choose a tag to compare
initial commit