Skip to content

Releases: sooluh/kodepos

Postal Code Detection

03 May 09:50
3759497
Compare
Choose a tag to compare

Release Notes - Version 4.2.0

  • Limit search results (20 items)
  • Add columns for latitude, longitude, elevation and timezone
  • Detect postal codes based on coordinate points!

Full Changelog: v4.1.0...v4.2.0

Maximizing Search Algorithm

01 May 06:06
c45b97a
Compare
Choose a tag to compare

Release Notes - Version 4.1.0

  • Maximizing the search algorithm by combining all columns into one new column and searching only within that new column.
  • Validating that the "q" parameter is mandatory.

Full Changelog: v4.0.0...v4.1.0

Goodbye Scraping Method

30 Apr 02:52
6f86772
Compare
Choose a tag to compare

Release Notes - Version 4.0.0

  • Completely removing scraping method and replacing it with static data
  • Sorting postal code search results based on search score
  • province, regency, district parameters are now dysfunctional

Full Changelog: v3.0.1...v4.0.0

Enriched Parameters

02 Mar 09:14
6b5af11
Compare
Choose a tag to compare

Release Notes - Version 3.0.1

  • Back to basics, use npm instead of yarn
  • Replace axios with node-fetch
  • Parameters province, regency, district have been implemented
  • Cache-Control header applied to lighten the load
  • Remove all deprecated keys
  • Postal code results sorted by code

Full Changelog: v3.0.0...v3.0.1

Version 3.0.0

06 Sep 14:46
cfdee44
Compare
Choose a tag to compare

Release Notes - Version 3.0.0

  • Implemented semantic versioning for consistent version control.
  • Restructured project directory following best practices, inspired by fitrahive/dua-dhikr.
  • Major refactoring, transitioning from object-oriented to function-oriented code.
  • Added multi-provider support with round-robin algorithm for improved reliability.

These changes aim to enhance project maintainability and functionality. For details, please visit our GitHub repository.