Skip to content

0.1.0

Compare
Choose a tag to compare
@mfwgenerics mfwgenerics released this 09 Jan 14:24
· 14 commits to main since this release
ebe2376

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