Skip to content

Commit 4224b74

Browse files
committed
Revert "Version projects"
This reverts commit d6c9b43.
1 parent bdbaa10 commit 4224b74

3 files changed

Lines changed: 29 additions & 34 deletions

File tree

.nx/version-plans/desktop-1.0.0.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
desktop: major
3+
---
4+
5+
First stable release.
6+
7+
### New protocols and flow nodes
8+
9+
- **GraphQL requests**: full request editor with query/variables, dark theme tokens, CLI support, YAML export/import, response history, and delta overrides with assertions.
10+
- **WebSocket**: connection and send flow nodes, request panel, and tables for persisting messages and headers.
11+
- **Wait node**: pause flow execution for a configurable duration.
12+
- **Sub-flow**: new Run Sub Flow node plus SubFlowTrigger and SubFlowReturn, enabling flows to invoke other flows with typed inputs/outputs.
13+
14+
### Flow engine
15+
16+
- Flow runner overhaul with improved node execution and error propagation.
17+
- Flow-level error field and node ID mapping for more precise failure attribution.
18+
- Copy/paste support extended to GraphQL, WebSocket, and sub-flow nodes.
19+
20+
### Expression editor
21+
22+
- Autocomplete for built-in functions inside `{{ }}`: `uuid()`, `uuid("v4")`, `uuid("v7")`, `ulid()`, `now()`.
23+
- Dot-chain completion on `now()`: `.Unix()`, `.UnixMilli()`, `.UnixMicro()`, `.UnixNano()`.
24+
- New `faker` namespace for fake data — type `faker.` to browse 35 generators including `name()`, `email()`, `phoneNumber()`, `url()`, `ipv4()`, `ipv6()`, `macAddress()`, `username()`, `password()`, `word()`, `sentence()`, `paragraph()`, `date()`, `timestamp()`, `uuid()`, `randomInt(min, max)`.
25+
26+
### Delta system
27+
28+
- GraphQL delta support with snapshot/override semantics for name, URL, query, variables, description, headers, and assertions.

apps/desktop/CHANGELOG.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,3 @@
1-
# 1.0.0 (2026-04-24)
2-
3-
### 🚀 Features
4-
5-
- First stable release. ([6e09afa2](https://github.com/the-dev-tools/dev-tools/commit/6e09afa2))
6-
7-
### New protocols and flow nodes
8-
9-
- **GraphQL requests**: full request editor with query/variables, dark theme tokens, CLI support, YAML export/import, response history, and delta overrides with assertions.
10-
- **WebSocket**: connection and send flow nodes, request panel, and tables for persisting messages and headers.
11-
- **Wait node**: pause flow execution for a configurable duration.
12-
- **Sub-flow**: new Run Sub Flow node plus SubFlowTrigger and SubFlowReturn, enabling flows to invoke other flows with typed inputs/outputs.
13-
14-
### Flow engine
15-
16-
- Flow runner overhaul with improved node execution and error propagation.
17-
- Flow-level error field and node ID mapping for more precise failure attribution.
18-
- Copy/paste support extended to GraphQL, WebSocket, and sub-flow nodes.
19-
20-
### Expression editor
21-
22-
- Autocomplete for built-in functions inside `{{ }}`: `uuid()`, `uuid("v4")`, `uuid("v7")`, `ulid()`, `now()`.
23-
- Dot-chain completion on `now()`: `.Unix()`, `.UnixMilli()`, `.UnixMicro()`, `.UnixNano()`.
24-
- New `faker` namespace for fake data — type `faker.` to browse 35 generators including `name()`, `email()`, `phoneNumber()`, `url()`, `ipv4()`, `ipv6()`, `macAddress()`, `username()`, `password()`, `word()`, `sentence()`, `paragraph()`, `date()`, `timestamp()`, `uuid()`, `randomInt(min, max)`.
25-
26-
### Delta system
27-
28-
- GraphQL delta support with snapshot/override semantics for name, URL, query, variables, description, headers, and assertions.
29-
30-
### ❤️ Thank You
31-
32-
- moosebay
33-
341
## 0.5.0 (2026-03-04)
352

363
### 🚀 Features

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@the-dev-tools/desktop",
33
"description": "DevTools Studio is a powerful API testing tool that records your browser interactions, automatically generates requests, and seamlessly chains them for functional testing. With built-in CI integration, it streamlines API validation from development to deployment.",
44
"author": "DevTools",
5-
"version": "1.0.0",
5+
"version": "0.5.0",
66
"private": true,
77
"type": "module",
88
"main": "./out/main/index.js",

0 commit comments

Comments
 (0)