Commit Graph

126 Commits

Author SHA1 Message Date
Filip Sodić
dfd238205f Update date in ChangeLog 2024-07-17 16:27:43 +02:00
Filip Sodić
57d18ebed1 Update ChangeLog 2024-07-17 16:26:28 +02:00
Mihovil Ilakovac
dccc3074e9
Updates Changelog with latest changes (#2149) 2024-07-03 15:52:56 +02:00
wardbox
3b70f90234
Add support for auth with Discord (#2110) 2024-06-25 18:31:58 +02:00
Filip Sodić
52277d8b15
Improve server and client operations API (#2044) 2024-06-22 13:53:10 +02:00
Mihovil Ilakovac
115ed2f25b
Auth Hooks (#1993) 2024-06-20 17:10:11 +02:00
Martin Šošić
3679ab6ed4
Improved default gitignore regarding .env rules. (#2083)
* Improved default gitignore regarding .env rules.

* Update web/docs/project/env-vars.md

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* Uncommented dotenv info in docs.

* Updated gitignores of example apps.

* Added to ChangeLog.

---------

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2024-06-07 10:41:02 +02:00
Filip Sodić
7313fe6e53
Enable a subset of strict: true when building SDK (#2054) 2024-05-28 14:25:52 +02:00
Mihovil Ilakovac
4bb0f9e50d
Fixes route ordering to prevent Wasp routes being overriden (#2039) 2024-05-17 15:23:04 +02:00
Mihovil Ilakovac
af38daecb2
Fixes the default netlify.toml in the built web app (#2041) 2024-05-17 15:08:19 +02:00
Mihovil Ilakovac
ce7a0d5795
Log unknown OAuth errors (#2038) 2024-05-17 15:07:54 +02:00
Mihovil Ilakovac
676cf2222b
Hide Prisma update message (#2005) 2024-05-13 11:02:10 +02:00
Filip Sodić
31161d131e
Small cleanup after #1992 (#2021) 2024-05-08 17:36:09 +02:00
Mihovil Ilakovac
76580648bc
Adds "module" to tsconfig.json (#2012) 2024-05-08 11:57:31 +02:00
Martin Šošić
1e78226634
Loading page (#1984) 2024-05-03 15:07:05 +02:00
Mihovil Ilakovac
0e70547f7b
Update AuthUser API (#1915) 2024-04-22 17:39:50 +02:00
Filip Sodić
27450eb348 Merge branch 'release' 2024-04-11 18:53:57 +02:00
Filip Sodić
8a1478053c
Fix type inference bug in Wasp 0.13.1 (#1949) 2024-04-11 18:02:37 +02:00
Filip Sodić
bd341f6d31
Update ChangeLog.md 2024-04-04 20:09:43 +02:00
Filip Sodić
f368b9b3ea
Fix typo in Changelog (#1939) 2024-04-04 18:19:12 +02:00
Filip Sodić
55d0b1b04c
Update Mage, waspc.cabal, and Changelog for 0.13.1 (#1937) 2024-04-04 16:15:09 +02:00
Mihovil Ilakovac
2b3bbf97f7
Updates SDK tsconfig to enable the incremental (#1931) 2024-04-03 15:11:03 +02:00
Mihovil Ilakovac
3d5ed1a5d3 Replaces Passport with Arctic for OAuth (#1851) 2024-03-18 13:06:59 +01:00
Mihovil Ilakovac
7329465974 Define the WASP_SERVER_URL env var (#1856) 2024-03-18 12:57:15 +01:00
Filip Sodić
8cfcd080a9 Bump version to 0.12.4
Change version, update e2e tests, update Changelog
2024-03-12 16:51:38 +01:00
Martin Sosic
e4932ec51b Added dates to latest releases in ChangeLog. 2024-03-01 23:24:30 +01:00
Martin Sosic
f2721e7679 Updated Wasp version to 0.12.3 + Mage to use it. 2024-03-01 16:18:11 +01:00
Martin Sosic
17479c76a9 Updated waspc.cabal, ChangeLog and e2e test to 0.12.2. 2024-02-29 19:00:11 +01:00
Martin Sosic
86938b232b Updated cabal, Changelog, and e2e tests to 0.12.1 . 2024-02-27 15:52:49 +01:00
Filip Sodić
646d7e2c7b
Enforce casing in operations and entities (#1818)
* Enforce casing in operations and entities

* Fix small error and remove improts

* Fix formatting

* Add fullstop to error messages

* Add naming changes to changelog and migration guide

* Update waspc/ChangeLog.md

* Update web/docs/migrate-from-0-11-to-0-12.md

* fix

---------

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
2024-02-27 09:12:29 +01:00
Martin Šošić
fda10de089
Updated ChangeLog.md to contain info about 0.12.0. (#1810)
* Updated ChangeLog.md to contain info about 0.12.0.

* fix
2024-02-26 16:05:19 +01:00
Martin Šošić
758110e686
Relax node version (#1533)
* Relaxed Wasp's node version requirements.

* Updated e2e tests.

* fix

* fix

* Fixed version of wasp app in headless tests.

* Update web/docs/introduction/getting-started.md

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* fix

* fix

* Small grammar fixes.

* fixes

* Updated e2e tests.

* fix

* fix

---------

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2024-01-04 11:30:42 +01:00
Martin Šošić
994a58f0dc
Wasp ai cli mage (#1601)
* Improved Wasp AI CLI experience.

* fix

* Added CLI Usage, polished CLI commands.

* Added choice of temperature.

* Added styling.

* Added more sophisticated, terminal-only styling.

* fix

* Updated Mage to use new Wasp CLI + added some messaging to CLI.

* fix

* Created wasp-ai/README, updated waspc/README.

* Moved wasp-ai/ to mage/.

* Final polishing (docs, readmes, messaging).

* fix

* Added tests for LogMsg.

* Updated versions of test apps to 0.12.

* fix

* fix

* Update mage/README.md

* fix

* fix
2023-12-22 15:14:38 +01:00
Mihovil Ilakovac
ef6d6b1041
Username validation refactor (#1569) 2023-11-15 13:05:00 +01:00
Mihovil Ilakovac
37af3c3143
Update ChangeLog.md 2023-11-14 13:56:40 +01:00
Mihovil Ilakovac
62aa2b72c4
Adjust the DB check error message (#1558) 2023-11-09 13:19:47 +01:00
Mihovil Ilakovac
96ea796067
Add check if migrations dir exists before copying (#1562) 2023-11-09 13:17:45 +01:00
Mihovil Ilakovac
2752f889c8
Sets the minimum number of Fly machines to 1 (#1535) 2023-11-06 15:47:45 +01:00
Mihovil Ilakovac
520c35af5c
Adds support for client subdir (#1516) 2023-10-27 15:12:47 +02:00
Mihovil Ilakovac
4aeddfbc9f Updates change log 2023-10-27 12:50:59 +02:00
Mihovil Ilakovac
03cfcdfaaf
Wasp Studio [experimental] (#1483) 2023-10-10 12:17:05 +02:00
Mihovil Ilakovac
88d9534fd3
Allow customising the Vite config (#1465) 2023-10-09 15:40:33 +02:00
Mihovil Ilakovac
20eb9e007a
Bumps Wasp version (#1448) 2023-09-16 00:43:46 +02:00
Mihovil Ilakovac
99c9021f82
Signup Customisation [RFC] (#1395) 2023-09-12 13:19:47 +02:00
Mihovil Ilakovac
cb88dfc618
Adding support for Postgres Extensions (#1443) 2023-09-12 13:03:57 +02:00
Mihovil Ilakovac
092ff2acaf
Type safe async jobs (#1400) 2023-09-07 16:32:55 +02:00
Martin Šošić
179ec45aa9
Updated default .gitignore for new Wasp project to be more robust regarding .env files (#1425) 2023-08-31 15:50:17 +02:00
Mihovil Ilakovac
6b77b673a6
Fixes a types export issue (#1421) 2023-08-31 11:56:20 +02:00
Mihovil Ilakovac
792c014551
Implement type safe links (#1235) 2023-08-30 14:40:17 +02:00
Craig McIlwrath
0f9726b7a1
[waspls] use the wasp project root instead of the workspace root (#1393)
* calculate project root via location of .wasp file

previously, waspls used workspace root, which was incorrect if you opened a
workspace larger than the wasp project.

this does not add support for multi-project workspaces.

* update changelog with waspls scaffolding info
2023-08-11 08:18:37 -04:00