@playform/format - v0.0.7
+
@playform/format - v0.0.8
@playform/format - v0.0.8
+
interface Interface { Action ?: boolean | Interface ; Biome ?: boolean | Type ; Cache ?: boolean | Interface ; Exclude ?: | boolean | Type | Type [] | Set < Type > ; File ?: string | boolean | string [] ; Logger ?: boolean | Type ; Path ?: | boolean | Type | Type [] | Set < Type > ; } IndexProperties Action?
+
Interface | @playform/format - v0.0.8 interface Interface { Action ?: boolean | Interface ; Biome ?: boolean | Type ; Cache ?: boolean | Interface ; Exclude ?: | boolean | Type | Type [] | Set < Type > ; File ?: string | boolean | string [] ; Logger ?: boolean | Type ; Path ?: | boolean | Type | Type [] | Set < Type > ; } PropertiesOptional
Action Action ?: boolean | Interface
Optional
Cache Cache ?: boolean | Interface
Optional
Cache Cache ?: boolean | Interface
Optional
Exclude Exclude ?: | boolean | Type | Type [] | Set < Type > Optional
File File ?: string | boolean | string []
Optional
Logger Logger ?: boolean | Type
Optional
Path Path ?: | boolean | Type | Type [] | Set < Type >
+
diff --git a/docs/media/CHANGELOG.md b/docs/media/CHANGELOG.md
index ab27985..c687174 100644
--- a/docs/media/CHANGELOG.md
+++ b/docs/media/CHANGELOG.md
@@ -1,27 +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.
diff --git a/docs/modules.html b/docs/modules.html
new file mode 100644
index 0000000..43f8306
--- /dev/null
+++ b/docs/modules.html
@@ -0,0 +1,10 @@
+
@playform/format - v0.0.8 @playform/format - v0.0.8
diff --git a/docs/modules/Configuration.html b/docs/modules/Configuration.html
index 68b362e..ad7b43e 100644
--- a/docs/modules/Configuration.html
+++ b/docs/modules/Configuration.html
@@ -1,2 +1,2 @@
-
Configuration | @playform/format - v0.0.7
+
Configuration | @playform/format - v0.0.8
diff --git a/docs/modules/Function_Configuration.html b/docs/modules/Function_Configuration.html
index 288a995..54610ed 100644
--- a/docs/modules/Function_Configuration.html
+++ b/docs/modules/Function_Configuration.html
@@ -1,4 +1,4 @@
-
Function/Configuration | @playform/format - v0.0.7 Module Function/Configuration Index Functions configuration
+
Function/Configuration | @playform/format - v0.0.8 Module Function/Configuration
+
diff --git a/docs/modules/Function_Integration.html b/docs/modules/Function_Integration.html
index 80ad051..0957512 100644
--- a/docs/modules/Function_Integration.html
+++ b/docs/modules/Function_Integration.html
@@ -1,4 +1,4 @@
-
Function/Integration | @playform/format - v0.0.7 Module Function/Integration Index Variables Default
+
Function/Integration | @playform/format - v0.0.8 Module Function/Integration
+
diff --git a/docs/modules/Interface_Integration.html b/docs/modules/Interface_Integration.html
index c31c434..8519789 100644
--- a/docs/modules/Interface_Integration.html
+++ b/docs/modules/Interface_Integration.html
@@ -1,2 +1,2 @@
-
Interface/Integration | @playform/format - v0.0.7 Module Interface/Integration
+
Interface/Integration | @playform/format - v0.0.8 Module Interface/Integration
diff --git a/docs/modules/Interface_Option.html b/docs/modules/Interface_Option.html
index 5c0f93c..5a184a0 100644
--- a/docs/modules/Interface_Option.html
+++ b/docs/modules/Interface_Option.html
@@ -1,2 +1,2 @@
-
Interface/Option | @playform/format - v0.0.7
+
Interface/Option | @playform/format - v0.0.8
diff --git a/docs/modules/Merge.html b/docs/modules/Merge.html
index 73c29a6..8066625 100644
--- a/docs/modules/Merge.html
+++ b/docs/modules/Merge.html
@@ -1,2 +1,2 @@
-
Merge | @playform/format - v0.0.7
+
Merge | @playform/format - v0.0.8
diff --git a/docs/modules/Type_Biome.html b/docs/modules/Type_Biome.html
index dff1f7d..ceaf155 100644
--- a/docs/modules/Type_Biome.html
+++ b/docs/modules/Type_Biome.html
@@ -1,2 +1,2 @@
-
Type/Biome | @playform/format - v0.0.7
+
Type/Biome | @playform/format - v0.0.8
diff --git a/docs/modules/Variable_Biome.html b/docs/modules/Variable_Biome.html
index d69f915..889a56e 100644
--- a/docs/modules/Variable_Biome.html
+++ b/docs/modules/Variable_Biome.html
@@ -1,2 +1,2 @@
-
Variable/Biome | @playform/format - v0.0.7
+
Variable/Biome | @playform/format - v0.0.8
diff --git a/docs/modules/Variable_Option.html b/docs/modules/Variable_Option.html
index 159668c..72861fb 100644
--- a/docs/modules/Variable_Option.html
+++ b/docs/modules/Variable_Option.html
@@ -1,2 +1,2 @@
-
Variable/Option | @playform/format - v0.0.7
+
Variable/Option | @playform/format - v0.0.8
diff --git a/docs/types/Type_Biome.Type.html b/docs/types/Type_Biome.Type.html
index 14b4a66..e465014 100644
--- a/docs/types/Type_Biome.Type.html
+++ b/docs/types/Type_Biome.Type.html
@@ -1 +1 @@
-
Type | @playform/format - v0.0.7 Type : Omit < Configuration , "$schema" >
+
Type | @playform/format - v0.0.8 Type : Omit < Configuration , "$schema" >
diff --git a/docs/variables/Function_Integration.Default.html b/docs/variables/Function_Integration.Default.html
index 1b55d97..2d09c93 100644
--- a/docs/variables/Function_Integration.Default.html
+++ b/docs/variables/Function_Integration.Default.html
@@ -1 +1 @@
-
Default | @playform/format - v0.0.7 Default : { Action : { Accomplished : ( ( On : Interface ) => Promise < string > ) ; Changed : ( ( Plan : Interface ) => Promise < Interface > ) ; Failed : ( ( On : Interface ) => Promise < string > ) ; Fulfilled : ( ( __namedParameters : Interface ) => Promise < string | false > ) ; Passed : ( ( On : Interface ) => Promise < true > ) ; Read : ( ( __namedParameters : Interface ) => Promise < string > ) ; Wrote : ( ( __namedParameters : Interface ) => Promise < Type > ) ; } ; Biome : unknown ; Cache : { Folder : string ; Search : string ; } ; Exclude : false ; File : string ; Logger : 2 ; Path : string ; }
+
Default | @playform/format - v0.0.8 Default : { Action : { Accomplished : ( ( On : Interface ) => Promise < string > ) ; Changed : ( ( Plan : Interface ) => Promise < Interface > ) ; Failed : ( ( On : Interface ) => Promise < string > ) ; Fulfilled : ( ( __namedParameters : Interface ) => Promise < string | false > ) ; Passed : ( ( On : Interface ) => Promise < true > ) ; Read : ( ( __namedParameters : Interface ) => Promise < string > ) ; Wrote : ( ( __namedParameters : Interface ) => Promise < Type > ) ; } ; Biome : unknown ; Cache : { Folder : string ; Search : string ; } ; Exclude : false ; File : string ; Logger : 2 ; Path : string ; }
diff --git a/docs/variables/Variable_Biome.biome.html b/docs/variables/Variable_Biome.biome.html
index 032e12b..0065721 100644
--- a/docs/variables/Variable_Biome.biome.html
+++ b/docs/variables/Variable_Biome.biome.html
@@ -1 +1 @@
-
biome | @playform/format - v0.0.7
+
biome | @playform/format - v0.0.8
diff --git a/docs/variables/Variable_Option.option.html b/docs/variables/Variable_Option.option.html
index 4252678..87066a2 100644
--- a/docs/variables/Variable_Option.option.html
+++ b/docs/variables/Variable_Option.option.html
@@ -1 +1 @@
-
option | @playform/format - v0.0.7 option : { Action : { Accomplished : ( ( On : Interface ) => Promise < string > ) ; Changed : ( ( Plan : Interface ) => Promise < Interface > ) ; Failed : ( ( On : Interface ) => Promise < string > ) ; Fulfilled : ( ( __namedParameters : Interface ) => Promise < string | false > ) ; Passed : ( ( On : Interface ) => Promise < true > ) ; Read : ( ( __namedParameters : Interface ) => Promise < string > ) ; Wrote : ( ( __namedParameters : Interface ) => Promise < Type > ) ; } ; Biome : unknown ; Cache : { Folder : string ; Search : string ; } ; Exclude : false ; File : string ; Logger : 2 ; Path : string ; }
+
option | @playform/format - v0.0.8 option : { Action : { Accomplished : ( ( On : Interface ) => Promise < string > ) ; Changed : ( ( Plan : Interface ) => Promise < Interface > ) ; Failed : ( ( On : Interface ) => Promise < string > ) ; Fulfilled : ( ( __namedParameters : Interface ) => Promise < string | false > ) ; Passed : ( ( On : Interface ) => Promise < true > ) ; Read : ( ( __namedParameters : Interface ) => Promise < string > ) ; Wrote : ( ( __namedParameters : Interface ) => Promise < Type > ) ; } ; Biome : unknown ; Cache : { Folder : string ; Search : string ; } ; Exclude : false ; File : string ; Logger : 2 ; Path : string ; }
Asynchronously reads the entire contents of a file.
+- Preparing search index...
- The search index is not available
@playform/format - v0.0.8Function readFile
Asynchronously reads the entire contents of a file.
If no encoding is specified (using
options.encoding
), the data is returned as aBuffer
object. Otherwise, the data will be a string.If
@@ -21,8 +21,8 @@options
is a string, then it specifies the encoding.Any specified
FileHandle
has to support reading.Parameters
filename or
FileHandle
Optional
options: null | {encoding?: null;
flag?: OpenMode;
} & Abortable
Returns Promise<Buffer>
Fulfills with the contents of the file.
-Since
v10.0.0
-Asynchronously reads the entire contents of a file.
+Since
v10.0.0
+Asynchronously reads the entire contents of a file.
Parameters
A path to a file. If a URL is provided, it must use the
file:
protocol. If aFileHandle
is provided, the underlying file will not be closed automatically.encoding: BufferEncoding;
flag?: OpenMode | undefined;
} & Abortable | BufferEncoding
An object that may contain an optional flag. @@ -32,4 +32,4 @@ If a
FileHandle
is provided, the underlying file will not be closed automatically.Optional
options: null | BufferEncoding | ObjectEncodingOptions & Abortable & {flag?: OpenMode | undefined;
}
An object that may contain an optional flag. If a flag is not provided, it defaults to
-'r'
.Returns Promise<string | Buffer>
Settings