Jason Kulatunga
da99ea47b0
Update docs + examples.
...
Serve runtime from assetserver if requested.
Add gin guide, fix asset server merge, add gin example
adding http.CloseNotifier and http.Flusher interface to assetserver.contentTypeSniffer, for Gin (and other framework) compatibility.
2025-03-11 21:06:57 +11:00
Lea Anthony
b72782c35d
Update docs + examples.
...
Serve runtime from assetserver if requested.
2025-03-11 08:50:03 +11:00
Lea Anthony
e4d6e54c63
Add gin guide, fix asset server merge, add gin example
2025-03-09 15:58:50 +11:00
Lea Anthony
38a4299883
Add gin guide
2025-03-09 14:38:47 +11:00
Lea Anthony
15b9118077
Add gin example
2025-03-09 14:38:46 +11:00
Jason Kulatunga
d95b77ad04
update changelog.
2025-03-09 14:38:44 +11:00
Jason Kulatunga
742b802cf7
adding http.CloseNotifier and http.Flusher interface to assetserver.contentTypeSniffer, for Gin (and other framework) compatibility.
2025-03-09 14:38:22 +11:00
Lea Anthony
bd59b8c724
Merge pull request #4119 from mbaklor/v3-alpha
...
[V3] add ".html" to assetFileServer requests with no extension
2025-03-08 12:02:54 +11:00
Lea Anthony
abd27b285e
Merge branch 'v3-alpha' into v3-alpha
2025-03-08 11:54:03 +11:00
Lea Anthony
c8e3ba2d4b
PR workflow change
2025-03-08 11:44:02 +11:00
Lea Anthony
e07e924519
Remove Warp agents
2025-03-08 11:35:42 +11:00
Lea Anthony
163beb5d58
Merge pull request #4118 from atterpac/v3/watcher-fix
...
v3/ Fix dev watcher - Bump refresh version
2025-03-08 10:54:18 +11:00
Michael B
f316b19c2b
added assetFileServer fix to changelog.mdx
2025-03-07 15:44:24 +02:00
Michael B
10791fabbd
add '.html' to requests with no extension and no file found
2025-03-07 14:43:47 +02:00
Atterpac
fd420bff32
Bump refresh version
2025-03-05 13:02:46 -07:00
Lea Anthony
96fa0d25f0
Merge pull request #4067 from fbbdev/v3-alpha-feature/service-api
...
[v3] Built-in service standardisation and enhancement
2025-03-01 16:34:32 +11:00
Lea Anthony
f87dce15ea
Merge branch 'v3-alpha' into fork/fbbdev/v3-alpha-feature/service-api
...
# Conflicts:
# docs/src/content/docs/changelog.mdx
# v3/examples/services/assets/bindings/github.com/wailsapp/wails/v3/pkg/services/kvstore/keyvaluestore.js
# v3/examples/services/assets/bindings/github.com/wailsapp/wails/v3/pkg/services/log/loggerservice.js
# v3/examples/services/assets/bindings/github.com/wailsapp/wails/v3/pkg/services/sqlite/service.js
2025-03-01 16:33:11 +11:00
GitHub Actions
d130544b1b
[skip ci] Publish @wailsio/runtime v3.0.0-alpha.67
2025-03-01 05:24:18 +00:00
Lea Anthony
229dfa8f6f
Merge pull request #4104 from fbbdev/v3-alpha-feature/typescript-runtime-testdata
...
[v3] Testdata update + smarter npm workflow
2025-03-01 16:23:08 +11:00
Fabio Massaioli
2a424f6be5
Simplify ci pipeline
2025-02-28 22:31:10 +01:00
Fabio Massaioli
c468af839c
Ignore build artifacts
2025-02-28 22:25:13 +01:00
Fabio Massaioli
7c56c4ce00
Remove build artifacts
2025-02-28 22:25:13 +01:00
Fabio Massaioli
5b6fd04b09
Stop typedoc noise
2025-02-28 22:25:13 +01:00
Fabio Massaioli
69b11109ac
Smarter publish pipeline
2025-02-28 01:43:57 +01:00
Fabio Massaioli
e64cbd3e66
Test data updates
2025-02-28 01:33:00 +01:00
GitHub Actions
fc0eb760cd
[skip ci] Publish @wailsio/runtime v3.0.0-alpha.66
2025-02-27 20:52:35 +00:00
Lea Anthony
3aa3e09317
Merge pull request #4100 from fbbdev/v3-alpha-feature/typescript-runtime
...
[v3] TypeScript runtime
2025-02-28 07:51:31 +11:00
GitHub Actions
73da97053e
[skip ci] Publish @wailsio/runtime v3.0.0-alpha.65
2025-02-27 20:49:51 +00:00
Lea Anthony
835fcbecc8
[ci] Try warpbuild
2025-02-28 07:49:00 +11:00
Lea Anthony
6423abe630
Merge branch 'v3-alpha' into v3-alpha-feature/typescript-runtime
2025-02-28 07:41:04 +11:00
GitHub Actions
e1a296c68e
[skip ci] Publish @wailsio/runtime v3.0.0-alpha.64
2025-02-27 20:33:57 +00:00
Lea Anthony
01a51f74e4
[ci] Better PR checks
2025-02-28 07:33:22 +11:00
GitHub Actions
183abde394
[skip ci] Publish @wailsio/runtime v3.0.0-alpha.63
2025-02-27 20:22:29 +00:00
Fabio Massaioli
9988b7eca8
[v3] Binding generator tests for Go 1.24 features ( #4068 )
...
* Enable go1.24 tests
This reverts commit e38684e7885c9c7b5ad3f704ad500c39bbce7715.
* Testdata for go1.24
This reverts commit 7ed397dc452f420551dfdd05dfe0c6a7646b3ba4.
* Require go 1.24
* Update changelog
* Add test for omitzero
---------
Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2025-02-28 07:21:51 +11:00
GitHub Actions
e4f0b64630
[skip ci] Publish @wailsio/runtime v3.0.0-alpha.62
2025-02-27 20:09:11 +00:00
Lea Anthony
3b045ada7b
[ci] update PR Checks conditions
2025-02-28 07:07:52 +11:00
GitHub Actions
2dcd35f181
[skip ci] Publish @wailsio/runtime v3.0.0-alpha.61
2025-02-27 20:07:10 +00:00
Lea Anthony
9ee2ca51d4
[ci] update PR Checks conditions
2025-02-28 07:06:23 +11:00
GitHub Actions
151bc6d36b
[skip ci] Publish @wailsio/runtime v3.0.0-alpha.60
2025-02-27 19:14:31 +00:00
Lea Anthony
cdbe38a30e
Merge pull request #4101 from fbbdev/v3-alpha-bugfix/publish-ci-versioning
...
[v3] Fix npm ci
2025-02-28 06:13:58 +11:00
GitHub Actions
c96b7c693c
[skip ci] Publish @wailsio/runtime 3.0.0-alpha.59
2025-02-27 19:07:58 +00:00
Lea Anthony
dee22c18ee
[ci] update PR Checks conditions
2025-02-28 06:07:09 +11:00
Fabio Massaioli
30f0ec4e9c
Go mod tidy
2025-02-27 12:05:54 +01:00
Fabio Massaioli
0a0592a52e
Fix npm ci
2025-02-27 12:01:43 +01:00
Fabio Massaioli
da9a9603b9
Merge branch 'v3-alpha' into v3-alpha-feature/typescript-runtime
...
# Conflicts:
# docs/src/content/docs/changelog.mdx
2025-02-27 11:21:48 +01:00
GitHub Actions
28d22f7bfa
[skip ci] Publish @wailsio/runtime 3.0.0-alpha.58
2025-02-27 10:02:02 +00:00
Lea Anthony
b2c43c034f
[windows]Better popup menu positioning
2025-02-27 21:01:14 +11:00
Fabio Massaioli
698f9cac39
Relax typescript compile target
2025-02-27 00:46:37 +01:00
Fabio Massaioli
db9e520f08
Use safari11 as esbuild target for High Sierra support
2025-02-27 00:30:48 +01:00
Fabio Massaioli
368678ca6b
Update changelog
2025-02-26 17:36:45 +01:00