Skip to content

Commit a34d6d1

Browse files
committed
release: v3.0.0
1 parent cfa97b0 commit a34d6d1

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

5+
## [3.0.0] - 2021-03-22
6+
7+
### Added
8+
9+
- Added `Promise.{allSettled,any}`.
10+
11+
### Changed
12+
13+
- Remove newline for `switch` and `case`.
14+
- Rename `case` to `cas`, avoid meaningful.
15+
- Rename `ctor` to `cst`, avoid conflict to built-in.
16+
- Rename `require` to `re` avoid meaningful.
17+
- Remove `()` for every function snippets to enhance capatibility.
18+
- This can make declare generator function, type generic type, return type easier.
19+
- With side effect, merge anonymous function and named function snippets.
20+
521
## [2.5.0] - 2020-11-30
622

723
### Changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "hyper-javascript-snippets",
33
"description": "A collection of snippets that cover JavaScript, TypeScript, and NodeJS for Visual Studio Code",
4-
"version": "2.5.0",
4+
"version": "3.0.0",
5+
"scripts": {
6+
"build": "vsce package"
7+
},
58
"displayName": "Hyper JavaScript Snippets",
69
"publisher": "t7yang",
710
"icon": "images/hyper-js.png",

0 commit comments

Comments
 (0)