Skip to content

Commit

Permalink
chore: reverse changelog order
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Nov 28, 2023
1 parent b0acfae commit ae40343
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
# Change Log

All notable changes to the "vscode-edge" extension will be documented in this file.
## 1.3.1

## 1.0.0
- Polishing and fix some issues related to Document Links in .ts and .edge files

- First official release
## 1.3.0

## 1.0.1
### Features

- Fix tags match regex
- Add support for `components/**/.index.edge`. That means if you have a component in `components/button/index.edge`, completion and links will works for `@button` instead of `@button.index`.
- Before, in order to show completions, you had to press `ctrl+space`. Now, completions will show automatically when you type `@` or `@.`. Same for `.ts` files, when you will start typing `edge.render`, completions will show automatically.
- Add Edge built-in tags completions with some links to the documentation in the CompletionItem detail.
- Use different icons for Edge built-in tags and custom tags.

## 1.1.0
## 1.2.0

- Feat Goto template support
- Still another release fixing bundling/missing dependencies

## 1.1.1

Expand All @@ -22,19 +25,14 @@ All notable changes to the "vscode-edge" extension will be documented in this fi

- Another release fixing missing dependencies

## 1.2.0

- Still another release fixing bundling/missing dependencies
## 1.1.0

## 1.3.0
- Feat Goto template support

### Features
## 1.0.1

- Add support for `components/**/.index.edge`. That means if you have a component in `components/button/index.edge`, completion and links will works for `@button` instead of `@button.index`.
- Before, in order to show completions, you had to press `ctrl+space`. Now, completions will show automatically when you type `@` or `@.`. Same for `.ts` files, when you will start typing `edge.render`, completions will show automatically.
- Add Edge built-in tags completions with some links to the documentation in the CompletionItem detail.
- Use different icons for Edge built-in tags and custom tags.
- Fix tags match regex

## 1.3.1
## 1.0.0

- Polishing and fix some issues related to Document Links in .ts and .edge files
- First official release

0 comments on commit ae40343

Please sign in to comment.