Releases: scriptex/typed-usa-states
Remove unaffiliated contries
Fix build type
This release fixes an issue which prevents applications built using Webpack to compile.
The type of the module has been changed from UMD to CommonJS.
This change won't affect applications built using a module bundler or NodeJS applications.
This change WILL affect the direct usage in the browser.
Additional browser usage notes have been added to the README.
This release fixes #66
Multiple files
This release introduces multiple arrays containing data for USA states based on your preference:
usaStates
- the minimum required datausaStatesFull
- the minimum required + area, population, zip codes and counties datausaStatesWithArea
- the minimum required + area datausaStatesWithCounties
- the minimum required + counties datausaStatesWithZipCodes
- the minimum required + zip code datausaStatesWithPopulation
- the minimum required + population data- BONUS:
usaCities
- an array with all cities in the USA and details about the state they belong to
BREAKING CHANGES
The usaStates
from v.1.x.x now contains only the minimum required data for the USA states.
Add missing /dist files
This release takes care of missing /dist
files.
Update data to stats from 2018
This release included the latest population data released in 2018.
More info in the PR
New keywords and docs
This release adds more and better keywords for better discoverability and also updates the documentation in README.md
First stable
1.0.1 Bump version