Coralite v0.18.2
Coralite v0.18.2 delivers targeted improvements to tooling, build reliability, and code maintainability. This release focuses on the developer experience through refined configuration, better dependency resolution, and cleaner output pipelines.
Key Improvements #
- Added a dedicated CLI testing workflow to validate command-line behavior across environments.
- Introduced
coralite-scriptswith build scripts and standardizeddistoutput support for consistent project scaffolding.
Bug Fixes #
- Replaced the
#typespath alias with relative imports in type declarations, resolving issues with bundlers and IDEs that do not support custom aliases.
Code Refactoring #
- Added path aliases for
libandpluginsmodules in the core package, improving readability and reducing import path complexity. - Removed
minify-whitespacefrom esbuild configurations to preserve readable output in development builds and reduce unintended side effects during debugging.
What This Means for You #
With v0.18.2, Coralite continues to evolve as a lightweight, predictable toolchain for modular application development. The new coralite-scripts setup enables faster project initialization and consistent output structure. Fixing the type import issue ensures compatibility across different build environments, while path aliases and cleaner build configurations make the codebase easier to navigate and extend.
These changes reflect a focus on developer ergonomics and long-term maintainability—key values in open-source sustainability.
For a complete list of changes, view the full changelog.
