Releases: sooluh/kodepos
Releases · sooluh/kodepos
Postal Code Detection
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
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
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
Release Notes - Version 3.0.1
- Back to basics, use npm instead of yarn
- Replace
axios
withnode-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
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.