Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 704 Bytes

CHANGELOG.md

File metadata and controls

32 lines (20 loc) · 704 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning

[0.4.2] - 2022-11-03

Added

  • Show default if the IP lookup API returns an error response

[0.4.1] - 2022-08-16

Fixed

  • Show the default number if IP lookup request fails

[0.4.0] - 2022-09-13

Changed

  • Code optimization
  • Reduce cache validity to 1 hour

[0.3.0] - 2022-08-27

Added

  • Cache results in visitor's browser for 1 day

Changed

  • Move all constants to a single file.
  • Optimize & organize TypeScript code.