Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tree-sitter): Implement Serialize and Deserialize for SupportedLanguages #314

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

timonv
Copy link
Member

@timonv timonv commented Sep 23, 2024

No description provided.

@timonv timonv merged commit da5df22 into master Sep 23, 2024
8 checks passed
@timonv timonv deleted the feat/tree-sitter-serde branch September 23, 2024 14:13
This was referenced Sep 23, 2024
timonv pushed a commit that referenced this pull request Sep 23, 2024
## 🤖 New release
* `swiftide`: 0.12.2 -> 0.12.3 (✓ API compatible changes)
* `swiftide-core`: 0.12.2 -> 0.12.3 (✓ API compatible changes)
* `swiftide-indexing`: 0.12.2 -> 0.12.3 (✓ API compatible changes)
* `swiftide-macros`: 0.12.2 -> 0.12.3
* `swiftide-integrations`: 0.12.2 -> 0.12.3 (✓ API compatible changes)
* `swiftide-query`: 0.12.2 -> 0.12.3 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

## `swiftide`
<blockquote>

## [0.12.3](https://github.com/bosun-ai/swiftide/releases/tag/0.12.3) -
2024-09-23

### New features

-
[da5df22](da5df22)
*(tree-sitter)* Implement Serialize and Deserialize for
SupportedLanguages
([#314](#314))

### Bug fixes

-
[a756148](a756148)
*(tree-sitter)* Fix javascript and improve tests
([#313](#313))

````text
As learned from [#309](#309), test coverage for the refs defs transformer was
  not great. There _are_ more tests in code_tree. Turns out, with the
  latest treesitter update, javascript broke as it was the only language
  not covered at all.
````

### Miscellaneous

-
[e8e9d80](e8e9d80)
*(docs)* Add documentation to query module
([#276](#276))


**Full Changelog**:
0.12.2...0.12.3
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant