Skip to content

Releases: bitswired/foldcms

@foldcms/core@0.3.6

13 Nov 22:50
fc12e23

Choose a tag to compare

Patch Changes

@foldcms/core@0.3.2

08 Oct 08:36
eff6b4d

Choose a tag to compare

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

07 Oct 20:46
2032c6c

Choose a tag to compare

Patch Changes

@foldcms/core@0.3.0

07 Oct 20:42
c2ad82e

Choose a tag to compare

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

06 Oct 17:41
e3a3127

Choose a tag to compare

Patch Changes

@foldcms/core@0.2.5

06 Oct 16:55
979f312

Choose a tag to compare

Patch Changes

@foldcms/core@0.2.4

06 Oct 14:43
7d8f352

Choose a tag to compare

Patch Changes

@foldcms/core@0.1.5

03 Oct 07:26
a475998

Choose a tag to compare

Patch Changes

@foldcms/core@0.1.2

02 Oct 15:50

Choose a tag to compare

Patch Changes

@foldcms/core@0.1.1

02 Oct 15:28

Choose a tag to compare

Patch Changes

  • 320af88: Add files to package.json