Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 14 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,20 @@
# zig-support Changelog

## [Unreleased]
### Added
- More Live Templates for Zig:
- `St` -> `[]const u8`
- `tst` -> Creates a test: `test "" {}`
- `csd` -> Constant `Self` declaration: `const Self = @This();`
- `ced` -> Enum
- `cstd` -> Struct
- `fn0` -> Function without parameters
- `fn1` -> Function with one parameter
- `fn2` -> Function with two parameters
- Support for the new IDEA platform version 2022.2

## [0.0.7]
### Added
- More Live Templates for Zig:
- `St` -> `[]const u8`
- `tst` -> Creates a test: `test "" {}`
- `csd` -> Constant `Self` declaration: `const Self = @This();`
- `ced` -> Enum
- `cstd` -> Struct
- `fn0` -> Function without parameters
- `fn1` -> Function with one parameter
- `fn2` -> Function with two parameters
- Support for the new IDEA platform version 2022.2

## [0.0.6]
### Added
- Improved parser: 100% of the language is parsed correctly.
Expand Down