Releases: ciatph/ph-municipalities
Releases · ciatph/ph-municipalities
ph-municipalities_v1.2.1
ph-municipalities_v1.2.0
Summary
August 24, 2024
- Allow using a custom regions configuration settings file with validation when instantiating an
ExcelFile
orExcelFactory
class, #70 - Update/fix regions data content in the
/app/config/regions.json
file - Create code samples in the
/app/src/examples
directory (but exclude on npm publish) - Update README with samples
- Create new
ExcelFile
methods for listing region data:listRegions()
andlistProvinces()
What's Changed
Full Changelog: v1.1.0...v1.2.0
ph-municipalities_v1.1.0
Summary
August 24, 2024
- Setup Docker for local development, #66
- Fix the
ncc
build scripts - Update class usage in the README file
- Bump to minor v1.1.0
What's Changed
- Feat/ciatph 66 - Docker for local dev by @ciatph in #74
- v1.0.14 by @ciatph in #75
- v1.1.0 by @ciatph in #76
Full Changelog: v1.0.13...v1.1.0
ph-municipalities_v1.0.13
ph-municipalities_v1.0.11
ph-municipalities_v1.0.10
ph-municipalities_v1.0.9
Summary
June 7, 2023
- Update /data/regions.json JSON file:
- Add the "Kalinga" municipality name under the CAR provinces
- Fix typo error:
- Zamboanga Sabugay to
"Zamboanga Sibugay"
- Dabao de Oro to
Davao de Oro
"Compostela Valley"
(rename)
- Zamboanga Sabugay to
- Bump version to 1.0.9
What's Changed
Full Changelog: v1.0.8...v1.0.9
ph-municipalities_v1.0.8
Summary
February 12, 2023
- Data setter method for class ExcelFile's
this.#datalist
field, #53 fastload
constructor param to defer loading and parsing a local excel file:const localfile = new ExcelFile({ pathToFile: path.join(__dirname, 'loadme.xlsx'), fastload: false // default is true }) // No need to init() on local files when fastload=true localfile.init()
What's Changed
Full Changelog: v1.0.7...v1.0.8
ph-municipalities_v1.0.7
ph-municipalities_v1.0.6
Summary
January 29, 2023
- Update the
Metro Manila
province name in/data/regions.json
toMetropolitan Manila
, #32 - Less redundant user prompts
- Ask for the excel file download URL only once
- Write the current download URL or the default local file cache to the output
source
JSON info - Check for
.json
file extension - Update package version. Follow-up for PR #47
What's Changed
- Fix/ciatph 32 by @ciatph in #46
- v1.0.6a by @ciatph in #47
- Fix/ciatph 32b by @ciatph in #48
- v1.0.6 by @ciatph in #49
Full Changelog: v1.0.5...v1.0.6