Skip to content

Commit 6ac0dd4

Browse files
authored
Merge pull request #12 from deinsoftware/dev
update badges with shields.io
2 parents de84a1d + 3df3b2a commit 6ac0dd4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ Security to invite users to upgrade in case of vulnerabilities.
1313

1414
### Fixed
1515

16-
- Marketplace badges url using [VSMarketplaceBadges](https://vsmarketplacebadges.dev/)
16+
- Badges using [shields.io](https://shields.io/) badges for visual studio marketplace
1717

1818
## 3.1.0 - 2022/10/25
1919

2020
### Added
2121

22-
- Restored `afee` and `afeea` snippets by community request, to easy use on unit testing.
23-
- Added the `aafee` and `aafeea` with async snippets.
22+
- Restored `afee` and `afeea` snippets by community request, to easy use on unit testing
23+
- Added the `aafee` and `aafeea` with async snippets
2424

2525
## 3.0.0 - 2022/10/18
2626

2727
### Removed
2828

29-
- Snippets `afee` and `afeea` on arrow functions without return. Were replaced adding an extra step (with tab) on the other snippets that include return to easy delete if was not need.
29+
- Snippets `afee` and `afeea` on arrow functions without return. Were replaced adding an extra step (with tab) on the other snippets that include return to easy delete if was not need
3030

3131
### Added
3232

@@ -87,7 +87,7 @@ Security to invite users to upgrade in case of vulnerabilities.
8787

8888
### Removed
8989

90-
- variables, json and object literal snippets were moved to a new extension [Const & Props Snippets](https://marketplace.visualstudio.com/items?itemName=deinsoftware).
90+
- variables, json and object literal snippets were moved to a new extension [Const & Props Snippets](https://marketplace.visualstudio.com/items?itemName=deinsoftware)
9191

9292
## 2.1.0 - 2022/04/20
9393

@@ -99,7 +99,7 @@ Security to invite users to upgrade in case of vulnerabilities.
9999

100100
### Removed
101101

102-
- destructuring snippets were moved to a new extension [Const & Props Snippets](https://marketplace.visualstudio.com/items?itemName=deinsoftware).
102+
- destructuring snippets were moved to a new extension [Const & Props Snippets](https://marketplace.visualstudio.com/items?itemName=deinsoftware)
103103

104104
## 2.0.0 - 2022/04/20
105105

@@ -162,7 +162,7 @@ Security to invite users to upgrade in case of vulnerabilities.
162162

163163
### Added
164164

165-
- Array snippets with `at`, `filter` and `sort`.
165+
- Array snippets with `at`, `filter` and `sort`
166166

167167
### Changed
168168

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Arrow Function Snippets
22

3-
[![Version](https://vsmarketplacebadges.dev/version/deinsoftware.arrow-function-snippets.svg?color=blue&label=version)](https://marketplace.visualstudio.com/items?itemName=deinsoftware.arrow-function-snippets)
4-
[![Installs](https://vsmarketplacebadges.dev/installs/deinsoftware.arrow-function-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=deinsoftware.arrow-function-snippets)
5-
[![Ratings](https://vsmarketplacebadges.dev/rating-star/deinsoftware.arrow-function-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=deinsoftware.arrow-function-snippets)
3+
[![Version](https://img.shields.io/visual-studio-marketplace/v/deinsoftware.arrow-function-snippets)](https://marketplace.visualstudio.com/items?itemName=deinsoftware.arrow-function-snippets)
4+
[![Installs](https://img.shields.io/visual-studio-marketplace/i/deinsoftware.arrow-function-snippets)](https://marketplace.visualstudio.com/items?itemName=deinsoftware.arrow-function-snippets)
5+
[![Ratings](https://img.shields.io/visual-studio-marketplace/stars/deinsoftware.arrow-function-snippets)](https://marketplace.visualstudio.com/items?itemName=deinsoftware.arrow-function-snippets)
66
[![license](https://img.shields.io/github/license/deinsoftware/vscode-arrow-snippets)](LICENSE.md)
77
[![Open in VS Code](https://img.shields.io/static/v1?logo=visualstudiocode&label=&message=Open%20in%20Visual%20Studio%20Code&labelColor=2c2c32&color=007acc&logoColor=007acc)](https://open.vscode.dev/deinsoftware/vscode-arrow-snippets)
88

0 commit comments

Comments
 (0)