Lea Anthony
|
83d9297cac
|
v2.0.0-alpha.27
|
2021-02-20 14:51:38 +11:00 |
|
Lea Anthony
|
61afe711bd
|
v2.0.0-alpha.26
|
2021-02-11 07:17:28 +11:00 |
|
Lea Anthony
|
9b9bcd657f
|
v2.0.0-alpha.25
|
2021-02-09 21:21:51 +11:00 |
|
Lea Anthony
|
9910d1127a
|
v2.0.0-alpha.24
|
2021-02-09 21:11:11 +11:00 |
|
Lea Anthony
|
21a0245985
|
Generate bindings in package. Support dialogs in dev mode.
|
2021-02-09 21:10:06 +11:00 |
|
Lea Anthony
|
e860f3a00e
|
v2.0.0-alpha.23
|
2021-02-08 08:57:32 +11:00 |
|
Lea Anthony
|
2c0f93d647
|
v2.0.0-alpha.22
|
2021-02-08 06:52:21 +11:00 |
|
Lea Anthony
|
7c22cbcf38
|
Bridge working for calls. Notify TBD
|
2021-02-08 06:36:13 +11:00 |
|
Lea Anthony
|
e4b03f510b
|
First step to bridge support
|
2021-02-06 21:50:21 +11:00 |
|
Lea Anthony
|
6dabab1d2e
|
v2.0.0-alpha.21
|
2021-02-03 07:20:08 +11:00 |
|
Lea Anthony
|
5cd08e45f0
|
v2.0.0-alpha.20
|
2021-01-31 22:50:01 +11:00 |
|
Lea Anthony
|
d3501f4cb7
|
v2.0.0-alpha.19
|
2021-01-31 21:59:16 +11:00 |
|
Lea Anthony
|
bbb07e17d9
|
v2.0.0-alpha.18
|
2021-01-31 21:20:40 +11:00 |
|
Lea Anthony
|
a6bb6e0c93
|
v2.0.0-alpha.17
|
2021-01-26 12:30:45 +11:00 |
|
Lea Anthony
|
4a5863e6ac
|
Ported update command
|
2021-01-26 12:30:14 +11:00 |
|
Lea Anthony
|
913fe8d184
|
v2.0.0-alpha.16
|
2021-01-26 11:11:23 +11:00 |
|
Lea Anthony
|
2415d4c531
|
v2.0.0-alpha.15
|
2021-01-25 21:21:44 +11:00 |
|
Lea Anthony
|
d923e84456
|
v2.0.0-alpha.14
|
2021-01-23 21:00:04 +11:00 |
|
Lea Anthony
|
c6d87da4f0
|
v2.0.0-alpha.13
|
2021-01-23 20:39:43 +11:00 |
|
Lea Anthony
|
d436f5d1be
|
v2.0.0-alpha.12
|
2021-01-23 16:22:00 +11:00 |
|
Lea Anthony
|
2a64ed19a3
|
v2.0.0-alpha.11
|
2021-01-22 14:57:50 +11:00 |
|
Lea Anthony
|
b435ec1217
|
v2.0.0-alpha.10
|
2021-01-14 20:43:26 +11:00 |
|
Lea Anthony
|
0a0063de1f
|
bump version
|
2021-01-14 00:28:15 +11:00 |
|
Lea Anthony
|
1b7d1e61cc
|
v2.0.0-alpha.8
|
2021-01-13 23:47:15 +11:00 |
|
Lea Anthony
|
eef8eb756f
|
Bump version
|
2021-01-13 22:56:09 +11:00 |
|
Lea Anthony
|
7347d2caa2
|
Add wails debug command
|
2021-01-11 11:20:25 +11:00 |
|
Lea Anthony
|
f77729fc0b
|
v2.0.0-alpha.6
|
2021-01-05 14:28:50 +11:00 |
|
Lea Anthony
|
9be539cfb8
|
Force rebuild each time to pick up .h changes Tidy up go.mod. Bump version.
|
2021-01-05 14:01:53 +11:00 |
|
Lea Anthony
|
e44f2fe06d
|
Moved version out of main.
|
2021-01-05 13:26:31 +11:00 |
|
Lea Anthony
|
cfee44b18b
|
Fix typo
|
2021-01-03 05:31:05 +11:00 |
|
Lea Anthony
|
f384fc7562
|
Add -k flag for debug purposes
|
2021-01-03 05:02:48 +11:00 |
|
Lea Anthony
|
a54d875ceb
|
Fix misc build issues
|
2021-01-01 13:00:38 +11:00 |
|
Lea Anthony
|
b920f45f60
|
Formatting update.
|
2020-11-21 12:07:55 +11:00 |
|
Lea Anthony
|
7f02f6886f
|
Improved project generation
|
2020-11-21 11:56:01 +11:00 |
|
Lea Anthony
|
aa271d6498
|
Support git init. Get author details.
|
2020-11-21 11:43:13 +11:00 |
|
Lea Anthony
|
9e6ae4d762
|
Support building Mac package
|
2020-11-21 07:09:25 +11:00 |
|
Lea Anthony
|
62374b9b53
|
Js package generation (#554)
* WIP
* Generation of index.js
* Add RelativeToCwd
* Add JSDoc comments
* Convert to ES6 syntax
* Fix typo
* Initial generation of typescript declarations
* Typescript improvements
* Improved @returns jsdoc
* Improved declaration files
* Simplified output
* Rename file
* Tidy up
* Revert "Simplified output"
This reverts commit 15cdf7382b .
* Now parsing actual code
* Support Array types
* Reimagined parser
* Wrap parsing in Parser
* Rewritten module generator (TS Only)
* Final touches
* Slight refactor to improve output
* Struct comments. External struct literal binding
* Reworked project parser *working*
* remove debug info
* Refactor of parser
* remove the spew
* Better Ts support
* Better project generation logic
* Support local functions in bind()
* JS Object generation. Linting.
* Support json tags in module generation
* Updated mod files
* Support vscode file generation
* Better global.d.ts
* add ts-check to templates
* Support TS declaration files
* improved 'generate' command for module
|
2020-11-15 09:25:38 +11:00 |
|
Lea Anthony
|
c9bf4e3d48
|
refactor clilogger
|
2020-10-17 13:47:13 +11:00 |
|
Lea Anthony
|
53b54a8e52
|
Revert logger package
|
2020-10-09 10:33:11 +11:00 |
|
Lea Anthony
|
0403e0a783
|
Make logger a public package
|
2020-10-09 10:30:01 +11:00 |
|
Travis McLane
|
c158fd369a
|
Merge commit 'a213e8bcd1d8e4e5c764978879d875d2d55dd400' as 'v2'
|
2020-09-15 19:52:54 -05:00 |
|