Skip to content

Commit

Permalink
Removed EXPERIMENTAL disclaimers
Browse files Browse the repository at this point in the history
  • Loading branch information
antmdvs committed Feb 7, 2019
1 parent 1e22776 commit 67dae2f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

All notable changes to the "vscode-react-hooks-snippets" extension will be documented in this file.

## [Unreleased]
- Initial release
## [0.1.2]

- Removed "EXPERIMENTAL" disclaimers

## [0.1.1]

- Added usf, ust, usn snippets

## [0.1.0]

- Initial release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This extension contributes a handy snippet for the [useState hook](https://react

The second placeholder value is automatically capitalized on <kbd>Tab</kbd>.

In addition, there are a few variations with common initial state values:
There are also a few variations for common initial state values:

| Snippet | Purpose |
| ------- | ----------------- |
Expand All @@ -27,7 +27,7 @@ Visual Studio Code 1.25.1 or higher.

TBD. After all, Hooks are not officially released yet.

## "I prefer `let` over `const`."
## "But I prefer `let` over `const`."

It's easy enough to [create your own snippet](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_creating-your-own-snippets) in VS Code! You can use [this gist](https://gist.github.com/antmdvs/63903d7f98f8d82d0c6463abebb77cd7) as a starting point.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-react-hooks-snippets",
"displayName": "React Hooks Snippets",
"description": "(EXPERIMENTAL) React Hooks Snippets for Visual Studio Code",
"description": "React Hooks Snippets for Visual Studio Code",
"version": "0.1.1",
"publisher": "antmdvs",
"license": "SEE LICENSE IN LICENSE.md",
Expand Down

0 comments on commit 67dae2f

Please sign in to comment.