mirror of https://github.com/Wilfred/difftastic/
44 lines
1.7 KiB
Markdown
44 lines
1.7 KiB
Markdown
# Changelog
|
|
|
|
## [2.1.0](https://github.com/amaanq/tree-sitter-objc/compare/v2.0.0...v2.1.0) (2023-08-13)
|
|
|
|
|
|
### Features
|
|
|
|
* bump C to 0.20.6 ([7d5b173](https://github.com/amaanq/tree-sitter-objc/commit/7d5b1733b9006b7d4388f097745c8e10e0c30a2a))
|
|
|
|
## [2.0.0](https://github.com/amaanq/tree-sitter-objc/compare/v1.2.0...v2.0.0) (2023-08-10)
|
|
|
|
|
|
### ⚠ BREAKING CHANGES
|
|
|
|
* update tree-sitter-c to 0.20.5
|
|
|
|
### Features
|
|
|
|
* update tree-sitter-c to 0.20.5 ([e198f35](https://github.com/amaanq/tree-sitter-objc/commit/e198f3579a95e81a0c83d080572a32c787c08afc))
|
|
|
|
## [1.2.0](https://github.com/amaanq/tree-sitter-objc/compare/v1.1.0...v1.2.0) (2023-07-18)
|
|
|
|
|
|
### Features
|
|
|
|
* catch/finally statements -> clause for objc++ ([60b1290](https://github.com/amaanq/tree-sitter-objc/commit/60b129046cbae347a478515906c17ab095588ef8))
|
|
* Initial working parser ([a360943](https://github.com/amaanq/tree-sitter-objc/commit/a360943e0f108b7d0935924a4eb772ce1a6aaec7))
|
|
* support preproc calls in interface/implementation blocks, add `nullable` to type_qualifier ([7151895](https://github.com/amaanq/tree-sitter-objc/commit/7151895deea69a29a2f76964ddb2de04962412e9))
|
|
|
|
## [1.1.0](https://github.com/amaanq/tree-sitter-objc/compare/v1.0.0...v1.1.0) (2023-07-11)
|
|
|
|
|
|
### Features
|
|
|
|
* catch/finally statements -> clause for objc++ ([60b1290](https://github.com/amaanq/tree-sitter-objc/commit/60b129046cbae347a478515906c17ab095588ef8))
|
|
* support preproc calls in interface/implementation blocks, add `nullable` to type_qualifier ([7151895](https://github.com/amaanq/tree-sitter-objc/commit/7151895deea69a29a2f76964ddb2de04962412e9))
|
|
|
|
## 1.0.0 (2023-05-19)
|
|
|
|
|
|
### Features
|
|
|
|
* Initial working parser ([a360943](https://github.com/amaanq/tree-sitter-objc/commit/a360943e0f108b7d0935924a4eb772ce1a6aaec7))
|