Skip to content

Commit 90ab16e

Browse files
Merge pull request #43 from codedbychavez/august-2024-updates
August 2024 updates
2 parents 07fa945 + 154dd09 commit 90ab16e

File tree

2 files changed

+16
-26
lines changed

2 files changed

+16
-26
lines changed

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,20 @@
44

55
## Introduction
66

7-
Welcome to the Unofficial Vue SDK for ConfigCat Feature Flags, a powerful and versatile npm package designed to streamline your feature development workflow. Whether you're a seasoned developer or just starting, ConfigCat-Vue offers a comprehensive way to leverage all the benefits of using ConfigCat feature flags in your Vue.js applications. This package includes all the features provided by other [ConfigCat SDKs](https://configcat.com/docs/sdk-reference/overview/). It empowers you to handle simple and complex feature management in your Vue.js app, saving you time and effort.
7+
Welcome to the Vue.js SDK for ConfigCat Feature Flags. This community-maintained SDK was designed to streamline your feature development workflow. Whether you're a seasoned developer or just starting, **configcat-vue offers a comprehensive way to leverage all the benefits of using ConfigCat feature flags in your Vue.js applications**. This package includes all the features provided by other [ConfigCat SDKs](https://configcat.com/docs/sdk-reference/overview/) and is based on [configcat-js](https://www.npmjs.com/package/configcat-js).
88

9-
## What you can do with this package
9+
## What you can do with this SDK
1010

11-
Here's a quick overview of what you can do with this package:
12-
13-
- Easily toggle features in your Vue.js app on and off, even after it is deployed.
11+
- Easily toggle features in your Vue.js app on and off, even after deployment.
1412
- Experiment with new features and quickly roll them back with the click of a button if things go wrong without taking your app offline.
15-
- Release specific features in your Vue.js app to targeted users based on demographics such as country, email, or any custom attribute like eye color.
13+
- Release specific features in your Vue.js app to targeted users based on demographics such as country, email, or custom attributes like eye color.
1614
- Gradually release new features to a specific percentage of users using the percentage rollout feature.
1715
- Conduct A/B testing of your Vue.js app's features effortlessly.
1816

1917
## Documentation
2018

2119
[Read the documentation on ConfigCat](https://configcat.com/docs/sdk-reference/community/vue/)
2220

23-
## With you in mind
24-
25-
The documentation provides specific examples of the mentioned capabilities and provides links to the relevant sections in ConfigCat's JavaScript SDK documentation. The examples and links will help you better understand how to utilize the features of the ConfigCat-Vue package effectively.
26-
27-
By referring to ConfigCat's JavaScript SDK documentation at <https://configcat.com/docs/sdk-reference/js/>, you can access detailed information and further explore the extensive range of options and functionalities offered by the ConfigCat ecosystem.
28-
29-
Please note that the provided link is subject to ConfigCat's website and may change over time. Make sure to consult their official documentation for the most up-to-date information.
30-
3121
## Want to contribute?
3222

33-
Whether your strengths lie in coding, documentation, testing, or bug reporting, your expertise is highly valued. Visit the [configcat-vue GitHub repository](https://github.com/codedbychavez/configcat-vue), explore the codebase, and embark on your journey to make a meaningful impact. Let's unite our efforts to create something extraordinary and leave a lasting impression.
23+
Whether you're good at coding, writing documentation, testing, or bug reporting, feel free to contribute. **You can explore the configcat-vue GitHub repository [here](https://github.com/codedbychavez/configcat-vue)**.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
}
2121
},
22-
"version": "2.3.0",
22+
"version": "2.4.0",
2323
"keywords": [
2424
"configcat",
2525
"ConfigCat",
@@ -47,18 +47,18 @@
4747
"test": "vitest"
4848
},
4949
"peerDependencies": {
50-
"vue": "^3.0.0"
50+
"vue": "^3.4.38"
5151
},
5252
"devDependencies": {
53-
"@types/node": "^20.8.6",
54-
"@vitejs/plugin-vue": "^4.6.2",
55-
"@vue/test-utils": "^2.4.3",
56-
"happy-dom": "^13.2.1",
57-
"typescript": "^5.0.2",
58-
"vite": "^4.4.5",
59-
"vite-plugin-dts": "^3.6.0",
60-
"vitest": "^1.2.1",
61-
"vue-tsc": "^1.8.5"
53+
"@types/node": "^22.4.1",
54+
"@vitejs/plugin-vue": "^5.1.2",
55+
"@vue/test-utils": "^2.4.6",
56+
"happy-dom": "^14.12.3",
57+
"typescript": "^5.5.4",
58+
"vite": "^5.4.1",
59+
"vite-plugin-dts": "^4.0.3",
60+
"vitest": "^2.0.5",
61+
"vue-tsc": "^2.0.29"
6262
},
6363
"dependencies": {
6464
"configcat-common": "9.3.0"

0 commit comments

Comments
 (0)