-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreleases.html
More file actions
539 lines (491 loc) · 25 KB
/
Copy pathreleases.html
File metadata and controls
539 lines (491 loc) · 25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Changelog — DevForge</title>
<meta name="description" content="Release history for all 11 DevForge CLI tools: API Contract Guardian, json2sql, DeployDiff, ConfigDrift, APIAuth, APIGhost, Envault, DataMorph, DeadCode, click-to-mcp, and SchemaForge.">
<meta name="keywords" content="changelog, releases, CLI tools, developer tools, OpenAPI, SQL, infrastructure, config drift">
<meta property="og:title" content="DevForge — Changelog">
<meta property="og:description" content="Release history for all autonomous developer CLI tools.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://coding-dev-tools.github.io/devforge/releases.html">
<meta name="twitter:site" content="@DevForge">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="DevForge — Changelog">
<meta name="twitter:description" content="Release history for all 11 DevForge CLI tools.">
<meta name="twitter:image" content="https://coding-dev-tools.github.io/devforge/og-image.svg">
<meta property="og:image" content="https://coding-dev-tools.github.io/devforge/og-image.svg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<link rel="canonical" href="https://coding-dev-tools.github.io/devforge/releases.html">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚒</text></svg>">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', -apple-system, sans-serif; background: #0a0a0b; color: #e1e1e3; line-height: 1.6; min-height: 100vh; }
/* Navigation */
nav { position: fixed; top: 0; width: 100%; z-index: 100; background: rgba(10,10,11,0.85); backdrop-filter: blur(12px); border-bottom: 1px solid #1e1e20; }
nav .inner { max-width: 1100px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; }
nav .logo { font-weight: 700; font-size: 1.15rem; color: #fff; letter-spacing: -0.02em; }
nav .logo span { color: #6366f1; }
nav .links a { color: #888; text-decoration: none; font-size: 0.85rem; margin-left: 28px; transition: color .15s; }
nav .links a:hover { color: #fff; }
nav .links a.active { color: #fff; }
/* Hero */
.hero { max-width: 1100px; margin: 0 auto; padding: 140px 24px 48px; text-align: center; }
.hero h1 { font-size: 2.6rem; font-weight: 800; line-height: 1.15; letter-spacing: -0.04em; color: #fff; }
.hero h1 span { background: linear-gradient(135deg, #6366f1, #a78bfa); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero p { font-size: 1rem; color: #888; max-width: 550px; margin: 16px auto 0; }
/* Release timeline */
.releases { max-width: 800px; margin: 0 auto; padding: 20px 24px 100px; }
.release-group { margin-bottom: 48px; }
.release-group h2 { font-size: 1.3rem; font-weight: 700; color: #fff; margin-bottom: 4px; letter-spacing: -0.02em; }
.release-group .tool-icon { display: inline-block; margin-right: 8px; }
.release-group .gh-link { font-size: 0.8rem; color: #6366f1; text-decoration: none; font-weight: 500; }
.release-group .gh-link:hover { text-decoration: underline; }
.release-group .subtitle { color: #888; font-size: 0.82rem; margin-bottom: 24px; }
.release-version { background: #121213; border: 1px solid #1e1e20; border-radius: 12px; padding: 24px 28px; margin-bottom: 16px; }
.release-version .version-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.release-version .version-tag { font-size: 0.95rem; font-weight: 700; color: #fff; }
.release-version .version-date { font-size: 0.78rem; color: #666; }
.release-version .badge { font-size: 0.65rem; padding: 2px 10px; border-radius: 20px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.3px; }
.release-version .badge.added { background: rgba(16,185,129,0.12); color: #34d399; }
.release-version .badge.fixed { background: rgba(245,158,11,0.12); color: #f59e0b; }
.release-version .badge.changed { background: rgba(99,102,241,0.12); color: #a78bfa; }
.release-version ul { list-style: none; }
.release-version li { font-size: 0.82rem; color: #aaa; padding: 5px 0; display: flex; align-items: flex-start; gap: 8px; }
.release-version li::before { content: '▸'; color: #555; font-weight: 700; flex-shrink: 0; }
.no-releases { text-align: center; padding: 60px 0; color: #666; font-size: 0.9rem; }
/* Footer */
footer { max-width: 1100px; margin: 0 auto; padding: 40px 24px; border-top: 1px solid #1e1e20; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
footer span { font-size: 0.8rem; color: #555; }
footer a { color: #888; text-decoration: none; font-size: 0.8rem; }
footer a:hover { color: #fff; }
@media (max-width: 640px) {
.hero h1 { font-size: 1.8rem; }
.release-version { padding: 16px 18px; }
nav .links a { margin-left: 12px; font-size: 0.75rem; }
}
</style>
<!-- Plausible Analytics -->
<script defer data-domain="devforge" src="https://plausible.io/js/script.js"></script>
</head>
<body>
<nav>
<div class="inner">
<div class="logo"><a href=""><span>⚒</span> DevForge</a></div>
<div class="links">
<a href="start-here.html">Start Here</a>
<a href="quickstart.html">Get Started</a>
<a href="#products">Products</a>
<a href="docs.html">Docs</a>
<a href="pricing.html">Pricing</a>
<a href="alternatives.html">Alternatives</a>
<a href="releases.html" style="font-weight:700">Changelog</a>
<a href="quickstart.html">Get Started</a>
<a href="index.html">Home</a>
<a href="docs.html">Docs</a>
<a href="pricing.html">Pricing</a>
<a href="alternatives.html">Alternatives</a>
<a href="releases.html" class="active">Changelog</a>
<a href="blog.html">Blog</a>
<a href="about.html">About</a>
<a href="https://github.com/Coding-Dev-Tools" target="_blank">GitHub</a>
</div>
</div>
</nav>
<!-- Hero -->
<section class="hero">
<h1>Release <span>History</span></h1>
<p>Track every update across our suite of developer CLI tools.</p>
</section>
<!-- Releases -->
<section class="releases">
<!-- API Contract Guardian -->
<div class="release-group">
<h2><span class="tool-icon">⚡</span> API Contract Guardian</h2>
<a href="https://github.com/Coding-Dev-Tools/api-contract-guardian/releases" class="gh-link">View on GitHub →</a>
<div class="subtitle">OpenAPI schema diffing and breaking change detection</div>
<div class="release-version">
<div class="version-header">
<span class="version-tag">v0.1.0</span>
<span class="version-date">2026-05-14</span>
<span class="badge added">Initial Release</span>
</div>
<ul>
<li>Breaking change detection: removed endpoints, changed types, renamed fields, removed properties, required property additions, response format changes</li>
<li>OpenAPI 3.0.x and 3.1.x support</li>
<li>Git branch, tag, and commit diffing</li>
<li>Local file comparison mode</li>
<li>Human-readable markdown migration guide generation</li>
<li>CI gating with non-zero exit on breaking changes</li>
<li>Python 3.10+ support</li>
</ul>
</div>
</div>
<!-- json2sql -->
<div class="release-group">
<h2><span class="tool-icon">↻</span> json2sql</h2>
<a href="https://github.com/Coding-Dev-Tools/json2sql/releases" class="gh-link">View on GitHub →</a>
<div class="subtitle">JSON to SQL conversion with multi-dialect support</div>
<div class="release-version">
<div class="version-header">
<span class="version-tag">v0.1.0</span>
<span class="version-date">2026-05-14</span>
<span class="badge added">Initial Release</span>
</div>
<ul>
<li>JSON to SQL INSERT conversion</li>
<li>Nested JSON auto-flattening into relational tables</li>
<li>Multi-dialect output: PostgreSQL, MySQL, SQLite</li>
<li>Array-of-objects handling as multiple INSERT rows</li>
<li>Type inference for strings, numbers, booleans, nulls</li>
<li>stdin pipe support</li>
<li>Table name specification</li>
<li>Output file support</li>
<li>Python 3.10+ support, zero dependencies beyond typer</li>
</ul>
</div>
</div>
<!-- DeployDiff -->
<div class="release-group">
<h2><span class="tool-icon">☁</span> DeployDiff</h2>
<a href="https://github.com/Coding-Dev-Tools/deploydiff/releases" class="gh-link">View on GitHub →</a>
<div class="subtitle">Infrastructure change preview with cost and blast radius analysis</div>
<div class="release-version">
<div class="version-header">
<span class="version-tag">v0.1.0</span>
<span class="version-date">2026-05-14</span>
<span class="badge added">Initial Release</span>
</div>
<ul>
<li>Infrastructure change preview with resource summary (creates, updates, deletes, replaces)</li>
<li>Property-level diffs with before/after values</li>
<li>Cost impact estimation per resource</li>
<li>Rollback command generation</li>
<li>Terraform plan JSON support</li>
<li>CloudFormation change set support</li>
<li>Pulumi preview support</li>
<li>Destructive action highlighting</li>
<li>CI/CD integration with exit code gating</li>
</ul>
</div>
<div class="release-version">
<div class="version-header">
<span class="version-tag">Latest</span>
<span class="version-date">2026-05-18</span>
<span class="badge added">CI Gating, Cost Threshold, MCP</span>
</div>
<ul>
<li><code>--exit-on-destroy</code> flag — fail CI if destructive changes detected</li>
<li><code>--threshold $</code> flag — fail CI when estimated cost exceeds amount</li>
<li>MCP subcommand for AI agent integration</li>
<li>14 new renderer tests covering all display modes</li>
<li>OIDC trusted publisher for PyPI publishing</li>
</ul>
</div>
</div>
<!-- ConfigDrift -->
<div class="release-group">
<h2><span class="tool-icon">⌘</span> ConfigDrift</h2>
<a href="https://github.com/Coding-Dev-Tools/configdrift/releases" class="gh-link">View on GitHub →</a>
<div class="subtitle">Configuration drift detection across environments</div>
<div class="release-version">
<div class="version-header">
<span class="version-tag">v0.1.0</span>
<span class="version-date">2026-05-14</span>
<span class="badge added">Initial Release</span>
</div>
<ul>
<li>Configuration file comparison across formats (YAML, JSON, TOML, .env)</li>
<li><code>configdrift check</code> — compare two config files with auto-flattening and diff output</li>
<li><code>configdrift scan</code> — compare environment directories against a baseline</li>
<li><code>configdrift init</code> — generate .configdrift.yaml scaffolding</li>
<li>Three output formats: rich table, machine-readable JSON, silent (exit code only)</li>
<li>Severity-level drift classification: Info, Warning, Breaking</li>
<li>Breaking-change heuristics for critical keys (database, auth, api_key, secret, password, token, endpoint)</li>
<li>CI/CD integration with non-zero exit on breaking drift</li>
<li>Python 3.10+ support</li>
</ul>
</div>
</div>
<!-- APIAuth -->
<div class="release-group">
<h2><span class="tool-icon">🔑</span> APIAuth</h2>
<a href="https://github.com/Coding-Dev-Tools/apiauth/releases" class="gh-link">View on GitHub →</a>
<div class="subtitle">API key and JWT lifecycle management with encrypted local store</div>
<div class="release-version">
<div class="version-header">
<span class="version-tag">v0.2.0</span>
<span class="version-date">2026-05-15</span>
<span class="badge added">Verify, Audit, GitHub Actions Export</span>
</div>
<ul>
<li>Generate, store, verify, rotate, and revoke API keys and JWTs</li>
<li>AES-256-GCM encrypted local keystore</li>
<li>Smart key type detection (API keys, JWTs, OAuth tokens)</li>
<li>GitHub Actions CI/CD export with one command</li>
<li>Full audit trail of all key operations</li>
<li>Python 3.10+ support, zero core dependencies</li>
</ul>
</div>
<div class="release-version">
<div class="version-header">
<span class="version-tag">v0.1.0</span>
<span class="version-date">2026-05-14</span>
<span class="badge added">Initial Release</span>
</div>
<ul>
<li>API key generation with configurable prefixes and lengths</li>
<li>JWT creation with claims, expiry, and custom signing</li>
<li>Encrypted local keystore (AES-256-GCM)</li>
<li>Key rotation and revocation</li>
</ul>
</div>
</div>
<!-- APIGhost -->
<div class="release-group">
<h2><span class="tool-icon">👻</span> APIGhost</h2>
<a href="https://github.com/Coding-Dev-Tools/apighost/releases" class="gh-link">View on GitHub →</a>
<div class="subtitle">Zero-config mock API server from any OpenAPI spec</div>
<div class="release-version">
<div class="version-header">
<span class="version-tag">v0.2.0</span>
<span class="version-date">2026-05-18</span>
<span class="badge added">Host, Latency, Watch, Cassette Management</span>
</div>
<ul>
<li><code>--host</code> option for binding to custom addresses</li>
<li><code>--latency</code> option for simulated response delay</li>
<li><code>--watch</code> option for spec file auto-reload</li>
<li><code>--cassette-name</code> option for naming recorded cassettes</li>
<li><code>cassette list</code> and <code>cassette info</code> subcommands</li>
<li>Sensitive header stripping in VCR recordings (Authorization, Cookie, X-API-Key)</li>
<li>npm wrapper package for discoverability</li>
</ul>
</div>
<div class="release-version">
<div class="version-header">
<span class="version-tag">v0.1.0</span>
<span class="version-date">2026-05-15</span>
<span class="badge added">Initial Release</span>
</div>
<ul>
<li>Spin up a mock server from any OpenAPI 3.0/3.1 spec with one command</li>
<li>Realistic fake data generation from schema types and examples</li>
<li>Scenario-based error responses for testing edge cases</li>
<li>VCR cassette recording for deterministic CI test suites</li>
<li>Zero configuration required — no Docker, no config files</li>
<li>Python 3.10+ support</li>
</ul>
</div>
</div>
<!-- Envault -->
<div class="release-group">
<h2><span class="tool-icon">🔒</span> Envault</h2>
<a href="https://github.com/Coding-Dev-Tools/envault/releases" class="gh-link">View on GitHub →</a>
<div class="subtitle">Environment variable syncing, diffing, and secret rotation</div>
<div class="release-version">
<div class="version-header">
<span class="version-tag">v0.1.0</span>
<span class="version-date">2026-05-15</span>
<span class="badge added">Initial Release</span>
</div>
<ul>
<li>Diff environment variables across environments (dev, staging, prod)</li>
<li>Smart secret detection — auto-classifies keys as secret or config</li>
<li>Sync with conflict resolution (keep-existing, source-wins, config-from-source, interactive)</li>
<li>Secret store integrations: AWS SSM, HashiCorp Vault, Doppler, 1Password</li>
<li>Secret rotation with cryptographically random values</li>
<li>CI/CD integration with <code>--fail-on</code> flags for env parity gating</li>
<li>Python 3.10+ support</li>
</ul>
</div>
</div>
<!-- DataMorph -->
<div class="release-group">
<h2><span class="tool-icon">⤵</span> DataMorph</h2>
<a href="https://github.com/Coding-Dev-Tools/datamorph/releases" class="gh-link">View on GitHub →</a>
<div class="subtitle">Batch data format conversion (CSV, JSON, YAML, Parquet, Avro, Protobuf)</div>
<div class="release-version">
<div class="version-header">
<span class="version-tag">v0.1.0</span>
<span class="version-date">2026-05-15</span>
<span class="badge added">Initial Release</span>
</div>
<ul>
<li>Batch conversion between CSV, JSON, YAML, Parquet, Avro, and Protobuf</li>
<li>Streaming for large files — handles datasets too big for memory</li>
<li>Schema inference and type mapping between formats</li>
<li>Directory-wide batch processing</li>
<li>stdin/stdout pipe support for Unix workflows</li>
<li>Python 3.10+ support</li>
</ul>
</div>
</div>
<!-- DeadCode -->
<div class="release-group">
<h2><span class="tool-icon">✂</span> DeadCode</h2>
<a href="https://github.com/Coding-Dev-Tools/deadcode/releases" class="gh-link">View on GitHub →</a>
<div class="subtitle">Dead code detection for React/Next.js/TypeScript projects</div>
<div class="release-version">
<div class="version-header">
<span class="version-tag">v0.1.1</span>
<span class="version-date">2026-05-15</span>
<span class="badge added">Bug Fix + Config File + CI Gating</span>
</div>
<ul>
<li>Config file support (<code>.deadcoderc</code> / <code>deadcode.config.yaml</code>)</li>
<li>CI gating with <code>--fail-on unused</code> flag</li>
<li>Bug fix: barrel file re-export resolution (false positive fix)</li>
<li>Improved CSS class reference tracking accuracy</li>
</ul>
</div>
<div class="release-version">
<div class="version-header">
<span class="version-tag">v0.1.0</span>
<span class="version-date">2026-05-14</span>
<span class="badge added">Initial Release</span>
</div>
<ul>
<li>Unused export detection with AST parsing</li>
<li>Tree-shaking-aware export resolution with barrel file unwrapping</li>
<li>Dead Next.js App Router page detection</li>
<li>Orphaned CSS class reference tracking</li>
<li>Cross-file reference graph for accurate dependency tracking</li>
<li>TypeScript, JSX, and TSX support via tree-sitter grammars</li>
<li>Parallel file parsing for large codebases</li>
</ul>
</div>
</div>
<!-- click-to-mcp -->
<div class="release-group">
<h2><span class="tool-icon">🔌</span> click-to-mcp</h2>
<a href="https://github.com/Coding-Dev-Tools/click-to-mcp/releases" class="gh-link">View on GitHub →</a>
<div class="subtitle">Auto-wrap any Click/typer CLI as an MCP server</div>
<div class="release-version">
<div class="version-header">
<span class="version-tag">v0.5.0</span>
<span class="version-date">2026-05-18</span>
<span class="badge added">Config CLI, Streamable HTTP, MCP Client Config</span>
</div>
<ul>
<li><code>config</code> command — generate MCP client config for Claude Desktop, Cursor, VS Code, Windsurf, Cline</li>
<li><code>list-tools</code> command — preview tools without starting a server</li>
<li><code>--json-output</code> flag for CI/scripting</li>
<li>Streamable HTTP transport — single POST endpoint, no SSE required</li>
<li>npm wrapper for npm discoverability</li>
<li>MCP Registry compatibility (<code>server.json</code>, <code>mcp-name</code> tag)</li>
</ul>
</div>
<div class="release-version">
<div class="version-header">
<span class="version-tag">v0.4.0</span>
<span class="version-date">2026-05-15</span>
<span class="badge added">Streamable HTTP Transport</span>
</div>
<ul>
<li>Streamable HTTP transport support (<code>click-to-mcp serve-http</code>)</li>
<li>Improved error handling and type mapping</li>
<li>Better JSON Schema mapping for complex types</li>
<li>Demo mode: <code>click-to-mcp demo</code> and <code>click-to-mcp demo-http</code></li>
</ul>
</div>
<div class="release-version">
<div class="version-header">
<span class="version-tag">v0.1.0</span>
<span class="version-date">2026-05-14</span>
<span class="badge added">Initial Release</span>
</div>
<ul>
<li>Auto-discover installed Click/typer CLIs via console_scripts entry points</li>
<li>Serve any discovered CLI as an MCP server over stdio</li>
<li>Built-in demo server for testing</li>
<li>Library API: <code>serve_stdio()</code> for wrapping a Click/typer app</li>
<li>High-level <code>run()</code> API with auto-detection</li>
<li>Full MCP protocol: initialize, tools/list, tools/call</li>
<li>Parameter introspection with JSON Schema mapping</li>
<li>Nested command group support with prefixed tool names</li>
</ul>
</div>
</div>
<!-- SchemaForge -->
<div class="release-group">
<h2><span class="tool-icon">🔄</span> SchemaForge</h2>
<a href="https://github.com/Coding-Dev-Tools/schemaforge/releases" class="gh-link">View on GitHub →</a>
<div class="subtitle">Bidirectional ORM schema converter — SQL DDL ↔ Prisma ↔ Drizzle</div>
<div class="release-version">
<div class="version-header">
<span class="version-tag">v1.7.0</span>
<span class="version-date">2026-05-15</span>
<span class="badge added">VS Code Extension</span>
</div>
<ul>
<li>VS Code extension with live schema preview</li>
<li>Quick convert: right-click → convert with SchemaForge</li>
<li>Diff view for schema comparison</li>
<li>Format detection from file extension</li>
<li>11 format pairs: SQL, Prisma, Drizzle, TypeORM, Django, SQLAlchemy, JSON Schema, Knex.js, Sequelize, Mongoose, Zod</li>
</ul>
</div>
<div class="release-version">
<div class="version-header">
<span class="version-tag">v0.2.0</span>
<span class="version-date">2026-05-15</span>
<span class="badge added">Drizzle ORM Support</span>
</div>
<ul>
<li>Drizzle ORM schema ↔ SQL DDL: parse pgTable/mysqlTable/sqliteTable definitions</li>
<li>Drizzle ↔ Prisma roundtrip: convert between both ORMs via the shared IR</li>
<li>pgEnum, JSONB, UUID, default values, primary keys, .notNull(), .unique()</li>
<li>Dialect-aware table factory functions (pg, mysql, sqlite)</li>
<li>Fixed: Drizzle parser/generator not registered in _registry (4 test failures fixed)</li>
<li>40/40 tests passing</li>
</ul>
</div>
<div class="release-version">
<div class="version-header">
<span class="version-tag">v0.1.0</span>
<span class="version-date">2026-05-14</span>
<span class="badge added">Initial Release</span>
</div>
<ul>
<li>SQL DDL ↔ Prisma schema bidirectional conversion</li>
<li>Full type mapping: integer, string, text, boolean, float, decimal, datetime, date, time, json, uuid, blob, enum</li>
<li>Primary key, foreign key, unique constraint, index, default value mapping</li>
<li>36 tests passing</li>
</ul>
</div>
</div>
<!-- License Key System -->
<div class="release-group">
<h2><span class="tool-icon">🔑</span> DevForge License System</h2>
<div class="subtitle">Unified license key gating and rate limiting across all tools</div>
<div class="release-version">
<div class="version-header">
<span class="version-tag">v1.0.0</span>
<span class="version-date">2026-05-15</span>
<span class="badge changed">Platform</span>
</div>
<ul>
<li>Shared <code>devforge-license</code> package: JWT-based license validation, offline-capable with 7-day grace period</li>
<li>SQLite rate limiter in ~/.devforge/: 50 uses/day free tier, unlimited Pro</li>
<li><code>rh license activate <key></code>, <code>rh license status</code>, <code>rh license deactivate</code> commands</li>
<li><code>DEVFORGE_LICENSE_KEY</code> env var support for CI/CD</li>
<li>Async daily license verification (graceful offline degradation)</li>
<li>Tier detection: free/pro/enterprise with feature gating per tool</li>
</ul>
</div>
</div>
</section>
<footer>
<span>© 2026 DevForge. Open-source developer tools.</span>
<a href="">Home</a>
<a href="pricing.html">Pricing</a>
<a href="docs.html">Docs</a>
<a href="blog.html">Blog</a>
<a href="https://github.com/Coding-Dev-Tools" target="_blank">GitHub</a>
</footer>
</body>
</html>