dartypod 0.2.0
dartypod: ^0.2.0 copied to clipboard
A minimal Service Locator with compile-time safe provider references, enabling clean dependency injection patterns.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
0.2.0 - 2026-02-05 #
Added #
- Circular dependency detection with
PodCycleErrorduring resolution - Optional
debugNamefor providers to improve diagnostics
0.1.1 - 2026-02-04 #
Added #
- Release automation with tag-based publishing to pub.dev
- Numbered steps in RELEASING.md Quick Reference for easier scanning
- Version bump tooling (
dart tool/version_bump.dart) - Pre-release validation (
dart tool/pre_release_check.dart) - Release creation script (
dart tool/create_release.dart) - creates tag, pushes, and creates GitHub release with changelog - CI changelog check with
skip-changeloglabel escape hatch - Smart changelog validation (
dart tool/check_changelog.dart) - auto-detects release branches CONTRIBUTING.mdwith development workflow and PR guidelinesRELEASING.mddocumentation for maintainers- Contributing section in README