Skip to content

Releases: scriptex/typed-usa-states

Remove unaffiliated contries

14 Feb 07:56
fa102aa
Compare
Choose a tag to compare

This release removes the unaffiliated countries mentioned in #118:

  • Federated States of Micronesia
  • Marshall Islands
  • Palau

This release also migrates away from the already deprecated TSLint and starts using ESLint.

Fix build type

28 Dec 16:33
Compare
Choose a tag to compare

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

17 Dec 09:28
Compare
Choose a tag to compare

This release introduces multiple arrays containing data for USA states based on your preference:

  1. usaStates - the minimum required data
  2. usaStatesFull - the minimum required + area, population, zip codes and counties data
  3. usaStatesWithArea - the minimum required + area data
  4. usaStatesWithCounties - the minimum required + counties data
  5. usaStatesWithZipCodes - the minimum required + zip code data
  6. usaStatesWithPopulation - the minimum required + population data
  7. 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

23 May 06:16
Compare
Choose a tag to compare

This release takes care of missing /dist files.

Update data to stats from 2018

18 Oct 08:46
5594b25
Compare
Choose a tag to compare

This release included the latest population data released in 2018.
More info in the PR

New keywords and docs

20 May 05:01
05e52fe
Compare
Choose a tag to compare

This release adds more and better keywords for better discoverability and also updates the documentation in README.md

First stable

30 Jan 12:22
Compare
Choose a tag to compare
1.0.1

Bump version