Skip to content

Commit

Permalink
Format/v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 6, 2025
1 parent 2607e3c commit dee1044
Show file tree
Hide file tree
Showing 32 changed files with 262 additions and 87 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/GitHub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
VCPKG_DISABLE_METRICS: 1

steps:
- uses: pozil/auto-assign-issue@v2.1.2
- uses: pozil/auto-assign-issue@v2.0.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: NikolaRHristov
Expand Down
73 changes: 66 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,88 @@
## 0.0.8

### Changed

- Updated to Biome 1.9.4.
- Enforced stricter code style with `useFilenamingConvention`.
- Updated dependencies.
- Improved developer experience with better logging and error handling.

### Added

- `Run` script to package.json for building with watch mode.
- Provenance to package.json.

### Removed

- `Document` script from package.json.

## 0.0.7

- Cleanup
### Changed

- Updated to Biome 1.8.3.
- Improved logging for debugging.

### Fixed

- Resolved an issue where the integration would not correctly apply the Biome
configuration.

## 0.0.6

- Cleanup
### Changed

- Updated to Biome 1.8.2.
- Improved code organization.
- Updated `@playform/pipe` dependency to 0.0.6.
- Updated `@playform/build` dependency to 0.0.11.

### Added

- Introduced a new `Merge` function for merging configuration objects.

## 0.0.5

- Cleanup
### Changed

- Updated dependencies, including bumping Biome to 1.8.0, Astro to "\*", and
`deepmerge-ts` to 7.0.3.

## 0.0.4

- Cleanup
### Changed

- Bumped version.

## 0.0.3

- Cleanup
### Changed

- Updated to Biome 1.7.3.
- Restructured codebase.
- Changed the API surface.
- Updated dependencies: bumped `@playform/pipe` to 0.0.5, `astro` to 4.9.2,
`deepmerge-ts` to 7.0.1, and `@playform/build` to 0.0.10.

### Added

- Support for Astro integration.
- `astro-biome`, `astro-format`, and `format` scripts to package.json.

## 0.0.2

- Cleanup
### Changed

- Updated dependencies.

### Added

- Astro integrations.
- `astro-component`, `astro-integration`, and `withastro` scripts to
package.json.

## 0.0.1

- Initial version
### Added

- Initial release of Format.
2 changes: 1 addition & 1 deletion docs/assets/icons.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/assets/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dee1044

Please sign in to comment.