Releases: sagautam5/local-states-nepal
Releases · sagautam5/local-states-nepal
Support for PHP 8
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
- 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
- New map of Nepal
- Formatted JSON data
- UI Update for demo page
- Ward count issue fixed
- Additional Unit Tests
Local State Demo
- 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
Merge pull request #7 from sagautam5/format-province-names update province dataset
Sort Entities
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
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
- 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
Initial release of the composer package for retrieving data set for local states in Nepal based on administrative divisions.