Skip to content

Releases: ciatph/ph-municipalities

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

ph-municipalities_v1.0.5

28 Jan 20:43
05ae4d6
Compare
Choose a tag to compare

Summary

January 29, 2023

  • Prepare scripts and GitHub Actions workflow for publishing to the npm registry, #42
  • Create a simple ExcelFile class usage documentation, #43

What's Changed

Full Changelog: v1.0.4...v1.0.5

ph-municipalities_v1.0.4

28 Jan 12:13
eda06bc
Compare
Choose a tag to compare

Summary

January 28, 2023

  • Catch excel file download errors on script. Follow-up for v1.0.3
  • Less stricter excel content checking
  • Remove miscellaneous logs
  • Re-activate Actions linting on push to any branch except master

What's Changed

Full Changelog: v1.0.3...v1.0.4

ph-municipalities_v1.0.3

28 Jan 10:56
6a8e69f
Compare
Choose a tag to compare

Summary

January 28, 2023

  • Compile source codes using ncc, #33
  • Remove npx in the build:win scripts
  • Ask users to key in a download URL of a remote excel file, #34

What's Changed

Full Changelog: v1.0.2...v1.0.3

ph-municipalities_v1.0.2

08 Aug 09:38
9bfc07a
Compare
Choose a tag to compare

Summary

  • Include the .env file when building windows packages on a local development machine
  • Trigger a lint worklow on push to any branch
  • Trigger a workflow that packages the windows binaries and attaches them to the release page on publish of a new release
  • Attach windows package binaries starting from this release, triggered on every release publish

What's Changed

Full Changelog: v1.0.1...v1.0.2

ph-municipalities_v1.0.1

08 Aug 05:18
5fcf169
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

Summary

  • Add an option to build all windows executables in one npm script
    npm run build:win:all

ph-municipalities_v1.0.0

08 Aug 04:45
7343139
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @ciatph made their first contribution in #4

Full Changelog: https://github.com/ciatph/ph-municipalities/commits/v1.0.0

Summary

  • List the municipalities of a given province
  • List the provinces and municipalities of a given region
  • Create a library for reading and parsing a specific excel file
  • Write results to a JSON file
  • Create npm scripts for querying data
  • Package the nodejs project into a windows executable file