@promovaweb/specsfy 0.11.1 → 0.12.0
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 +42 -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,48 @@ Todas as mudanças relevantes do Specsfy CLI são registradas neste arquivo.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.12.0] - 2026-09-03
|
|
8
|
+
|
|
9
|
+
### Adicionado
|
|
10
|
+
|
|
11
|
+
- Adiciona o especialista de versionamento para criar, consultar, incrementar
|
|
12
|
+
e conferir o arquivo `SEMVER` na raiz do projeto consumidor.
|
|
13
|
+
- Adiciona o especialista de Debian Server e amplia o fluxo de deploy com
|
|
14
|
+
Docker, Docker Swarm, Ansible e engenharia de entrega.
|
|
15
|
+
- Publica o capítulo "Da versão ao servidor" no guia do usuário e inclui a
|
|
16
|
+
edição `v1.8.0` do ebook em PDF e EPUB.
|
|
17
|
+
|
|
18
|
+
### Alterado
|
|
19
|
+
|
|
20
|
+
- Faz Ansible, Docker Swarm e engenharia de entrega carregarem o especialista
|
|
21
|
+
de versionamento durante a preparação do deploy.
|
|
22
|
+
- Faz Docker consultar `SEMVER` quando a imagem representar uma release.
|
|
23
|
+
|
|
24
|
+
### Validação
|
|
25
|
+
|
|
26
|
+
- `python3 -B -m unittest discover -s specialists/tests -p 'test_*.py'`
|
|
27
|
+
- `uv run --quiet --with behave==1.3.3 behave specialists/tests/features --no-capture`
|
|
28
|
+
- `python3 -B -m unittest discover -s skills/tests -p 'test_*.py'`
|
|
29
|
+
- `cd skills && uv run --quiet --with behave==1.3.3 behave tests/features --no-capture`
|
|
30
|
+
- `python3 -B -m unittest discover -s tests -p 'test_*.py'`
|
|
31
|
+
- `make verify-ebook`
|
|
32
|
+
|
|
33
|
+
## [0.11.2] - 2026-08-31
|
|
34
|
+
|
|
35
|
+
### Corrigido
|
|
36
|
+
|
|
37
|
+
- Declara no especialista de componentes React a relação recíproca com o
|
|
38
|
+
especialista de experiência de interface.
|
|
39
|
+
- Restaura os contratos Python e BDD do catálogo de especialistas após a
|
|
40
|
+
publicação do roteamento obrigatório para componentes de UI.
|
|
41
|
+
|
|
42
|
+
### Validação
|
|
43
|
+
|
|
44
|
+
- `cd specialists && python3 -B -m unittest discover -s tests -p 'test_*.py'`
|
|
45
|
+
- `cd specialists && uv run --quiet --with behave==1.3.3 behave tests/features --no-capture`
|
|
46
|
+
- `cd skills && python3 -B -m unittest discover -s tests -p 'test_*.py'`
|
|
47
|
+
- `cd skills && uv run --quiet --with behave==1.3.3 behave tests/features --no-capture`
|
|
48
|
+
|
|
7
49
|
## [0.11.1] - 2026-08-31
|
|
8
50
|
|
|
9
51
|
### Adicionado
|
package/dist/version.d.ts
CHANGED
package/dist/version.js
CHANGED
package/package.json
CHANGED