Skip to content

Commit f31075c

Browse files
committed
Revert "Version projects"
This reverts commit 6797eff.
1 parent a591bbb commit f31075c

6 files changed

Lines changed: 57 additions & 67 deletions

File tree

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
cli: major
3+
---
4+
5+
First stable release.
6+
7+
### New protocols and flow nodes
8+
9+
- **GraphQL requests**: query/variables, assertions, response history, YAML export/import.
10+
- **WebSocket**: connection and send flow nodes with message capture.
11+
- **Wait node**: pause flow execution for a configurable duration.
12+
- **Sub-flow**: Run Sub Flow node plus Sub-Flow Trigger and Sub-Flow Return for composing flows.
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+
19+
### Expression editor
20+
21+
- Built-in `uuid()`, `uuid("v4")`, `uuid("v7")`, `ulid()`, `now()` helpers inside `{{ }}`.
22+
- Dot-chain on `now()`: `.Unix()`, `.UnixMilli()`, `.UnixMicro()`, `.UnixNano()`.
23+
- `faker.*` namespace (35 generators — `name()`, `email()`, `phoneNumber()`, `url()`, `ipv4()`, `word()`, `sentence()`, `paragraph()`, `date()`, `timestamp()`, `uuid()`, `randomInt(min, max)`, ...) for fake test data.
24+
25+
### AI
26+
27+
- AI agent with tool execution, streaming, and multi-provider support (OpenAI, Anthropic, Gemini), credential vault encryption, and variable introspection.

.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/cli/CHANGELOG.md

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,3 @@
1-
# 1.0.0 (2026-04-24)
2-
3-
### 🚀 Features
4-
5-
- First stable release. ([416bec73](https://github.com/the-dev-tools/dev-tools/commit/416bec73))
6-
7-
### New protocols and flow nodes
8-
9-
- **GraphQL requests**: query/variables, assertions, response history, YAML export/import.
10-
- **WebSocket**: connection and send flow nodes with message capture.
11-
- **Wait node**: pause flow execution for a configurable duration.
12-
- **Sub-flow**: Run Sub Flow node plus Sub-Flow Trigger and Sub-Flow Return for composing flows.
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-
19-
### Expression editor
20-
21-
- Built-in `uuid()`, `uuid("v4")`, `uuid("v7")`, `ulid()`, `now()` helpers inside `{{ }}`.
22-
- Dot-chain on `now()`: `.Unix()`, `.UnixMilli()`, `.UnixMicro()`, `.UnixNano()`.
23-
- `faker.*` namespace (35 generators — `name()`, `email()`, `phoneNumber()`, `url()`, `ipv4()`, `word()`, `sentence()`, `paragraph()`, `date()`, `timestamp()`, `uuid()`, `randomInt(min, max)`, ...) for fake test data.
24-
25-
### AI
26-
27-
- AI agent with tool execution, streaming, and multi-provider support (OpenAI, Anthropic, Gemini), credential vault encryption, and variable introspection.
28-
29-
### ❤️ Thank You
30-
31-
- moosebay
32-
331
## 0.2.2 (2026-02-26)
342

353
### 🩹 Fixes

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@the-dev-tools/cli",
3-
"version": "1.0.0",
3+
"version": "0.2.2",
44
"private": true,
55
"type": "module",
66
"exports": "./dist",

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. ([416bec73](https://github.com/the-dev-tools/dev-tools/commit/416bec73))
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)