at_primitives 1.0.0
at_primitives: ^1.0.0 copied to clipboard
Primitive types and utilities for AT Protocol. This package provides basic data structures and utilities used across AT Protocol implementations.
Release Note #
1.0.0 #
- NEW: Initial release of the consolidated
at_primitivespackage. - FEATURE: Unified primitive types for AT Protocol including:
AtIdentifier- Core identifier syntax handling (migrated fromat_identifierpackage)AtUri- AT URI parsing and validation (migrated fromat_uripackage)NSID- Namespaced identifier parsing (migrated fromnsidpackage)
- CONSOLIDATION: This package replaces the separate
at_identifier,at_uri, andnsidpackages to reduce dependency complexity and improve maintainability. - COMPATIBILITY: Provides the same API surface as the individual packages for seamless migration.