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_primitives
package. - FEATURE: Unified primitive types for AT Protocol including:
AtIdentifier
- Core identifier syntax handling (migrated fromat_identifier
package)AtUri
- AT URI parsing and validation (migrated fromat_uri
package)NSID
- Namespaced identifier parsing (migrated fromnsid
package)
- CONSOLIDATION: This package replaces the separate
at_identifier
,at_uri
, andnsid
packages to reduce dependency complexity and improve maintainability. - COMPATIBILITY: Provides the same API surface as the individual packages for seamless migration.