Releases: egbakou/RESTCountries.NET
Releases · egbakou/RESTCountries.NET
Release list
v3.6.0
What's Changed
- refactor: standardize translation language constants by @egbakou in #37
- chore(tests): update test dependencies to latest versions by @egbakou in #38
- chore(dataset): update dataset to version 10-30-2025 by @egbakou in #39
- chore(actions): update CI/CD configuration for .NET 10 by @egbakou in #40
- chore: update project version to 3.6.0 by @egbakou in #41
Full Changelog: v3.5.0...v3.6.0
v3.5.0
v3.4.0
v3.3.0
What's Changed
- chore(deps): bump System.Text.Json from 8.0.4 to 8.0.5 by @egbakou in #31
- Fixed CVE-2024-43485
Full Changelog: v3.2.0...v3.3.0
v3.2.0
What's Changed
- chore: dataset updated by @egbakou in #30
- fix: CVE-2024-30105 fixed by @egbakou in #30
Full Changelog: v3.1.0...v3.2.0
v3.1.0
v3.0.1
v3.0.0 🎉[BREAKING CHANGE]
Fixes #6
| Features | v2.x.x | v3.0.0 |
|---|---|---|
| Offline support | ❌ | ✔️ |
| More translation languages | ❌ | ✔️ |
| Country postal code with regex | ❌ | ✔️ |
| Google Map and OpenStreetMap location | ❌ | ✔️ |
| Country flag in unicode, png and svg format | Unicode not supported | ✔️ |
| Time zones information | ❌ | ✔️ |
| Car information | ❌ | ✔️ |
| Start of the week | ❌ | ✔️ |
| Mobile phone prefix information | ❌ | ✔️ |
v2.1.0
v2.0.0
- The API source : https://restcountries.com
- Fixed Flag issue
- Fixed query parm issue for the GetCountriesByCodesAsync method