github mfwgenerics/kapshot 0.1.0

latest releases: 0.2.0, 0.1.2, 0.1.1...
2 years ago

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

Don't miss a new kapshot release

NewReleases is sending notifications on new releases.