Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioAriasC committed Jul 28, 2022
1 parent e63eb34 commit 56492b5
Showing 1 changed file with 21 additions and 11 deletions.
32 changes: 21 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,28 @@
# 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.6]
### Added
- Improved parser: 100% of the language is parsed correctly.
- Insert closing pair match for `(`, `{`, `[` and `"`
- Highlight `(`, `{` and `[` pairs
- Introduce Live Templates for Zig:
- `import` -> Create an import using the `@import` function
- `sdp` -> Debug Print statement
- `sli` -> Log Info statement

### Fixed
### Added
- Improved parser: 100% of the language is parsed correctly.
- Insert closing pair match for `(`, `{`, `[` and `"`
- Highlight `(`, `{` and `[` pairs
- Introduce Live Templates for Zig:
- `import` -> Create an import using the `@import` function
- `sdp` -> Debug Print statement
- `sli` -> Log Info statement

### Fixed
- Fix issue [#15](https://github.com/MarioAriasC/zig-support/issues/15)

## [0.0.5]
Expand Down

0 comments on commit 56492b5

Please sign in to comment.