Releases: gleam-lang/tree-sitter-gleam
Releases · gleam-lang/tree-sitter-gleam
v1.1.0
What's Changed
- support attributes without arguments (i.e.
@internal) by @rawhat in #84 - Bump cargo tree-sitter dependency by @treeman in #85
- Ignore gleam.so and gleam.so.dSYM/ by @ncihnegn in #87
- Support Int/Float operators in guard expressions by @rawhat in #92
- Add support for label shorthand syntax by @giacomocavalieri in #94
- Add support for
%operator in case guards by @giacomocavalieri in #96 - Add
(block)for @local.scope by @Juhan280 in #99 - Bump tree-sitter Rust dep to 0.23 by @BekaValentine in #101
- Highlight echo by @giacomocavalieri in #103
- Add support for
let assert ... asby @GearsDatapacks in #107 - fix(functions): remove function body alias and use block by @rawhat in #111
- Add missing echo test by @giacomocavalieri in #114
- Add bool
assertsyntax by @GearsDatapacks in #117 - Add support for individually deprecated constructors by @GearsDatapacks in #119
- Use constructor names for unqualified imported values by @GearsDatapacks in #120
- feat: New node
(doc_comment_content)for doc comments by @nik-rev in #122 - Update tree sitter to v0.25 by @the-mikedavis in #123
- Support
echo assyntax by @giacomocavalieri in #124 - Add constant string concatenation by @giacomocavalieri in #126
New Contributors
- @treeman made their first contribution in #85
- @ncihnegn made their first contribution in #87
- @giacomocavalieri made their first contribution in #94
- @Juhan280 made their first contribution in #99
- @BekaValentine made their first contribution in #101
- @GearsDatapacks made their first contribution in #107
- @nik-rev made their first contribution in #122
Full Changelog: v1.0.0...v1.1.0