Skip to content

Releases: VirtusLab-Open-Source/astro-strapi-loader

v1.0.7

03 Jun 08:29
b88c296
Compare
Choose a tag to compare

🪳 Fixes

  • generateCollections options typing

v1.0.6

02 Jun 17:18
33cff8c
Compare
Choose a tag to compare

🪳 Fixes

  • schema generation for nested Strapi relations
  • prevent infinite loops for circular Strapi relations

v1.0.5

02 Jun 15:49
0b01235
Compare
Choose a tag to compare

🪳 Fixes

  • zod schemas nullable Strapi Media props

v1.0.4

02 Jun 15:24
e7a2efe
Compare
Choose a tag to compare

🪳 Fixes

  • drop the postinstall script and keep husky only for development

v1.0.3

02 Jun 07:38
Compare
Choose a tag to compare

🪳 Fixes

  • empty npm build output & script

🌱 Misc

  • Update the package.json keywords for listing in Astro Integrations

v1.0.0

02 Jun 06:53
Compare
Choose a tag to compare

Release 1.0.0

🎉 First Stable Release

We are excited to announce the first stable release of Astro Strapi Loader! This version provides a robust and type-safe way to load data from Strapi CMS in your Astro projects.

✨ Features

  • Seamless integration with Astro and Strapi
  • Automatic data loading from Strapi Content API
  • Query, filtering and population capabilities
  • Support for authorization tokens
  • Integration with Astro's collections system
  • TypeScript support with full type definitions
  • Comprehensive test coverage

🔧 Technical Details

  • Built with TypeScript
  • Compatible with Astro ^5.0.0
  • Compatible with Strapi ^5.0.0

📚 Documentation

Full documentation is available in the README.md file, including:

  • Installation instructions
  • Usage examples
  • Configuration options
  • API reference
  • Development setup

🚀 Getting Started

# Install the package
yarn add @sensinum/astro-strapi-loader

# Or using npm
npm install @sensinum/astro-strapi-loader

🤝 Contributing

We welcome contributions! Please check our contributing guidelines for more information.

📄 License

This project is licensed under the MIT License - see the LICENSE.md file for details.