Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

52 lines (28 loc) · 1.86 KB

countrydata.js

1.0.6

Patch Changes

  • 47916f4: Fix: Resolved the GitHub repository connection problem with npm and added a sample index.js.

1.0.5

Patch Changes

  • 227b2df: Fix: Fixed TypeScript types for Country and Region. Fixed the TypeScript compilation error.
  • 3683b6d: Stable release for general use. Fixed all TypeScript issues and ensured compatibility with both JavaScript and TypeScript environments. Updated README to align with npm standards.
  • 83710eb: Updated build configuration to exclusively use ES Modules (ESM). Fixed the error our data.json not found. Updated the package.json to include the type field set to module.
  • 10f9d39: Fix: Fixed TypeScript types for Country and Region. Fixed the TypeScript compilation error.

1.0.4

Patch Changes

  • 10f9d39: Fix: Fixed TypeScript types for Country and Region. Fixed the TypeScript compilation error.

1.0.3

Patch Changes

  • 83710eb: Updated build configuration to exclusively use ES Modules (ESM). Fixed the error our data.json not found. Updated the package.json to include the type field set to module.

1.0.2

Patch Changes

  • def97ba: Updated the GitHub Actions workflow to use Vitest for running tests and collecting coverage. Installed the @vitest/coverage-v8 dependency to ensure coverage reports are generated correctly. Updated the vitest.config.ts to specify the v8 coverage provider.

1.0.1

Patch Changes

  • 19a4fd5: Fix JavaScript and TypeScript compatibility issues

1.0.1

Patch Changes

  • 19a4fd5: Fix JavaScript and TypeScript compatibility issues

1.0.0

Major Changes

  • 071426c: Initial release of CountryData.js. This package provides comprehensive country data for Node.js developers, allowing easy integration with any Node.js framework. It includes features such as retrieving country information by code and listing all countries.