Skip to content

Commit 19ebaaf

Browse files
chore(release): version v0.3.0
1 parent 65af17b commit 19ebaaf

3 files changed

Lines changed: 230 additions & 57 deletions

File tree

CHANGELOG.md

Lines changed: 227 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -2,79 +2,252 @@
22

33
Все заметные изменения в этом проекте будут задокументированы в этом файле.
44

5-
## [0.2.0] - 2025-03-03
5+
Формат основан на [Keep a Changelog](https://keepachangelog.com/ru/1.0.0/),
6+
и этот проект придерживается [Semantic Versioning](https://semver.org/lang/ru/).
7+
8+
## [0.3.0] - 2025-12-30
9+
610

711
### 🚀 Features
812

9-
- Add GitHub integration and feedback mechanism
10-
- Add local search functionality to documentation site
13+
- **docusaurus:** Обновлена конфигурация и структура сайта
14+
15+
16+
### 🐛 Bug Fixes
17+
18+
- **LICENSE:** Обновление информации об авторском праве в файле LICENSE
19+
20+
- **docs:** Исправлены термины и улучшено оформление документации
21+
22+
- **docs:** Обновлены примеры интеграции с RabbitMQ
23+
24+
- **scripts:** Уменьшен уровень конкуренции в скрипте проверки ссылок для предотвращения rate limiting от GitHub
25+
26+
27+
### 🚜 Refactor
28+
29+
- **docs:** Реорганизация структуры документации
30+
31+
- Перенос документации в version-control
32+
33+
34+
### 📚 Documentation
35+
36+
- **github:** Добавлены шаблоны для Issues и Pull Requests
37+
38+
- **project:** Добавлены файлы проекта
39+
40+
- **readme:** Обновлен README
41+
42+
- **integrations:** Добавлен раздел "Интеграции"
43+
44+
- **kafka:** Добавлен раздел "Брокеры сообщений" с документацией по Kafka
45+
46+
- **rabbitmq:** Добавлена документация по RabbitMQ
47+
48+
- **bit-adapter:** Добавлена документация по БИТ.Адаптер
49+
50+
- **rabbitmq:** Обновлена документация по RabbitMQ и интеграциям
51+
52+
- Добавлено уведомление о разработке документации
53+
54+
- Update README.md
55+
56+
- Добавлены рекомендации по форматированию сообщений коммитов
57+
58+
- Добавить правила для проекта Dev Rules
59+
60+
- **ide:** Добавлена документация по средам разработки
61+
62+
- **vscode:** Добавлены презентации по работе с Git
63+
64+
- **version-control:** Добавлена документация по управлению версиями
65+
66+
- Обновить глоссарий и примеры использования RabbitMQ
67+
68+
- **rabbitmq:** Обновлен раздел примеров использования БИТ.Адаптера с ссылкой на репозиторий
69+
70+
71+
### 🎨 Styling
72+
73+
- **ui:** Обновлены компоненты и стили интерфейса
74+
75+
76+
### ⚙️ Miscellaneous Tasks
77+
78+
- **tools:** Добавлена настройка Prettier, Markdownlint и CSpell
79+
80+
- **git:** Настройка Husky и lint-staged для автоматической проверки
81+
82+
- **workflows:** Добавлены новые GitHub Actions workflows
83+
84+
- **dependabot:** Добавлена конфигурация для автоматических обновлений
85+
86+
- **vscode:** Обновлена конфигурация VS Code
87+
88+
- **config:** Добавлены дополнительные конфигурационные файлы
89+
90+
- Обновлен словарь и глоссарий для новой документации
91+
92+
- **deps:** Bump actions/checkout from 5 to 6
93+
94+
- Update link-checker workflow to exclude additional domain
95+
96+
- Create FUNDING.yml
97+
98+
- Update FUNDING.yml
99+
100+
- Update .cspell.json to add new terms
101+
102+
- Remove commit message validation script from Husky
103+
104+
- Добавлено автоматическое слияние для PR от Dependabot
105+
106+
- Обновить конфигурацию парсинга коммитов в cliff.toml
107+
108+
- **cspell:** Добавлены слова для Git-документации
109+
110+
- **workflows:** Удален шаг одобрения PR в конфигурации автоматического слияния Dependabot
111+
112+
- **workflows:** Удален файл конфигурации автоматического слияния Dependabot
113+
114+
- **workflows:** Удален шаг одобрения PR в конфигурации автоматического слияния Dependabot
115+
116+
- **blog:** Удалить пустой файл .gitkeep
117+
118+
- **workflows:** Обновлены конфигурации CI/CD и добавлены новые файл для релизов
119+
120+
- **config:** Обновлена конфигурация git-cliff и исправлена опция форматирования
121+
122+
- **workflows:** Обновлена конфигурация для установки git-cliff и кэширования cargo
123+
124+
125+
## [0.2.0] - 2025-03-05
126+
127+
128+
### 🚀 Features
129+
130+
- **docusaurus:** Add local search functionality to documentation site
131+
132+
- **docusaurus:** Add GitHub integration and feedback mechanism
133+
11134

12135
### 📚 Documentation
13136

14-
- Add 1C interface design standards reference to forms documentation
15-
- Clarify subsystem role assignment and query execution guidelines
16-
- Add instructions for retrieving configuration from storage
17-
- Standardize documentation with consistent section headers
18-
- Update roles reference link in development guidelines
19-
- Clarify extension guidelines for new objects and modifications
20-
- Add note about mandatory user settings group in dynamic lists
21-
- Enhance reports documentation with version update explanation
22-
- Add guideline for avoiding external reports and processing
23-
- Update RLS documentation with example clarifications
24-
- Update roles documentation with RLS and image reference improvements
25-
- Update subsystem documentation with role assignment clarification
26-
- Enhance layout documentation with query processing guidelines
27-
- Update prefix comments documentation with enhanced guidelines
28-
- Update environments documentation with GitFlow references and clarifications
29-
- Enhance development guidelines for 1C:Enterprise configuration
30-
- Update sidebar positioning for documentation files
31-
- Refine environments documentation structure and naming conventions
32-
- Add documentation for environments and user management
33137
- Refine documentation formatting and content structure
34138

139+
- Add documentation for environments and user management
140+
141+
- Refine environments documentation structure and naming conventions
142+
143+
- Update sidebar positioning for documentation files
144+
145+
- Enhance development guidelines for 1C:Enterprise configuration
146+
147+
- Update environments documentation with GitFlow references and clarifications
148+
149+
- Update prefix comments documentation with enhanced guidelines
150+
151+
- Enhance layout documentation with query processing guidelines
152+
153+
- Update subsystem documentation with role assignment clarification
154+
155+
- Update roles documentation with RLS and image reference improvements
156+
157+
- Update RLS documentation with example clarifications
158+
159+
- Add guideline for avoiding external reports and processing
160+
161+
- Enhance reports documentation with version update explanation
162+
163+
- Add note about mandatory user settings group in dynamic lists
164+
165+
- Clarify extension guidelines for new objects and modifications
166+
167+
- Update roles reference link in development guidelines
168+
169+
- Standardize documentation with consistent section headers
170+
171+
- Add instructions for retrieving configuration from storage
172+
173+
- Clarify subsystem role assignment and query execution guidelines
174+
175+
- Add 1C interface design standards reference to forms documentation
176+
177+
35178
### ⚙️ Miscellaneous Tasks
36179

37-
- Bump project version to 0.2.0
38-
- Add git-cliff configuration for changelog generation
39-
- Update VSCode spell-checking dictionary
40-
- Add VSCode spell-checking configuration
41-
- Add custom dictionary for spell checking
180+
- **spellcheck:** Add custom dictionary for spell checking
181+
182+
- **vscode:** Add VSCode spell-checking configuration
183+
184+
- **spell-checking:** Update VSCode spell-checking dictionary
185+
186+
- **git-cliff:** Add git-cliff configuration for changelog generation
187+
188+
- **js:** Bump project version to 0.2.0
189+
190+
191+
## [0.1.0] - 2025-03-05
42192

43-
## [0.1.0] - 2025-02-24
44193

45194
### 🚀 Features
46195

47-
- Add search functionality to site navigation
196+
- **docusaurus:** Add search functionality to site navigation
197+
48198

49199
### 📚 Documentation
50200

51-
- Add development setup instructions to README
52-
- Add ADR guidance for team methodology deviations
53-
- Update configuration update documentation with specific details
54-
- Update guidelines for object placement in extensions
55-
- Fix relative link in extensions documentation
56-
- Minor formatting and typo corrections across documentation files
57-
- Add documentation for extensions in 1C:Enterprise configuration
58-
- Add documentation for configuration update strategies in 1C:Enterprise
59-
- Add placeholder for SonarQube documentation
60-
- Add placeholder for smoke testing documentation in 1C:Enterprise
61-
- Add documentation for printed forms in 1C:Enterprise configuration
62-
- Add documentation for input-based object creation in 1C:Enterprise
63-
- Add documentation for managed forms in 1C:Enterprise configuration
64-
- Add code review documentation with Phoenix BSL settings
65-
- Add documentation for form blocking in 1C:Enterprise configuration
66-
- Add documentation for 1C query best practices and performance optimization
67-
- Add metadata documentation for 1C:Enterprise configuration
68-
- Add layout documentation with coding standards and best practices
69-
- Improve formatting of storage recommendations section
70-
- Update commit message guidelines in storage.md
71-
- Remove content section from README.md
72201
- Add documentation sections and configuration files
73202

203+
- Remove content section from README.md
204+
205+
- Update commit message guidelines in storage.md
206+
207+
- Improve formatting of storage recommendations section
208+
209+
- Add layout documentation with coding standards and best practices
210+
211+
- Add metadata documentation for 1C:Enterprise configuration
212+
213+
- Add documentation for 1C query best practices and performance optimization
214+
215+
- Add documentation for form blocking in 1C:Enterprise configuration
216+
217+
- Add code review documentation with Phoenix BSL settings
218+
219+
- Add documentation for managed forms in 1C:Enterprise configuration
220+
221+
- Add documentation for input-based object creation in 1C:Enterprise
222+
223+
- Add documentation for printed forms in 1C:Enterprise configuration
224+
225+
- Add placeholder for smoke testing documentation in 1C:Enterprise
226+
227+
- Add placeholder for SonarQube documentation
228+
229+
- Add documentation for configuration update strategies in 1C:Enterprise
230+
231+
- Add documentation for extensions in 1C:Enterprise configuration
232+
233+
- Minor formatting and typo corrections across documentation files
234+
235+
- Fix relative link in extensions documentation
236+
237+
- Update guidelines for object placement in extensions
238+
239+
- Update configuration update documentation with specific details
240+
241+
- Add ADR guidance for team methodology deviations
242+
243+
- Add development setup instructions to README
244+
245+
74246
### ⚙️ Miscellaneous Tasks
75247

76-
- Add footer links and update navigation label
77-
- Refine project configuration and branding
78-
- Update Docusaurus configuration and add favicon
248+
- **docusaurus:** Update Docusaurus configuration and add favicon
249+
250+
- **docusaurus:** Refine project configuration and branding
251+
252+
- **docusaurus:** Add footer links and update navigation label
79253

80-
<!-- Сгенерировано с помощью git-cliff -->

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dev-rules",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)