| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 10 days | refactor(package): introduce Rc<RefCell<_>> handles for packages | nsfisis | |
| PHP packages have reference semantics, so introduce shared-ownership handles over an AnyPackage enum (PackageInterfaceHandle and friends) and replace Box<dyn PackageInterface> throughout. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 11 days | refactor(semver): change ConstraintInterface to a closed enum | nsfisis | |
| Replace the dyn ConstraintInterface trait objects with an AnyConstraint enum closing over its four implementors (Simple, Multi, MatchAll, MatchNone), mirroring the earlier Rule enum conversion. Rename constraint.rs to simple_constraint.rs to match the renamed Constraint type. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-20 | refactor: re-export module items to shorten import paths | nsfisis | |
| 2026-05-20 | fix(compile): fix all remaining compile errors | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-19 | fix(compile): fix various compile errors | nsfisis | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-18 | fix(compile): extract static methods from BasePackage trait | nsfisis | |
| 2026-05-17 | fix(compile): extract constants from traits to make them dyn-compatible | nsfisis | |
| 2026-05-17 | chore(style): cargo fmt | nsfisis | |
| 2026-05-16 | feat(port): port Auditor.php | nsfisis | |
| 2026-05-16 | feat(port): port AuditConfig.php | nsfisis | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-15 | refactor(advisory): replace JsonSerializable with serde::Serialize | nsfisis | |
| 2026-05-14 | feat(port): port SecurityAdvisory.php | nsfisis | |
| 2026-05-14 | feat(port): port PartialSecurityAdvisory.php | nsfisis | |
| 2026-05-12 | feat(port): port IgnoredSecurityAdvisory.php | nsfisis | |
| 2026-05-12 | feat(init): add scaffold files | nsfisis | |
