poptart_primitives 0.1.0
poptart_primitives: ^0.1.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 #
0.1.0 #
- Initial Poptart fork release under the new
poptart_*package name. - Repository metadata now points to
sprksocial/poptart.
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.