rinvex / countries

Rinvex Country is a simple and lightweight package for retrieving country details with flexibility. A whole bunch of data including name, demonym, capital, iso codes, dialling codes, geo data, currencies, flags, emoji, and other attributes for all 250 countries worldwide at your fingertips.
https://rinvex.com
MIT License
1.65k stars 206 forks source link

Fixed bug that prevents default value to be returned from get method … #177

Closed lukasmu closed 3 years ago

lukasmu commented 3 years ago

…when attribute exists but is null.

Also fixes #64. Test is already present (it_returns_null_when_missing_tld).