{"id":16813359,"url":"https://github.com/risadams/historicaldictionary","last_synced_at":"2025-04-23T12:54:37.870Z","repository":{"id":43115903,"uuid":"471026729","full_name":"risadams/HistoricalDictionary","owner":"risadams","description":"A .NET data structure library to track Key/Value changes over time.","archived":false,"fork":false,"pushed_at":"2024-12-04T13:32:05.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T21:47:02.053Z","etag":null,"topics":["dotnet","key-value","library"],"latest_commit_sha":null,"homepage":"","language":"C#","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/risadams.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null},"funding":{"github":["risadams"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2022-03-17T14:46:08.000Z","updated_at":"2024-12-04T13:32:09.000Z","dependencies_parsed_at":"2022-09-07T19:41:20.170Z","dependency_job_id":null,"html_url":"https://github.com/risadams/HistoricalDictionary","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"risadams/repo-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/risadams%2FHistoricalDictionary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/risadams%2FHistoricalDictionary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/risadams%2FHistoricalDictionary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/risadams%2FHistoricalDictionary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/risadams","download_url":"https://codeload.github.com/risadams/HistoricalDictionary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250439255,"owners_count":21430822,"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":["dotnet","key-value","library"],"created_at":"2024-10-13T10:26:23.007Z","updated_at":"2025-04-23T12:54:37.853Z","avatar_url":"https://github.com/risadams.png","language":"C#","funding_links":["https://github.com/sponsors/risadams"],"categories":[],"sub_categories":[],"readme":"# HistoricalDictionary\n\n## Introduction\n\nThis is a lightweight library to add a history state to a dictionary.\n\n## Installation\n\nvia nuget.org: \u003chttps://www.nuget.org/packages/HistoricalDictionary/1.0.0\u003e\n\n## Example\n\n```csharp\nvar history = new HistoricalDictionary\u003cstring, string\u003e();\nhistory.Add(\"key1\", \"value1\");\nhistory.Add(\"key1\", \"value2\", DateTime.Now);\n\nvar value = history.Get(\"key1\");\nvar value = history.Get(\"key1\", DateTime.Now);\n```\n\n## Contribute\n\nIf you think this could be better, please [open an issue](https://github.com/risadams/HistoricalDictionary/issues/new)!\n\nPlease note that all interactions in this organization fall under our [Code of Conduct](CODE_OF_CONDUCT.md).\n\n## License\n\n[MIT](LICENSE) © 1996+ Ris Adams\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frisadams%2Fhistoricaldictionary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frisadams%2Fhistoricaldictionary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frisadams%2Fhistoricaldictionary/lists"}