Skip to content

Releases: open-rpc/openrpc-linter

v0.0.17

Choose a tag to compare

@github-actions github-actions released this 22 Aug 04:27
dd951b5

Changelog

Features

  • 8eb793f feat: publish prebuilt binaries to npm alongside GitHub releases

Other

  • 1f69012 ci(npm): 4-platform bin shim smoke matrix; Node 20 (EOL) -> 24
  • 1f96149 test(npm): bin shim smoke tests, version guard, idempotent publish

v0.0.16

Choose a tag to compare

@github-actions github-actions released this 22 May 23:08
1a82c7d

Changelog

Bug Fixes

  • 988c4c9 fix: add back rules and openrpc.json

v0.0.15

Choose a tag to compare

@github-actions github-actions released this 22 May 22:58
3ae3cbc

Changelog

Features

  • 83a7518 feat: add additional recommended rules around uniqueness

v0.0.14

Choose a tag to compare

@github-actions github-actions released this 22 May 05:47
124e20e

Changelog

Bug Fixes

v0.0.13

Choose a tag to compare

@github-actions github-actions released this 22 May 03:59
af33c90

Changelog

Other

  • e5eaa9a Clarify missing field lint messages

v0.0.12

Choose a tag to compare

@github-actions github-actions released this 22 May 03:54
9cab71e

Changelog

Other

  • ea56d93 Add init command for recommended rules

v0.0.11

Choose a tag to compare

@github-actions github-actions released this 22 May 03:26
e3c8ea7

Changelog

Features

  • 08656b0 feat: add support for grouping and additional colorization
  • 4ac185e feat: add support for location resolution for error messages

v0.0.10

Choose a tag to compare

@github-actions github-actions released this 22 May 03:16
0dc1a89

Changelog

Features

  • 931ff20 feat: add support for delineating errors and warnings so its more clear

v0.0.9

Choose a tag to compare

@github-actions github-actions released this 21 May 23:03
e6842a0

Changelog

Features

  • 08a58a2 feat: this change refactors unique to use Targets vs Field

v0.0.8

Choose a tag to compare

@github-actions github-actions released this 21 May 21:06
61fc0db

Changelog

Features

  • dd625b6 feat: refactor code to fully support descendant path

Bug Fixes

  • 489acfc fix: after merge fix rebase update for rules
  • 4ef2e0a fix: report precise unique rule paths
  • f1b1d6d fix: validate unique ignoreMissing option

Other

  • 98b08f4 Add unique lint function and default rules
  • df8b811 Handle cyclic schema refs