dey_dev_utils 0.1.0-dev.2
dey_dev_utils: ^0.1.0-dev.2 copied to clipboard
A collection of utilities for development in Dart.
0.1.0-dev.2 #
- Renamed the package from
dev_utilstodey_dev_utilsbecause the original name was already registered on pub.dev. - Updated README installation examples and imports to use
dey_dev_utils. - Added pub.dev topics for Dart development tools, functional programming, error handling, and validation.
0.1.0-dev.1 #
First public prerelease of dey_dev_utils.
- Added typed
Resulthandling withOk,Err, guards, transformations, and extraction helpers. - Added scope helpers for resource cleanup, fluent transformations, side effects, and conditional filtering.
- Added type-safe comparison helpers through the
Comparisonenum. - Added stack-safe synchronous trampolines with
Bounce,Done, andMore. - Added experimental APIs for options, validation, lenses, isomorphisms, middleware, sagas, specifications, tracing, rate limiting, contracts, monoids, and lazy initialization.
- Added AI skills with implementation, testing, documentation, and review guidance for the stable libraries.
- Replaced the package template README with usage and contribution guidance.
- Added the MIT License for package and source-code reuse.