Skip to content

Releases: sagautam5/local-states-nepal

Support for PHP 8

28 Apr 07:22
03759a1
Compare
Choose a tag to compare

What's Changed

  • Support for PHP 8.0 / 8.1 / 8.2 / 8.3
  • phpstan code standard for static type checks (Level 8)
  • Docker environment option for contributors
  • Pipeline updates and more test coverage

Special thanks to @AsmitNepali for his contribution in this release

Full Changelog: v1.0.8...v2.0.0

Update Province Names

24 Mar 15:39
9a92627
Compare
Choose a tag to compare
  • Province one name has been updated into Koshi Province
  • Province two name has been updated into Madesh Province
  • Website urls of all province have been updated

Special Thanks to @iamsubingyawali and Saurav Shrestha for their contribution in this release.

JSON Restructure & Demo Update

12 Jun 13:27
ddbcc55
Compare
Choose a tag to compare
  • New map of Nepal
  • Formatted JSON data
  • UI Update for demo page
  • Ward count issue fixed
  • Additional Unit Tests

Local State Demo

12 Jun 14:10
Compare
Choose a tag to compare
  • Added api end points and view page for demo
  • Added loom video for demo of local states with nepali and english language
  • Added pipeline and github actions for automated unit testing
  • Updated contribution guide
  • package supports only for php version >= 7.0 from now

Update province names

01 May 11:06
79bd20d
Compare
Choose a tag to compare
Merge pull request #7 from sagautam5/format-province-names

update province dataset

Sort Entities

13 Mar 10:14
08f2c9f
Compare
Choose a tag to compare

Sort each entities by their attribute. Currently works perfectly on English format and sort by some column may not work on Nepali texts.

Basic Search and Recursive Search

20 Jan 14:59
b1f235f
Compare
Choose a tag to compare

Now, we can search each entity in two ways. We can search data set with key value and exact parameter in basic search and set of such parameters in recursive search.

Indexing Issue Fixes and Nested Data Structure

04 Jan 10:16
Compare
Choose a tag to compare
  • Indexing issue fixed for retrieving districts from province id, municipalities from category/district id
  • Nested data set has been added in province -> districts -> municipalities -> wards
  • Documentation Updates

First Release

04 Jan 08:58
Compare
Choose a tag to compare

Initial release of the composer package for retrieving data set for local states in Nepal based on administrative divisions.