Releases: bitswired/foldcms
Releases · bitswired/foldcms
@foldcms/core@0.3.6
Patch Changes
- 6d8c67b: Fix biome version
@foldcms/core@0.3.2
Patch Changes
-
e40d0cf: Enhance documentation and error handling for loaders and storage services
- Updated yamlFilesLoader and yamlStreamLoader documentation to clarify functionality and parameters.
- Introduced syncFolderToStorage utility with comprehensive documentation for synchronizing local folders with cloud storage.
- Added StorageService interface documentation to standardize cloud storage operations.
- Created S3StorageServiceLive and makeS3StorageService documentation for S3 integration.
- Improved error handling with new ValidationError and ContentStoreError classes.
- Enhanced comments and examples throughout the codebase for better clarity and usability.
@foldcms/core@0.3.1
Patch Changes
- 95183c8: Fix core README
@foldcms/core@0.3.0
Minor Changes
-
2a2b3a9: Add S3 storage service implementation and utility functions
- Introduced a new `utils.ts` file containing the `StorageService` interface and its S3 implementation. - Updated `package.json` to include `@aws-sdk/client-s3` as a peer dependency. - Refactored loaders to remove `baseDir` from configuration, simplifying the folder structure. - Added tests for the new utility functions, covering upload, deletion, and synchronization of files with S3. - Implemented a mock storage service for testing purposes. - Enhanced `tsup.config.ts` to include the new `utils.ts` entry point.
@foldcms/core@0.2.6
Patch Changes
- 07eb4d3: Fix
@foldcms/core@0.2.5
Patch Changes
- 353ed1d: Fix
@foldcms/core@0.2.4
Patch Changes
- b8453b7: Fix
@foldcms/core@0.1.5
Patch Changes
- 1c891e1: Fix
@foldcms/core@0.1.2
@foldcms/core@0.1.1
Patch Changes
- 320af88: Add files to package.json