Skip to content

Releases: RobinMalfait/placebo

v0.2.0-alpha.5

Choose a tag to compare

@github-actions github-actions released this 23 Nov 11:45
Immutable release. Only release title and notes can be modified.
e1e539f

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

v0.2.0-alpha.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Nov 00:25
Immutable release. Only release title and notes can be modified.
c1cff91

Added

  • Add findLocation and findLocations helpers (c9a054c)

v0.2.0-alpha.3

v0.2.0-alpha.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Nov 00:37
Immutable release. Only release title and notes can be modified.
f2b5750

Changed

  • Rename diagnosticId to relatedId (7d8e053)

v0.2.0-alpha.2

v0.2.0-alpha.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Nov 23:49
Immutable release. Only release title and notes can be modified.
ce83077

Fixed

  • Add missing repository field (f6a7825)

v0.2.0-alpha.1

v0.2.0-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Nov 23:43
Immutable release. Only release title and notes can be modified.
695ccae

Placeholder release notes for version: v0.2.0-alpha.0