• v0.2.0 4a06bc67ea

    Release v0.2.0
    Some checks failed
    Sync Release to GitHub / build-and-publish (release) Failing after 7s
    Stable

    maxp released this 2025-05-27 15:08:31 +02:00 | 4 commits to main since this release

    🚀 Features

    • (workflows) Add GitHub release sync workflow - (de6d3ee)
    • (ci) Enhance CI workflow with granular steps and error handling - (54cfa18)
    • (route-builder) Add middleware chain compilation - (35d83c0)
    • (interfaces) Add runRoute method to IInternalRoute - (67ebb43)
    • (workflows) Conditionally generate changelog - (b44bb2d)
    • (workflows) Add CI for Deno project tests - (9d5db4f)

    🐛 Bug Fixes

    • (workflows) Ensure version detection output is always set - (3707242)

    🚜 Refactor

    • (kernel) Simplify middleware and handler execution - (aea3fb4)
    • (imports) Use explicit type-only imports across codebase - (b83aa33)
    • (workflows) Rename changelog file for consistency - (b9d25f2)

    📚 Documentation

    • (release) Update guidelines for handling changelog - (6a0f1c7)
    • Add README for HttpKernel project - (a1ce306)
    • Add MIT license file - (5118a19)

    🧪 Testing

    • (routebuilder) Add validation tests for handler and middleware - (b14e9ac)
    • (httpkernel) Enforce compile-time validation for signatures - (731bba2)
    • (bench) Add parallel benchmarks for HTTP kernel - (3da34e2)

    ⚙️ Miscellaneous Tasks

    • (config) Add CI task for local checks - (c207dc7)
    • (gitignore) Add .local directory to ignored files - (1b447f5)
    • (ci) Update deno tasks in CI workflow - (38c00b0)
    • (tasks) Add benchmark, format, and lint commands - (6e6e616)
    • (workflows) Consolidate and update CI configuration - (ec1697d)
    • (config) Add exports field to module metadata - (c28eb7f)
    • (git) Ignore merge conflicts for CHANGELOG.md - (6399113)
    • (workflows) Refine branch handling in release process - (71ea424)
    • (workflows) Update changelog file extension to .md and revert b9d25f23fc - (a88b4d1)
    • Rename changelog and readme files to use .md extension - (4f2b650)
    • (workflows) Update test workflow for http-kernel project - (0311546)
    • (workflows) Update Deno setup action to v2 - (1233a0b)
    • (workflows) Remove unused workflow_dispatch trigger - (16c0053)
    • (tasks) Remove commented-out start and watch scripts - (04029f8)
    Downloads