Skip to content

Releases: RobertLD/libscope

v1.8.0

22 Mar 02:11
3db5bd8

Choose a tag to compare

1.8.0 (2026-03-22)

Features

  • cli: expose spider/crawl flags on the add command (#467) (25861e2)

Bug Fixes

  • quality: eliminate negated conditions in ternary expressions (S7735) (#478) (90950d7), closes #471
  • quality: extract nested template literals to variables (S4624) (#480) (3e9be2c)
  • quality: move inner helper functions to module scope (S7721) (#479) (ae17bd8)
  • quality: prefer Number.parseInt/parseFloat/isNaN over globals (S7773) (#477) (7e76bba)
  • quality: reduce cognitive complexity of spiderUrl generator (S3776) (#476) (595ec42)
  • security: force flatted >=3.4.2 to fix prototype pollution CVE (#475) (56ddf70), closes #474

v1.7.2

19 Mar 21:35
012b490

Choose a tag to compare

1.7.2 (2026-03-19)

Bug Fixes

  • wire TreeSitterChunker into LibScopeLite.index() via preChunked (#463) (86299d3)

v1.7.1

19 Mar 21:04
30dc58d

Choose a tag to compare

1.7.1 (2026-03-19)

Bug Fixes

  • export TreeSitterChunker and CodeChunk from libscope/lite (#459) (4763f79)

v1.7.0

19 Mar 19:43
79a8b26

Choose a tag to compare

1.7.0 (2026-03-19)

Features

  • Libscope Lite-powered PR review tooling (#457) (08ba8f9)

v1.6.0

19 Mar 18:07
32cf808

Choose a tag to compare

1.6.0 (2026-03-19)

Features

Bug Fixes

  • miscellaneous minor SonarCloud issues (S7755, S4325, S3863, S7748, S7778) (#448) (ef2a6f7)
  • resolve all 11 SonarCloud HIGH impact issues (#449) (ec4e539)
  • resolve SonarCloud critical issues (#419) (#420) (bf6e1be)
  • S7735 — flip negated conditions (31 occurrences) (#445) (b3c3b5b)
  • S7780 — use String.raw for escaped strings (13 occurrences) (#446) (63975db)
  • use String#replaceAll() over replace() with global flag (S7781) (#447) (1519ad1)

v1.5.3

18 Mar 18:52
3f27bbf

Choose a tag to compare

1.5.3 (2026-03-18)

Bug Fixes

  • handle gzip pack files in registry publish (#408) (a46909b)

v1.5.2

18 Mar 16:27
c8a86e8

Choose a tag to compare

1.5.2 (2026-03-18)

Bug Fixes

  • accept ssh:// protocol URLs in registry URL validation (#405) (acb91b1)
  • comprehensive security and robustness hardening for registry feature (#407) (cab4baf)

v1.5.1

16 Mar 17:47
b647170

Choose a tag to compare

1.5.1 (2026-03-16)

Bug Fixes

  • handle missing VERCEL_DOCS_DEPLOY_HOOK in release workflow (#403) (61f43e1)

v1.5.0

16 Mar 17:32
766ece4

Choose a tag to compare

1.5.0 (2026-03-16)

Features

  • add get-related chunk similarity lookup (more-like-this) (#397) (69b0bc7)
  • auto-detect document links from markdown and wikilinks (#396) (5863b2c)
  • git-based pack registries (#393) (f0653ce)

Bug Fixes

  • deployments v2 (#389) (b800703)
  • docs not updating on deployment (#387) (11e11ff)
  • set git identity in integration registry tests for CI (#402) (6afa1fb)
  • set git identity in registry git helpers and tests for CI (#401) (9ede32f)
  • set git identity in registry sync test for CI runners (#400) (1162bd4)

v1.4.1

10 Mar 17:46
3bb358f

Choose a tag to compare

1.4.1 (2026-03-10)

Bug Fixes