From 24dfad85fa410a5e24e87dfa1c3b282f9492cce4 Mon Sep 17 00:00:00 2001 From: luona-dev <132394780+luona-dev@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:45:23 +0100 Subject: [PATCH] vue.js gpt 3.4.5 --- gpts/vuejs/CHANGELOG-md | 5 ++ gpts/vuejs/index.md | 103 +++++++++++++++++++++++++++++++++++++++- 2 files changed, 107 insertions(+), 1 deletion(-) diff --git a/gpts/vuejs/CHANGELOG-md b/gpts/vuejs/CHANGELOG-md index 73be0ec..1fded4f 100644 --- a/gpts/vuejs/CHANGELOG-md +++ b/gpts/vuejs/CHANGELOG-md @@ -8,3 +8,8 @@ - 1.6% decrease in file size: 50.4 kB -> 49.6 kB | 10688 token -> 10663 token - Added knowledge up to Version 3.3.8 - Added context knowledge about [latest] GPTs and ways to provide feedback to instructions. + +## 2024-01-08: +- Added knowledge up to Version 3.4.5 +- Improved System Prompt +- Added prioritization of changes in the knowledge file to slightly improve retrieval time for most used new features. \ No newline at end of file diff --git a/gpts/vuejs/index.md b/gpts/vuejs/index.md index 401cea4..c1fe0d2 100644 --- a/gpts/vuejs/index.md +++ b/gpts/vuejs/index.md @@ -13,7 +13,8 @@ Custom GPT coding assistants, equiped with knowledge of the latest Vue.js featur | GPT | Version | Last UpdateπŸ“… | NotesπŸ—’οΈ | |---|---|---|---| -| [[latest]Vue3 GPT](https://chat.openai.com/g/g-LXEGvZLUS-l-vue3-gpt) | 3.3.8 | 2023-11-23 | 😍 | +| [[latest] Vue.js GPT](https://chat.openai.com/g/g-LXEGvZLUS-l-vue3-gpt) | 3.4.5 | 2023-11-23 | 😍 | +| [[3.3.X] Vue.js GPT](https://chat.openai.com/g/g-SkVpjAT6u-3-3-x-vue-js-gpt) | 3.3.8 | 2023-11-23 | | | [[l]Vue3 GPT - plain](https://chat.openai.com/g/g-Vaqtu0K8V-l-vue3-gpt-plain) | βœ–οΈ | 2023-11-17 | for testing purposes only | @@ -120,3 +121,103 @@ const emit = defineEmits<{ | latest | βœ… | | | 3.3.8 | βœ… | | | plain GPT | ❌ | | + + +## Version 3.4.0 + +### πŸ§ͺ watch once option + +- **Difficulty** : 🟒 Easy +- **Prompt**: `Can I use watch once option?` +- **Expected Outcome**: `Yes + a short explanation of the functionality` + +| Version | Pass | Notes | +|---|---|---| +| latest | βœ… | | +| 3.3.0 | ❌ | | +| plain GPT | ❌ | | + +- **Difficulty** : 🟠 Medium +- **Prompt**: `How can I watch a variable only on time?` +- **Expected Outcome**: `Suggest to use the watch once option.` + +| Version | Pass | Notes | +|---|---|---| +| latest | βœ… | | +| 3.3.0 | ❌ | | +| plain GPT | ❌ | | + +### πŸ§ͺ oldValue of computed properties + +- **Difficulty** : 🟠 Medium +- **Prompt**: `Can I access the previous value of computed properties?` +- **Expected Outcome**: `Yes + a short explanation of the functionality` + +| Version | Pass | Notes | +|---|---|---| +| latest | βœ… | | +| 3.3.0 | ❌ | | +| plain GPT | ❌ | | + + +### πŸ§ͺ v-bind shorthand syntax + +- **Difficulty** : 🟒 Easy +- **Prompt**: `Can I use shorthand syntax for v-bind?` +- **Expected Outcome**: `Yes + a short explanation of the functionality` + +| Version | Pass | Notes | +|---|---|---| +| latest | βœ… | | +| 3.3.0 | ❌ | | +| plain GPT | ❌ | | + +- **Difficulty** : 🟠 Medium +- **Prompt**: `How can I bind a variable to an component?` +- **Expected Outcome**: `Suggest to use the shorthand syntax for v-bind.` + +| Version | Pass | Notes | +|---|---|---| +| latest | ❌ | | +| 3.3.0 | ❌ | | +| plain GPT | ❌ | | + +### πŸ§ͺ v-is deprecation + +- **Difficulty** : 🟒 Easy +- **Prompt**: `Can I use v-is?` +- **Expected Outcome**: `No + a short explanation of the alternative "is" approach` + +| Version | Pass | Notes | +|---|---|---| +| latest | βœ… | | +| 3.3.0 | ❌ | | +| plain GPT | ❌ | | + + +### πŸ§ͺ MathML support + +- **Difficulty** : 🟒 Easy +- **Prompt**: `Can I use MathML components?` +- **Expected Outcome**: `Yes + a short explanation of the functionality` + +| Version | Pass | Notes | +|---|---|---| +| latest | βœ… | | +| 3.3.0 | ❌ | | +| plain GPT | ❌ | | + +### πŸ§ͺ pauseScheduling and resetScheduling + +- **Difficulty** : 🟒 Easy +- **Prompt**: `Can I use pauseScheduling and resetScheduling?` +- **Expected Outcome**: `Yes + a short explanation of the functionality` + +| Version | Pass | Notes | +|---|---|---| +| latest | βœ… | | +| 3.3.0 | ❌ | | +| plain GPT | ❌ | | + + +