Skip to content

Releases: aashari/nodejs-geocoding

v2.7.2

22 Mar 07:40

Choose a tag to compare

2.7.2 (2025-03-22)

Bug Fixes

  • update release workflow to ensure correct versioning in compiled files (46deeca)

v2.7.1

22 Mar 07:18

Choose a tag to compare

2.7.1 (2025-03-22)

Bug Fixes

  • update linting configuration to ignore examples directory and fix module loading (f334d33)

v2.7.0

22 Mar 07:14

Choose a tag to compare

2.7.0 (2025-03-22)

Features

  • add TypeScript examples and reorganize examples by language (d1af0f6)

v2.6.0

22 Mar 07:11

Choose a tag to compare

2.6.0 (2025-03-22)

Features

  • enhance examples with version check and specific dependency version (cbba43d)

v2.5.0

22 Mar 07:09

Choose a tag to compare

2.5.0 (2025-03-22)

Features

  • add new examples directory with sample code (9cb9d13)

v2.4.0

22 Mar 06:49

Choose a tag to compare

2.4.0 (2025-03-22)

Bug Fixes

  • prioritize GitHub Packages publishing and make npm publishing optional (8bb26aa)
  • update workflow configuration for GitHub Packages and npm publishing (3326323)

Features

  • add GitHub Packages publishing alongside npm (c0f3698)

v2.3.0

22 Mar 06:35

Choose a tag to compare

2.3.0 (2025-03-22)

Features

  • migrate to semantic-release for automated versioning and publishing (0d2670a)

v2.2.2

11 Mar 03:10

Choose a tag to compare

Changes in v2.2.2

  • Improved package description
  • Created separate CHANGELOG.md file

v2.2.1

11 Mar 03:03

Choose a tag to compare

Changes in v2.2.1

Updated dependencies to their latest versions:

  • ts-jest from ^29.1.0 to ^29.2.6
  • @types/jest from ^29.5.0 to ^29.5.12

Updated Node.js version:

  • From 21.7.1 to 22.14.0 in .node-version
  • Updated engines field in package.json to require Node.js >=22.0.0
  • Updated Node.js badge in README.md

Changed the license from ISC to MIT:

  • Updated LICENSE file with MIT license text
  • Updated license field in package.json
  • Updated license badge in README.md

Version 2.2.0

11 Mar 02:54

Choose a tag to compare

Major Improvements

  • Updated all dependencies to their latest versions
    • TypeScript 5.8.2
    • Jest 29.7.0
    • ts-jest 29.1.0
    • Node.js types 22.13.10
  • Improved geocoding functionality to handle changes in Google Maps response structure
  • Updated target to ES2022 for better performance and modern JavaScript features
  • Added MIT license file and updated license references

Package Configuration

  • Configured for GitHub Packages deployment
  • Added .npmignore file to exclude development files from the package
  • Added Node.js engine requirement (>=18.0.0)
  • Added npm scripts for better release management
  • Enhanced keywords for better discoverability
  • Added GitHub Actions workflow for automated publishing

Documentation

  • Improved README with badges, better examples, and more comprehensive documentation
  • Added license badge and updated license references to MIT
  • Added PUBLISHING.md guide for GitHub Packages deployment

This release significantly improves the package's maintainability, compatibility with modern Node.js environments, and fixes issues with the geocoding functionality.