Skip to main content

Coralite v0.14.0

Thomas David -

Coralite v0.14.0 delivers a focused set of improvements centered on stability, code clarity, and internal consistency. This release includes minor bug fixes and targeted refactoring that strengthen plugin behavior and reduce edge-case failures.

Key Improvements #

Impact and Stability #

These changes collectively improve reliability, especially in complex plugin workflows. By enforcing null safety and improving internal structure, Coralite now handles edge cases more gracefully, reducing the risk of runtime errors during builds or deployments.

For developers using custom plugins, the updated method checks and refactored access patterns mean fewer surprises and more predictable behavior.

How to Upgrade #

To update to Coralite v0.14.0, run:

bash
Code copied!
npm install coralite@0.14.0

For a full list of changes, including commit details and API behavior updates, view the full changelog.

Start Building with Coralite!

Use the scaffolding script to get jump started into your next project with Coralite

Copied commandline!