Added
- Dotenv (
.env) file support - Code snippets for requests for different programming languages #149
- Persistent Webhook URL (
--create-session %VALUD_UUID%flag for theservesub-command) #160
Changed
- Frontend building using WebPack
- VueJS updated from v2 to v3
- Bootstrap updated from v4 to v5
- All frontend dependencies are now built-in (no external network requests are needed anymore)
- OpenAPI specification now is used for the code generation on the frontend and backend sides
- E2E tests now use the hurl instead of postman/newman
- CLI global flags now should be defined before the sub-command (
./app serve --log-json ...→./app --log-json serve ...)
Removed
--publicflag (and env variablePUBLIC_DIR) support forservesub-command
Fixed
- A lot of small frontend issues