{"id":25585532,"url":"https://github.com/ghostwriter/changelog","last_synced_at":"2025-08-02T19:07:28.495Z","repository":{"id":272961217,"uuid":"788775312","full_name":"ghostwriter/changelog","owner":"ghostwriter","description":"Manage project changelogs with GitHub Milestones, Issue Labels, and PR Labels, adhering to Keep a Changelog.","archived":false,"fork":false,"pushed_at":"2025-07-27T21:20:31.000Z","size":715,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"0.1.x","last_synced_at":"2025-07-27T23:24:22.313Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ghostwriter.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["ghostwriter"]}},"created_at":"2024-04-19T04:00:08.000Z","updated_at":"2025-07-27T21:20:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"3d5161fb-944f-4079-95c0-d9afd27b3fb2","html_url":"https://github.com/ghostwriter/changelog","commit_stats":null,"previous_names":["ghostwriter/changelog"],"tags_count":0,"template":false,"template_full_name":"ghostwriter/template","purl":"pkg:github/ghostwriter/changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostwriter%2Fchangelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostwriter%2Fchangelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostwriter%2Fchangelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostwriter%2Fchangelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghostwriter","download_url":"https://codeload.github.com/ghostwriter/changelog/tar.gz/refs/heads/0.1.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostwriter%2Fchangelog/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268439164,"owners_count":24250667,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-21T07:17:57.584Z","updated_at":"2025-08-02T19:07:28.473Z","avatar_url":"https://github.com/ghostwriter.png","language":"PHP","funding_links":["https://github.com/sponsors/ghostwriter"],"categories":[],"sub_categories":[],"readme":"# Changelog\n\n[![GitHub Sponsors](https://img.shields.io/github/sponsors/ghostwriter?label=Sponsor+@ghostwriter/changelog\u0026logo=GitHub+Sponsors)](https://github.com/sponsors/ghostwriter)\n[![Automation](https://github.com/ghostwriter/changelog/actions/workflows/automation.yml/badge.svg)](https://github.com/ghostwriter/changelog/actions/workflows/automation.yml)\n[![Supported PHP Version](https://badgen.net/packagist/php/ghostwriter/changelog?color=8892bf)](https://www.php.net/supported-versions)\n[![Downloads](https://badgen.net/packagist/dt/ghostwriter/changelog?color=blue)](https://packagist.org/packages/ghostwriter/changelog)\n\nwork in progress\n\n\u003e [!WARNING]\n\u003e\n\u003e This project is not finished yet, work in progress.\n\n## Installation\n\nYou can install the package via composer:\n\n``` bash\ncomposer require ghostwriter/changelog\n```\n\n### Star ⭐️ this repo if you find it useful\n\nYou can also star (🌟) this repo to find it easier later.\n\n## Usage\n\n```php\n$changelog = Changelog::new();\n\n$changelog-\u003eadd('Added', 'Added a new feature');\n$changelog-\u003eadd('Changed', 'Changed the way we do things');\n$changelog-\u003eadd('Fixed', 'Fixed a bug');\n\necho $changelog-\u003erender();\n```\n\n## Types of changes\n\n- `Added` for new features.\n- `Changed` for changes in existing functionality.\n- `Deprecated` for soon-to-be removed features.\n- `Removed` for now removed features.\n- `Fixed` for any bug fixes.\n- `Security` in case of vulnerabilities.\n- `Unreleased` for changes that have not been released yet.\n\n```markdown\n# Changelog\n\nAll notable changes to this project will be documented in this file.\n\nThe format is based on [Keep a Changelog](https://keepachangelog.com),\nand this project adheres to [Semantic Versioning](https://semver.org).\n\n## [Unreleased]\n\n### Added\n\n- [$issueRequestNumber: $title](https://github.com/$nameWithOwner/issues/$issueRequestNumber) by (@$author)\n- [$pullRequestNumber: $title](https://github.com/$nameWithOwner/pull/$pullRequestNumber) by (@$author)\n\n### Changed\n\n- [$issueRequestNumber: $title](https://github.com/$nameWithOwner/issues/$issueRequestNumber) by (@$authorUsername)\n- [$pullRequestNumber: $title](https://github.com/$nameWithOwner/pull/$pullRequestNumber) by (@$author)\n\n### Deprecated\n\n- [$issueRequestNumber: $title](https://github.com/$nameWithOwner/issues/$issueRequestNumber) by (@$author)\n- [$pullRequestNumber: $title](https://github.com/$nameWithOwner/pull/$pullRequestNumber) by (@$author)\n\n### Removed\n\n- [$issueRequestNumber: $title](https://github.com/$nameWithOwner/issues/$issueRequestNumber) by (@$author)\n- [$pullRequestNumber: $title](https://github.com/$nameWithOwner/pull/$pullRequestNumber) by (@$author)\n\n### Fixed\n\n- [$issueRequestNumber: $title](https://github.com/$nameWithOwner/issues/$issueRequestNumber) by (@$author)\n- [$pullRequestNumber: $title](https://github.com/$nameWithOwner/pull/$pullRequestNumber) by (@$author)\n\n### Security\n\n- [$issueRequestNumber: $title](https://github.com/$nameWithOwner/issues/$issueRequestNumber) by (@$author)\n- [$pullRequestNumber: $title](https://github.com/$nameWithOwner/pull/$pullRequestNumber) by (@$author)\n\n## [0.1.0] - 2025-01-01\n\n### Added\n\n- [$issueRequestNumber: $title](https://github.com/$nameWithOwner/issues/$issueRequestNumber) by (@$author)\n- [$pullRequestNumber: $title](https://github.com/$nameWithOwner/pull/$pullRequestNumber) by (@$author)\n\n### Changed\n\n- [$issueRequestNumber: $title](https://github.com/$nameWithOwner/issues/$issueRequestNumber) by (@$authorUsername)\n- [$pullRequestNumber: $title](https://github.com/$nameWithOwner/pull/$pullRequestNumber) by (@$author)\n\n### Deprecated\n\n- [$issueRequestNumber: $title](https://github.com/$nameWithOwner/issues/$issueRequestNumber) by (@$author)\n- [$pullRequestNumber: $title](https://github.com/$nameWithOwner/pull/$pullRequestNumber) by (@$author)\n\n### Removed\n\n- [$issueRequestNumber: $title](https://github.com/$nameWithOwner/issues/$issueRequestNumber) by (@$author)\n- [$pullRequestNumber: $title](https://github.com/$nameWithOwner/pull/$pullRequestNumber) by (@$author)\n\n### Fixed\n\n- [$issueRequestNumber: $title](https://github.com/$nameWithOwner/issues/$issueRequestNumber) by (@$author)\n- [$pullRequestNumber: $title](https://github.com/$nameWithOwner/pull/$pullRequestNumber) by (@$author)\n\n### Security\n\n- [$issueRequestNumber: $title](https://github.com/$nameWithOwner/issues/$issueRequestNumber) by (@$author)\n- [$pullRequestNumber: $title](https://github.com/$nameWithOwner/pull/$pullRequestNumber) by (@$author)\n\n[unreleased]: https://github.com/$nameWithOwner/compare/1.1.1...HEAD\n[1.1.1]: https://github.com/$nameWithOwner/compare/1.1.0...1.1.1\n[1.1.0]: https://github.com/$nameWithOwner/compare/1.0.0...1.1.0\n[1.0.0]: https://github.com/$nameWithOwner/compare/0.2.0...1.0.0\n[0.2.0]: https://github.com/$nameWithOwner/compare/0.1.0...0.2.0\n[0.1.0]: https://github.com/$nameWithOwner/releases/tag/0.1.0\n```\n\n### Credits\n\n- [Nathanael Esayeas](https://github.com/ghostwriter)\n- [All Contributors](https://github.com/ghostwriter/changelog/contributors)\n\n### Changelog\n\nPlease see [CHANGELOG.md](./CHANGELOG.md) for more information on what has changed recently.\n\n### License\n\nPlease see [LICENSE](./LICENSE) for more information on the license that applies to this project.\n\n### Security\n\nPlease see [SECURITY.md](./SECURITY.md) for more information on security disclosure process.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghostwriter%2Fchangelog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghostwriter%2Fchangelog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghostwriter%2Fchangelog/lists"}