Skip to content

0.0.3

Choose a tag to compare

@jschwind jschwind released this 07 Mar 22:13
· 12 commits to main since this release
7fbfabf

Release 0.0.3 – Changelog Summary

This release focuses on improved build management, asset organization, and project cleanup to streamline development and ensure consistent versioning across files. It introduces new configuration utilities and enhances documentation for smoother integration.

  • New Assets Composer
    Added assetscomposer.json to define production and development assets.
    This helps manage loader files more efficiently and improves integration workflows.

  • Build Process Enhancement
    Introduced a new build.js script and an NPM build command for automated file generation.
    Developers can now easily prepare both ESM and standard builds with consistent output.

  • Version and Documentation Updates
    All references, examples, and documentation updated to reflect version 0.0.3.
    Ensures clarity and consistency across CDN, NPM, and source files.

  • Package Metadata Improvements
    Adjusted author field, repository URL, and added build dependencies (shx, shelljs).
    Enhances maintainability and correctness of package distribution data.

  • Cleanup of Unused Files
    Removed outdated package-lock.json from the avalynx-alert package.
    Reduces clutter and prevents accidental dependency conflicts.

  • Minor Code Comment Fixes
    Improved clarity in JSDoc comments to better describe configuration options.
    A small but helpful update for developers reading the source.

Compatibility: Backward compatible


Full Changelog: 0.0.1...0.0.3