Skip to content

Releases: ciatph/ph-municipalities

ph-municipalities_v1.2.1

25 Aug 15:15
413a65a
Compare
Choose a tag to compare

Summary

August 25, 2024

  • Include the missing regions.json config file on npm publish, #79
  • Follow-up: exclude examples on npm publish
  • Update custom config example

What's Changed

Full Changelog: v1.2.0...v1.2.1

ph-municipalities_v1.2.0

24 Aug 06:39
414462a
Compare
Choose a tag to compare

Summary

August 24, 2024

  • Allow using a custom regions configuration settings file with validation when instantiating an ExcelFile or ExcelFactory 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() and listProvinces()

What's Changed

Full Changelog: v1.1.0...v1.2.0

ph-municipalities_v1.1.0

23 Aug 17:57
401c1c4
Compare
Choose a tag to compare

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

Full Changelog: v1.0.13...v1.1.0

ph-municipalities_v1.0.13

23 Aug 14:58
15c6626
Compare
Choose a tag to compare

Summary

August 23, 2024

  • Detect municipality names ending with a period or comma symbol, #67

What's Changed

Full Changelog: v1.0.11...v1.0.13

ph-municipalities_v1.0.11

21 Apr 19:49
634746e
Compare
Choose a tag to compare

Summary

April 22,2024

  • Decode special/garbled text in municipality names on initial fetch of a 10-Day Excel file (follow-up for #61, Release v1.0.11)
  • Run npm audit fix

What's Changed

Full Changelog: v1.0.10...v1.0.11

ph-municipalities_v1.0.10

21 Apr 18:27
6fe8440
Compare
Choose a tag to compare

Summary

April 22, 2024

  • Replace garbled text (mostly '├â┬▒') with ñ from municipality names text, #61
  • Create a function for detecting special characters in text

What's Changed

Full Changelog: v1.0.9...v1.0.10

ph-municipalities_v1.0.9

07 Jun 00:58
9a30cbe
Compare
Choose a tag to compare

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)
  • Bump version to 1.0.9

What's Changed

Full Changelog: v1.0.8...v1.0.9

ph-municipalities_v1.0.8

12 Feb 03:38
d6de5d5
Compare
Choose a tag to compare

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

30 Jan 05:15
6b9a814
Compare
Choose a tag to compare

Summary

January 30, 2023

  • Create a method to retrieve formatted JSON data, #50

What's Changed

Full Changelog: v1.0.6...v1.0.7

ph-municipalities_v1.0.6

29 Jan 01:34
027707e
Compare
Choose a tag to compare

Summary

January 29, 2023

  • Update the Metro Manila province name in /data/regions.json to Metropolitan 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

Full Changelog: v1.0.5...v1.0.6