Coralite v0.6.5
Coralite latest release, v0.6.5, introduces enhanced data aggregation and filtering capabilities for developers using the static site generator, with improved type definitions and expanded test coverage.
Core Functionality #
- New feature: Added a filter parameter to the aggregate function, enabling precise data processing through
CoraliteAggregate
(see below). - Type definitions: Introduced and updated
CoraliteAggregate
typedefs in documentation and global types files for consistency across modules. - Test coverage: Expanded test suite to cover edge cases in the aggregate filter option, ensuring robustness during data aggregation workflows.
Infrastructure and Tooling #
- Removed Windows compatibility checks from CI pipelines due to unavailability of testing environments.
- Bumped version number to v0.6.5 for release tracking.
Aggregate Filter Implementation #
The CoraliteAggregate
filter parameter allows developers to specify conditions for data aggregation, improving flexibility in processing structured content. This feature is documented in the type definitions.
Get the release #
npm install coralite@0.6.5
For detailed information on all changes, refer to the git v0.6.5 changelog.
Related posts
- Coralite v0.11.3 - 18 June 25
- Coralite v0.11.2 - 15 June 25
- Coralite v0.11.1 - 5 June 25