@promovaweb/specsfy 0.22.0 → 0.22.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +35 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,41 @@ Todas as mudanças relevantes do Specsfy CLI são registradas neste arquivo.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.22.2] - 2026-09-04
|
|
8
|
+
|
|
9
|
+
### Corrigido
|
|
10
|
+
|
|
11
|
+
- Publica o reforço que impede o Delivery Gate quando uma migration planejada
|
|
12
|
+
permanece aberta.
|
|
13
|
+
- Limita a exigência automática de migration às mudanças estruturais do banco.
|
|
14
|
+
- Reconstrói o manifesto do executável depois da atualização completa da
|
|
15
|
+
versão.
|
|
16
|
+
|
|
17
|
+
### Validação
|
|
18
|
+
|
|
19
|
+
- `cd cli && npm run check`
|
|
20
|
+
- `python3 -B -m unittest discover -s skills/tests -p 'test_*.py'`
|
|
21
|
+
- `make verify-ebook`
|
|
22
|
+
- `make verify-version`
|
|
23
|
+
|
|
24
|
+
## [0.22.1] - 2026-09-04
|
|
25
|
+
|
|
26
|
+
### Corrigido
|
|
27
|
+
|
|
28
|
+
- Limita a exigência automática de migration a mudanças que criam ou alteram
|
|
29
|
+
a estrutura do banco.
|
|
30
|
+
- Impede o Delivery Gate quando uma tarefa `[MIGRATION]` planejada permanece
|
|
31
|
+
aberta.
|
|
32
|
+
- Mantém a conferência do arquivo versionado, da aplicação no banco de teste e
|
|
33
|
+
da consulta posterior do estado.
|
|
34
|
+
|
|
35
|
+
### Validação
|
|
36
|
+
|
|
37
|
+
- `python3 -B -m unittest discover -s skills/tests -p 'test_*.py'`
|
|
38
|
+
- `PYTHONPATH=skills uv run --quiet --with behave behave skills/tests/features --no-capture`
|
|
39
|
+
- `make verify-ebook`
|
|
40
|
+
- `make verify-version`
|
|
41
|
+
|
|
7
42
|
## [0.22.0] - 2026-09-04
|
|
8
43
|
|
|
9
44
|
### Adicionado
|
package/dist/version.d.ts
CHANGED
package/dist/version.js
CHANGED
package/package.json
CHANGED