@promovaweb/specsfy 0.11.0 → 0.11.1
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 +24 -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,30 @@ Todas as mudanças relevantes do Specsfy CLI são registradas neste arquivo.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.11.1] - 2026-08-31
|
|
8
|
+
|
|
9
|
+
### Adicionado
|
|
10
|
+
|
|
11
|
+
- Exige `$specsfy-specialist-react-ui-components` no planejamento e na
|
|
12
|
+
implementação de telas React antes da escrita de JSX ou TSX.
|
|
13
|
+
- Faz o setup instalar o especialista de componentes quando React for
|
|
14
|
+
detectado no projeto.
|
|
15
|
+
- Adiciona um contrato automatizado para manter o roteamento presente nas
|
|
16
|
+
skills, nos templates e no especialista de experiência de interface.
|
|
17
|
+
|
|
18
|
+
### Documentação
|
|
19
|
+
|
|
20
|
+
- Atualiza os guias de tarefas, implementação e especialistas com a sequência
|
|
21
|
+
de seleção, reaproveitamento e adaptação de componentes.
|
|
22
|
+
- Reconstrói o guia do usuário em PDF e EPUB com as fontes documentais atuais.
|
|
23
|
+
|
|
24
|
+
### Validação
|
|
25
|
+
|
|
26
|
+
- `python3 -B -m unittest discover -s tests -p 'test_*.py'`
|
|
27
|
+
- `uv run --quiet --with behave behave tests/features --no-capture`
|
|
28
|
+
- `cd skills && node specsfy-04-validate/scripts/verify_repo.mjs . --boundary local`
|
|
29
|
+
- `make verify-ebook`
|
|
30
|
+
|
|
7
31
|
## [0.11.0] - 2026-08-30
|
|
8
32
|
|
|
9
33
|
### Adicionado
|
package/dist/version.d.ts
CHANGED
package/dist/version.js
CHANGED
package/package.json
CHANGED