Skip to content

Commit

Permalink
Release v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih committed May 13, 2024
1 parent 6d46ae2 commit 975a029
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to the "aiscript" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## 0.1.8
- 関数のIntellisenseを追加
- https://github.com/aiscript-dev/aiscript/pull/621 - `[].splice()`
- https://github.com/aiscript-dev/aiscript/pull/622 - `[].flat()`, `[].flat_map()`
- https://github.com/aiscript-dev/aiscript/pull/654 - `[].insert()`, `[].remove()`
- https://github.com/aiscript-dev/aiscript/pull/608 - `Uri:`
- https://github.com/aiscript-dev/aiscript/pull/653 - `''.pad_start()`, `''.pad_end()`

## 0.1.7
- 関数のIntellisenseを追加
- https://github.com/aiscript-dev/aiscript/pull/620 - `[].every()`, `[].some()`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/aiscript-dev/aiscript-vscode"
},
"version": "0.1.7",
"version": "0.1.8",
"engines": {
"vscode": "^1.83.0"
},
Expand Down

0 comments on commit 975a029

Please sign in to comment.