Skip to content

Releases: rmuir/tree-sitter-javadoc

v0.2.3

25 Jul 13:55
a86f70f
Compare
Choose a tag to compare

NOTE: Download tree-sitter-javadoc.tar.gz for the complete source code.

What's Changed

🏕 Changes

  • chore(npm): regenerate lockfile by @rmuir in #86
  • test(golang): improve binding tests to create a parser by @rmuir in #87
  • build(python): upgrade to py-tree-sitter 0.25 by @rmuir in #88
  • build(python): include highlights and injections query in module by @rmuir in #90
  • test(swift): improve swift bindings tests by @rmuir in #89

👒 Dependencies

  • ci: bump astral-sh/setup-uv from 6.3.1 to 6.4.1 by @dependabot[bot] in #84
  • build(deps): bump node-addon-api from 8.4.0 to 8.5.0 by @dependabot[bot] in #82
  • build(deps): bump cc from 1.2.29 to 1.2.30 by @dependabot[bot] in #85
  • ci: bump tree-sitter/workflows from 6a7388cecfbc00765d032b2fca8f8abbe092ae8d to 8fc82b991f8999586858740726efd055c9884e23 by @dependabot[bot] in #83

Full Changelog: v0.2.2...v0.2.3

v0.2.2

16 Jul 12:55
51cbb3d
Compare
Choose a tag to compare

NOTE: Download tree-sitter-javadoc.tar.gz for the complete source code.

What's Changed

🏕 Changes

  • test: remove old phony targets by @rmuir in #79
  • chore: specify venv/venvPath for non-based pyright and organize by @rmuir in #80
  • fix: correct multiline end parse by @rmuir in #81

Full Changelog: v0.2.1...v0.2.2

v0.2.1

13 Jul 21:15
8db7e3c
Compare
Choose a tag to compare

NOTE: Download tree-sitter-javadoc.tar.gz for the complete source code.

What's Changed

🏕 Changes

  • style: format queries by @rmuir in #61
  • test: rework injection tests, enable in CI by @rmuir in #63
  • docs: fix typo in injection_tests/README.md by @rmuir in #69
  • test: add additional corpora by @rmuir in #70
  • ci: invalidate uv cache if C code changes by @rmuir in #71
  • build: create syntax tree dump from corpora by @rmuir in #72
  • ci: add diff workflow by @rmuir in #73
  • ci: comment on pull request if it changes corpora parsing results by @rmuir in #75
  • fix(link): fix parse error with trailing whitespace in link tags by @rmuir in #76

👒 Dependencies

  • build(deps): bump eslint from 9.30.0 to 9.30.1 by @dependabot[bot] in #59
  • build(deps): bump cc from 1.2.27 to 1.2.29 by @dependabot[bot] in #60
  • build(deps): bump eslint from 9.30.1 to 9.31.0 by @dependabot[bot] in #67
  • ci: bump tree-sitter/fuzz-action from fed03629510ae8b9a690db5466a29ce41be9bf56 to 6a1dcff00aefd038ba418bd63732a9add4901266 by @dependabot[bot] in #65
  • ci: bump tree-sitter/parser-test-action from d70d9d71114d35dda8e60e54604036a89f667a8c to 1f7ad83f2358970a13cd62ca1859eafc3326d669 by @dependabot[bot] in #66
  • build(deps): update to treesitter 0.25.8 by @rmuir in #77
  • build(deps): bump tree-sitter from 0.25.6 to 0.25.7 by @dependabot[bot] in #64
  • build(deps): bump tree-sitter-cli from 0.25.6 to 0.25.7 by @dependabot[bot] in #68
  • build(deps): regen npm lockfile, upgrades brace-expansion dev dependency by @rmuir in #78

Full Changelog: v0.2.0...v0.2.1

v0.2.0

04 Jul 04:10
c5b7341
Compare
Choose a tag to compare

NOTE: Download tree-sitter-javadoc.tar.gz for the complete source code.

What's Changed

🏕 Changes

  • style: clean up scanner formatting/warnings by @rmuir in #53
  • ci: use parser-test-action's abi-version input by @rmuir in #55
  • style: remove useless escapes and crank up linter more by @rmuir in #56
  • fix(python): use abi-14 since this is the max py-tree-sitter supports. by @rmuir in #58

👒 Dependencies

  • ci: bump tree-sitter/parser-test-action from 221c1838baa693cf2a71af78cd203cb7e3bb6e82 to d70d9d71114d35dda8e60e54604036a89f667a8c by @dependabot in #54
  • build(deps): bump eslint from 9.29.0 to 9.30.0 by @dependabot in #57

Full Changelog: v0.1.1...v0.2.0

v0.1.1

16 Jun 02:38
9f1f40a
Compare
Choose a tag to compare

NOTE: Download tree-sitter-javadoc.tar.gz for the complete source code.

What's Changed

🏕 Changes

  • style: fix confusing indentation by @rmuir in #50
  • fix: reduce state count, factor out fragment-or-member from reference by @rmuir in #51
  • style: fix indentation nit in grammar by @rmuir in #52

👒 Dependencies

  • build(deps): bump eslint from 9.28.0 to 9.29.0 by @dependabot in #48
  • build(deps): bump node-addon-api from 8.3.1 to 8.4.0 by @dependabot in #47
  • build(deps): bump cc from 1.2.26 to 1.2.27 by @dependabot in #49

Full Changelog: v0.1.0...v0.1.1

v0.1.0

15 Jun 02:48
573ff1f
Compare
Choose a tag to compare

NOTE: Download tree-sitter-javadoc.tar.gz for the complete source code.

What's Changed

🏕 Changes

👒 Dependencies

  • build(deps): bump tar-fs from 2.1.2 to 2.1.3 by @dependabot in #37
  • build(deps): bump tree-sitter from 0.21.1 to 0.25.0 by @dependabot in #43
  • ci: bump tree-sitter/parser-test-action from d431dc81dab94d23a08fb032e4e088f47f4a62b3 to 221c1838baa693cf2a71af78cd203cb7e3bb6e82 by @dependabot in #38
  • build(deps): bump tree-sitter from 0.25.5 to 0.25.6 by @dependabot in #39
  • build(deps): bump tree-sitter-cli from 0.25.5 to 0.25.6 by @dependabot in #42
  • build(deps): bump cc from 1.2.25 to 1.2.26 by @dependabot in #40
  • build(deps): bump github.com/tree-sitter/swift-tree-sitter from 0.9.0 to 0.25.0 by @dependabot in #41

Full Changelog: v0.0.5...v0.1.0

v0.0.5

02 Jun 01:34
9aa7e37
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump cc from 1.2.17 to 1.2.18 in the cargo group by @dependabot in #8
  • build(deps): bump cc from 1.2.18 to 1.2.19 in the cargo group by @dependabot in #9
  • build(deps): bump cc from 1.2.19 to 1.2.20 in the cargo group by @dependabot in #10
  • build(deps): bump cc from 1.2.20 to 1.2.21 in the cargo group by @dependabot in #11
  • build(deps): bump the cargo group with 2 updates by @dependabot in #12
  • ci: pin abi and treesitter version by @rmuir in #16
  • ci: ungroup dependabot updates by @rmuir in #17
  • build(deps): bump cc from 1.2.22 to 1.2.25 by @dependabot in #19
  • build(deps): bump tree-sitter-cli from 0.25.3 to 0.25.5 by @dependabot in #20
  • build(deps): bump tree-sitter from 0.25.4 to 0.25.5 by @dependabot in #18
  • ci: test more bindings by @rmuir in #23
  • build: fix swift URL location properly by @rmuir in #24
  • improve bindings tests by @rmuir in #25
  • ci: we're not giving permissions for this to happen by @rmuir in #26
  • ci: test node bindings by @rmuir in #27
  • ci: add eslint, reformat to make it happy by @rmuir in #28
  • ci: minimize permissions of ci.yml by @rmuir in #29

Full Changelog: v0.0.4...v0.0.5

v0.0.4

30 Mar 02:39
330cc9c
Compare
Choose a tag to compare

NOTE: Download tree-sitter-javadoc.tar.gz for the complete source code.

What's Changed

  • Fix swift build, re-enable CI, dependency updates by @rmuir in #7

Full Changelog: v0.0.3...v0.0.4

v0.0.3

24 Mar 03:54
db9589e
Compare
Choose a tag to compare

NOTE: Download tree-sitter-javadoc.tar.gz for the complete source code.

What's Changed

  • add ci by @rmuir in #3
  • ci: bump tree-sitter/setup-action from 1 to 2 in the actions group by @dependabot in #4
  • build(deps): bump github.com/tree-sitter/go-tree-sitter from 0.24.0 to 0.25.0 in the go group by @dependabot in #5
  • build(deps): bump tree-sitter-cli from 0.25.2 to 0.25.3 in the npm group by @dependabot in #6

Full Changelog: v0.0.2...v0.0.3

v0.0.2

19 Mar 09:43
8089a90
Compare
Choose a tag to compare

NOTE: Download tree-sitter-javadoc.tar.gz for the complete source code.