{"id":15555012,"url":"https://github.com/f3ath/change","last_synced_at":"2025-04-23T20:13:52.926Z","repository":{"id":33160370,"uuid":"153579103","full_name":"f3ath/change","owner":"f3ath","description":"Changelog manipulation for Dart","archived":false,"fork":false,"pushed_at":"2024-12-18T19:40:14.000Z","size":97,"stargazers_count":14,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T20:13:30.557Z","etag":null,"topics":["changelog","changelog-generator","changelog-parser","dart","dart-library","dartlang","keepachangelog"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f3ath.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-10-18T07:09:35.000Z","updated_at":"2025-01-22T23:28:57.000Z","dependencies_parsed_at":"2024-06-21T16:53:45.904Z","dependency_job_id":"3b17b80d-9d7b-499d-a0d6-136398ee6991","html_url":"https://github.com/f3ath/change","commit_stats":{"total_commits":51,"total_committers":5,"mean_commits":10.2,"dds":"0.37254901960784315","last_synced_commit":"dcdb64ec746d1514ef18981bd0cf264107acc905"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Fchange","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Fchange/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Fchange/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Fchange/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f3ath","download_url":"https://codeload.github.com/f3ath/change/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250506141,"owners_count":21441723,"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","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":["changelog","changelog-generator","changelog-parser","dart","dart-library","dartlang","keepachangelog"],"created_at":"2024-10-02T15:05:39.335Z","updated_at":"2025-04-23T20:13:52.897Z","avatar_url":"https://github.com/f3ath.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# change\nChangelog manipulation in Dart. For the command-line tool, see [Cider](https://pub.dev/packages/cider).\n\n## Features\n- Supports basic Markdown syntax, such as bold, italic, links, etc.\n- CRUD operations on releases and changes.\n\n## Limitations\n- Works with changelogs following [keepachangelog](https://keepachangelog.com/en/1.0.0/) format only.\n- [Semantic versioning](https://semver.org/) is implied.\n- Dates must be in ISO 8601 (YYYY-MM-DD) format.\n- Complex Markdown (e.g. tables, nested lists, HTML, etc) will not work. For better markdown support consider opening a PR to [marker](https://github.com/f3ath/marker).\n\n## Example\n```dart\nimport 'dart:io';\n\nimport 'package:change/change.dart';\n\n/// This example shows how to parse a changelog.\n/// Run it from the project root folder: `dart example/main.dart`\nvoid main() {\n  final file = File('CHANGELOG.md');\n  final log = parseChangelog(file.readAsStringSync());\n  final latest = log.history().last;\n  print('Changelog contains ${log.history().length} releases.');\n  print('The latest version is ${latest.version}');\n  print('released on ${latest.date}');\n  print('and containing ${latest.changes().length} change(s).');\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff3ath%2Fchange","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff3ath%2Fchange","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff3ath%2Fchange/lists"}