| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-08-16 | refactor: narrow pub(crate) items to private | nsfisis | |
| Porting mapped every PHP `protected` member onto `pub(crate)`, which is wider than nearly all of them need. Each item demoted here is reached only from the module that defines it, so the crate-wide visibility conveyed nothing. Every `pub(crate)` that survives has at least one reader in another module of the same crate. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> | |||
| 2026-08-09 | refactor(symfony-string): extract symfony/string into the ↵ | nsfisis | |
| shirabe-symfony-string crate Move `Symfony\Component\String` out of shirabe-external-packages and into its own crate, so the path is `shirabe_symfony_string::ByteString` instead of `shirabe_external_packages::symfony::string::ByteString`. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> | |||
