{"id":17163189,"url":"https://github.com/noppefoxwolf/semanticversioning","last_synced_at":"2025-04-13T14:42:06.800Z","repository":{"id":185051493,"uuid":"672921025","full_name":"noppefoxwolf/SemanticVersioning","owner":"noppefoxwolf","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-24T06:06:27.000Z","size":9,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-02T05:46:11.692Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/noppefoxwolf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-07-31T13:17:08.000Z","updated_at":"2024-01-03T16:16:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6f2664a-1564-415f-ba31-ad11f0a01e44","html_url":"https://github.com/noppefoxwolf/SemanticVersioning","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.5,"last_synced_commit":"1aaba5302fb9534a088bfea0756d53664ccf4adf"},"previous_names":["noppefoxwolf/semanticversioning"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noppefoxwolf%2FSemanticVersioning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noppefoxwolf%2FSemanticVersioning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noppefoxwolf%2FSemanticVersioning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noppefoxwolf%2FSemanticVersioning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noppefoxwolf","download_url":"https://codeload.github.com/noppefoxwolf/SemanticVersioning/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248731568,"owners_count":21152835,"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":[],"created_at":"2024-10-14T22:48:06.517Z","updated_at":"2025-04-13T14:42:06.771Z","avatar_url":"https://github.com/noppefoxwolf.png","language":"Swift","readme":"# SemanticVersioning\n\n![GitHub Actions](https://github.com/noppefoxwolf/SemanticVersioning/actions/workflows/swift.yml/badge.svg)\n\n## Codable\n\n```swift\nlet json = ##\"{\"semanticVersion\":\"1.2.0-alpha.11+feddcc\"}\"##\nstruct Version: Codable {\n  let semanticVersion: SemanticVersion\n}\nlet jsonDecoder = JSONDecoder()\nlet decoded = try jsonDecoder.decode(Version.self, from: Data(json.utf8))\n\ndecoded.semanticVersion.major // 1\ndecoded.semanticVersion.minor // 2\ndecoded.semanticVersion.patch // 0\ndecoded.semanticVersion.preRelease // alpha, 11\ndecoded.semanticVersion.build // feddcc\n```\n\n## Comparable\n\n```swift\nlet semanticVersionA = SemanticVersion(...) // 1.0.0-beta.11\nlet semanticVersionB = SemanticVersion(...) // 1.0.0-rc.1\nsemanticVersionA \u003c semanticVersionB\n```\n\n# Apps Using\n\n\u003cp float=\"left\"\u003e\n    \u003ca href=\"https://apps.apple.com/app/id1668645019\"\u003e\u003cimg src=\"https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/a4/90/d4/a490d494-0ba3-9e1f-5c09-cc6ece22d978/AppIcon-1x_U007epad-0-P3-85-220-0.png/512x512bb.jpg\" height=\"65\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# License\n\nSemanticVersioning is available under the MIT license. See the LICENSE file for more info.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoppefoxwolf%2Fsemanticversioning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoppefoxwolf%2Fsemanticversioning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoppefoxwolf%2Fsemanticversioning/lists"}