Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e921b58

Browse files
committed
chore(release): v3.5.0
1 parent a8f9335 commit e921b58

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

‎CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

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

5+
## [3.5.0] - 2023年11月26日
6+
7+
Highlight:
8+
- marked `exp` namespace as deprecated and replace with `ex` due to conflict with node.js `exp`.
9+
- removed `case` in `sw` because TypeScript is able to provide intellisense for the case statement.
10+
11+
### Added
12+
13+
- added `ex` namespace to replace `exp`
14+
15+
### Deprecated
16+
17+
- marked all snippets with `exp` namespace as deprecated
18+
19+
### Changed
20+
21+
- removed `case` template in `sw` (switch statement)
22+
- removed `hasOwnProperty` check in `foi`
23+
524
## [3.4.0] - 2022年10月17日
625

726
### Added

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hyper-javascript-snippets",
33
"description": "A collection of snippets that cover JavaScript, TypeScript, and NodeJS for Visual Studio Code",
4-
"version": "3.4.0",
4+
"version": "3.5.0",
55
"type": "module",
66
"scripts": {
77
"update": "yarn upgrade-interactive",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /