Coralite v0.4.2
Coralite’s latest release of its HTML module static site generator introduces critical improvements to package compatibility, testing infrastructure, and documentation clarity for developers building component-based websites.
Core Functionality #
- Resolved package.json parsing issues in older Node.js versions by updating compatibility checks for
Dirent
usage, ensuring broader environment support. - Added end-to-end (E2E) tests for aggregate content processing, enhancing reliability and validation of data aggregation workflows.
- Updated documentation structure by renaming the “getting-started” guide to “basic-templating” and introducing a new templating tutorial for improved onboarding.
Code Quality and Style Improvements #
- Linting updates standardised test script naming conventions and removed extraneous whitespace across the codebase.
- Test fixture updates improved consistency in test scenarios for module validation.
Get the release #
npm install coralite@0.4.2
For detailed information on all changes, refer to the git v0.4.2 changelog
Related posts
- Coralite v0.11.3 - 18 June 25
- Coralite v0.11.2 - 15 June 25
- Coralite v0.11.1 - 5 June 25