5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-21 03:19:31 +08:00
wails/v3/internal
Fabio Massaioli f01b4b9a21
[v3] Fix binding generator bugs (#4001)
* Add some clarifying comments

* Remove special handling of window parameters

* Improve internal method exclusion

* Add test for internal method exclusion

* Remove useless blank field from app options

This is a leftover from an older version of the static analyser. It should have been removed long ago.

* Remove redundant godebug setting

gotypesalias=1 is the default starting with go1.23

* Use new range for syntax to simplify code

* Remove generator dependency on github.com/samber/lo

* Ensure generator testing tasks do not use the test cache

* Rename cyclic types test

* Test for cyclic imports

* Fix import cycle between model files

* Sort class aliases after their aliased class

* Test class aliases

* Fix length of default value for array types

* Test array initialization

* Add changelog

* Update changelog

* Fix contrived marking technique in model sorting algorithm

* Update binding example

* Update test data

---------

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2025-01-17 18:56:07 +11:00
..
assetserver Fix build issue 2024-12-15 08:32:43 +11:00
buildinfo Add build info tool 2024-07-30 22:03:01 +10:00
capabilities Fix windows build 2023-11-12 14:23:13 +11:00
commands [v3] Update Templates (macOS Target Version and Linux aarch64 AppImage) (#3981) 2025-01-15 08:01:24 +11:00
dbus [V3-Linux] Systray OnClick on initial icon click (#3907) 2024-11-24 07:46:14 +11:00
debug Run go mod tidy on project creation. Use better method of relative module location. 2023-08-12 14:32:52 +10:00
doctor Add diagnostics section to wails doctor. 2025-01-15 17:46:59 +11:00
fileexplorer OpenFileManager for opening with the native file manager and optional file selection support (#3937) 2024-12-13 21:37:18 +11:00
flags Add -clean option for bindings generation. 2025-01-11 14:31:57 +11:00
generator [v3] Fix binding generator bugs (#4001) 2025-01-17 18:56:07 +11:00
github Add releasenotes command 2025-01-02 11:38:48 +11:00
go-common-file-dialog [v3] allow build with garble (#3192) 2025-01-10 16:36:24 +11:00
hash [v3] Move to integer call ids for bound methods. 2023-08-19 14:25:36 +10:00
operatingsystem [V3-Linux] Upgrade to Webkitgtk4.1 (#3461) 2024-05-08 18:08:14 +10:00
packager [V3-Linux] Support for deb,rpm,arch linux packager packaging (#3909) 2024-11-30 13:31:56 +11:00
runtime Single Instance feature. 2024-12-30 21:02:43 +11:00
s Support template generation 2025-01-01 20:58:49 +11:00
service Breaking Change: Service method names 2025-01-16 07:47:23 +11:00
signal # Conflicts: 2024-09-18 05:55:49 +10:00
templates Frontend builds now use vite environment "development" or "production" depending on build type 2025-01-13 18:24:21 +11:00
term Add diagnostics section to wails doctor. 2025-01-15 17:46:59 +11:00
version v3.0.0-alpha.9 2025-01-13 21:30:16 +11:00