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.
- New feature: Added a filter parameter to the aggregate function, enabling precise data processing through
CoraliteAggregate(see below). - Type definitions: Introduced and updated
CoraliteAggregatetypedefs 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.
- Removed Windows compatibility checks from CI pipelines due to unavailability of testing environments.
- Bumped version number to v0.6.5 for release tracking.
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.
npm install coralite@0.6.5
For detailed information on all changes, refer to the git v0.6.5 changelog.
