Releases: RobinMalfait/placebo
Releases · RobinMalfait/placebo
Release list
v0.2.0-alpha.5
Immutable
release. Only release title and notes can be modified.
Changed
-
Changed the diagnostics format such that locations look like this:
location: { start: { line: 6, // 1-based, inclusive column: 33, // 1-based, inclusive offset: 127 // 0-based, inclusive }, end: { line: 6, // 1-based, inclusive column: 40, // 1-based, inclusive offset: 135 // 0-based, exclusive ← this offset is exclusive, unlike the start offset } },
Note: you can either provide the line/column, or the offset, or both but not nothing.
v0.2.0-alpha.4
Immutable
release. Only release title and notes can be modified.
Added
- Add
findLocationandfindLocationshelpers (c9a054c)
v0.2.0-alpha.3
Immutable
release. Only release title and notes can be modified.
Changed
- Rename
diagnosticIdtorelatedId(7d8e053)
v0.2.0-alpha.2
Immutable
release. Only release title and notes can be modified.
Fixed
- Add missing repository field (f6a7825)
v0.2.0-alpha.1
Immutable
release. Only release title and notes can be modified.
Placeholder release notes for version: v0.2.0-alpha.0