Skip to content

Commit dee1044

Browse files
Nikola HristovNikola Hristov
authored andcommitted
Format/v0.0.8
1 parent 2607e3c commit dee1044

32 files changed

+262
-87
lines changed

.github/workflows/GitHub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
VCPKG_DISABLE_METRICS: 1
5353

5454
steps:
55-
- uses: pozil/auto-assign-issue@v2.1.2
55+
- uses: pozil/auto-assign-issue@v2.0.1
5656
with:
5757
repo-token: ${{ secrets.GITHUB_TOKEN }}
5858
assignees: NikolaRHristov

CHANGELOG.md

Lines changed: 66 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,88 @@
11
## 0.0.8
22

3+
### Changed
4+
5+
- Updated to Biome 1.9.4.
6+
- Enforced stricter code style with `useFilenamingConvention`.
7+
- Updated dependencies.
8+
- Improved developer experience with better logging and error handling.
9+
10+
### Added
11+
12+
- `Run` script to package.json for building with watch mode.
13+
- Provenance to package.json.
14+
15+
### Removed
16+
17+
- `Document` script from package.json.
18+
319
## 0.0.7
420

5-
- Cleanup
21+
### Changed
22+
23+
- Updated to Biome 1.8.3.
24+
- Improved logging for debugging.
25+
26+
### Fixed
27+
28+
- Resolved an issue where the integration would not correctly apply the Biome
29+
configuration.
630

731
## 0.0.6
832

9-
- Cleanup
33+
### Changed
34+
35+
- Updated to Biome 1.8.2.
36+
- Improved code organization.
37+
- Updated `@playform/pipe` dependency to 0.0.6.
38+
- Updated `@playform/build` dependency to 0.0.11.
39+
40+
### Added
41+
42+
- Introduced a new `Merge` function for merging configuration objects.
1043

1144
## 0.0.5
1245

13-
- Cleanup
46+
### Changed
47+
48+
- Updated dependencies, including bumping Biome to 1.8.0, Astro to "\*", and
49+
`deepmerge-ts` to 7.0.3.
1450

1551
## 0.0.4
1652

17-
- Cleanup
53+
### Changed
54+
55+
- Bumped version.
1856

1957
## 0.0.3
2058

21-
- Cleanup
59+
### Changed
60+
61+
- Updated to Biome 1.7.3.
62+
- Restructured codebase.
63+
- Changed the API surface.
64+
- Updated dependencies: bumped `@playform/pipe` to 0.0.5, `astro` to 4.9.2,
65+
`deepmerge-ts` to 7.0.1, and `@playform/build` to 0.0.10.
66+
67+
### Added
68+
69+
- Support for Astro integration.
70+
- `astro-biome`, `astro-format`, and `format` scripts to package.json.
2271

2372
## 0.0.2
2473

25-
- Cleanup
74+
### Changed
75+
76+
- Updated dependencies.
77+
78+
### Added
79+
80+
- Astro integrations.
81+
- `astro-component`, `astro-integration`, and `withastro` scripts to
82+
package.json.
2683

2784
## 0.0.1
2885

29-
- Initial version
86+
### Added
87+
88+
- Initial release of Format.

docs/assets/icons.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/icons.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/assets/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)