renovate[bot]
|
ca8b97d69b
|
chore(deps): update devdependency execa to v6 (#1986)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2021-11-18 19:12:19 +01:00 |
|
Tobias Diez
|
18924da869
|
chore(bridge): Improve typing of defineNuxtPlugin function (#1995)
|
2021-11-18 12:08:58 +01:00 |
|
pooya parsa
|
850ef69a87
|
fix(bridge): disable legacy fetch polyfills (#1866)
|
2021-11-11 17:46:10 +01:00 |
|
Anthony Fu
|
fd043eb6e4
|
chore: explicitly include std-env as dep for bridge fixture (#1854)
|
2021-11-11 11:43:14 +01:00 |
|
Xin Du (Clark)
|
6ec518ff24
|
chore(lint): enable eslint on mjs (#1804)
|
2021-11-10 13:06:22 +01:00 |
|
Anthony Fu
|
91b428eeea
|
fix(bridge): enable vite build by default (#1709)
|
2021-11-05 09:51:15 +01:00 |
|
Anthony Fu
|
85f39858e5
|
fix(vite, bridge): avoid vite resolving tsconfig.json (#1677)
|
2021-11-04 09:13:29 +01:00 |
|
Anthony Fu
|
495aeffd74
|
docs: use nuxi everywhere (#1577)
|
2021-10-29 12:38:22 +02:00 |
|
Anthony Fu
|
46f858dd82
|
chore: move nuxt-vite to bridge (#1180)
Co-authored-by: Xin Du (Clark) <clark.duxin@gmail.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2021-10-26 14:59:05 +02:00 |
|
Francisco Buceta
|
54549cfc61
|
fix(nitro): omit /index from generated api urls (#1371)
|
2021-10-22 19:04:02 +02:00 |
|
pooya parsa
|
666b7f1ba8
|
feat: useState composable (#719)
|
2021-10-11 19:48:03 +02:00 |
|
Daniel Roe
|
accbe6445c
|
chore: add fixtures to monorepo workspaces (#684)
* chore: add fixtures to monorepo workspaces
* chore: dedupe lockfile
|
2021-10-07 11:19:41 +02:00 |
|
Daniel Roe
|
11490cdd7d
|
feat(bridge): add support for <script setup> (#678)
|
2021-10-07 10:31:29 +02:00 |
|
Daniel Roe
|
a07b67ce57
|
feat(bridge): use useMeta in bridge projects (#664)
|
2021-10-06 14:37:45 +02:00 |
|
pooya parsa
|
dd73a8bcad
|
feat: export defineNuxtConfig from nuxt3 and @nuxt/bridge (#669)
|
2021-10-06 14:31:52 +02:00 |
|
pooya parsa
|
45b4946026
|
feat(nuxt3, bridge): useRuntimeConfig (#625)
Co-Authored-By: Daniel Roe <daniel@roe.dev>
|
2021-10-02 22:30:20 +02:00 |
|
Daniel Roe
|
b712de9aa2
|
feat(bridge): enable automatic global imports for nuxt2 (#609)
|
2021-10-02 18:59:32 +02:00 |
|
pooya parsa
|
6e496373f3
|
feat: use native esm for all packages (#539)
|
2021-10-02 18:01:17 +02:00 |
|
Daniel Roe
|
71e71d1327
|
feat(bridge, nuxt3): expose equivalent useRoute and useRouter com… (#615)
|
2021-10-02 14:32:28 +02:00 |
|
Daniel Roe
|
ad9d2d1906
|
feat(bridge): add support for legacy composition api helpers (#584)
|
2021-09-29 12:38:44 +02:00 |
|
Daniel Roe
|
b8b32ac32d
|
chore: use miniflare for testing repo and recommend to users (#585)
|
2021-09-28 13:30:54 +02:00 |
|
pooya parsa
|
6329a681e4
|
refactor: migrate from upath to pathe (#553)
|
2021-09-27 14:49:36 +02:00 |
|
Pooya Parsa
|
201236195d
|
test(cloudflare): provide TextEncoder and TextDecoder
jsdom/jsdom#2524
|
2021-09-22 22:31:58 +02:00 |
|
Pooya Parsa
|
a0d2caf003
|
test: early return if build failed
|
2021-09-22 22:01:25 +02:00 |
|
pooya parsa
|
fc019b8816
|
feat(bridge): enable composition-api (#551)
|
2021-09-22 17:34:11 +02:00 |
|
pooya parsa
|
62647844b5
|
chore: update to unbuild 0.5.x (#545)
|
2021-09-21 18:49:36 +02:00 |
|
renovate[bot]
|
758bf3ef6f
|
chore(deps): update all non-major dependencies (#521)
|
2021-09-20 20:59:49 +02:00 |
|
renovate[bot]
|
9f7438afb1
|
chore: update all non-major dependencies and add node to nitro external conditions (#440)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2021-09-05 23:54:12 +02:00 |
|
pooya parsa
|
44458fcbbb
|
feat: nuxt bridge (#459)
|
2021-09-05 23:21:33 +02:00 |
|
pooya parsa
|
084b4e2123
|
refactor: rename nuxt-cli to nuxi (#430)
|
2021-08-10 19:37:03 +02:00 |
|
Daniel Roe
|
72ae30de08
|
chore: improve ci workflow (#319)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2021-08-09 19:30:25 +02:00 |
|
Daniel Roe
|
d841673e9c
|
chore: upgrade to yarn v3 (#388)
[skip-release]
|
2021-07-26 22:14:31 +02:00 |
|
pooya parsa
|
be255772b2
|
feat: support ssr: false (#351)
Co-Authored-By: Daniel Roe <daniel@roe.dev>
|
2021-07-21 22:05:22 +02:00 |
|
pooya parsa
|
6318438415
|
feat(nitro, vite): use native module (#252)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2021-07-15 11:38:06 +02:00 |
|
Daniel Roe
|
0a3041cdf9
|
fix: allow use of nuxt3 in non-wsl windows environment (#308)
|
2021-07-12 12:54:24 +02:00 |
|
Pooya Parsa
|
838eae4a57
|
chore: apply latest eslint rules
closes #163
|
2021-05-24 13:14:10 +02:00 |
|
renovate[bot]
|
82b585dbb0
|
chore(deps): lock file maintenance and fix lint issues (#141)
|
2021-05-20 12:58:30 +02:00 |
|
pooya parsa
|
5aa59c2ca5
|
test: add nitro preset tests (v2 & v3) (#104)
|
2021-04-23 21:52:32 +02:00 |
|