Releases: creasico/laravel-nusa
Releases · creasico/laravel-nusa
v0.1.11
🚀 Features
- ci: Add
codeclimate
config - by @feryardiant (3cbff) - db: Init boundaries data using
cahyadsn/wilayah_boundaries
- by @feryardiant in #104 (ac10c) - dev: Call
vendor:publish
andmigrate:fresh
fromnusa:import
- by @feryardiant (3bc71)
🐞 Bug Fixes
- Fix known issue on
cahyadsn/wilayah_boundaries
- by @feryardiant in #105 (b10e0)
View changes on GitHub
v0.1.10
🚀 Features
- Switch back to
projek-xyz/actions
workflows - by @feryardiant in #92 (f3253) - db:
- Update embeded db due to upstream changes, see e2ffdf9 - by @feryardiant (3e5a9)
- Swap
w3appdev/kodepos
tocahyadsn/wilayah_kodepos
- by @feryardiant in #103 (58b5d)
- dev:
- Update
nusa:stat
- by @feryardiant (5fe7b)
- Update
- test:
- Disable process timeout while running tests - by @feryardiant (8755f)
🐞 Bug Fixes
- Upstream field changed from
paths
topath
- by @feryardiant (667a8) - Fix
csv
file generation issue - by @feryardiant (47602) - dev: Fix issue regarding upstream artifacts - by @creasi in #101 (466af)
View changes on GitHub
v0.1.9
🚀 Features
- ci: Update ci config to use workflow from
feryardiant/actions
- by @feryardiant in #90 (612ce)
View changes on GitHub
v0.1.8
Features
- add
pint
config to excludesubmodules
dir (404032d) - db: create basic migration for
addresses
tabel (62ee6d3), closes #85 - init stat command (ba48cdb)
Bug Fixes
- test: fix test issue with address model relations (a95b38a)
Compare with previous version: v0.1.7...v0.1.8
What's Changed
Contributions
- feat: add
nusa:stat
command for local development uses by @feryardiant in #84 - feat(db): add basic database migration for
addresses
table, fix #85 by @feryardiant in #86
Full Changelog: v0.1.7...v0.1.8
v0.1.7
Features
- ci: init tests on laravel 11 (975fe02)
Compare with previous version: v0.1.6...v0.1.7
What's Changed
Contributions
- feat: Initial support for Laravel 11 by @feryardiant in #69
Full Changelog: v0.1.6...v0.1.7
v0.1.6
Compare with previous version: v0.1.5...v0.1.6
What's Changed
Contributions
- feat(ci): Update CI configs by @feryardiant in #62
Full Changelog: v0.1.5...v0.1.6
v0.1.5
Features
- deps: let dependabot also manage submodules (09821d4)
- dev: add thunder-client collection (0efe822)
- exclude
JSON
andCSV
resources (2932794), closes #48
Bug Fixes
- api: don't execute query on empty params (08e902f)
Compare with previous version: v0.1.4...v0.1.5
What's Changed
Contributions
- Add basic translation for addressable fields by @feryardiant in #40
- Add
.env.example
file to help local development by @feryardiant in #45 - Update embeded database and resources by @feryardiant in #46
- Another update resources as continuation of #46 by @feryardiant in #47
- Exclude
JSON
andCSV
resources from composer distribution by @feryardiant in #49
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Features
- api: add
with
query string to include certain fields or relations (94580b2) - api: add ability to filter villages by
postal_code
(ffde718) - api: add ability to use
search
query on subroutes (a0949da) - dev: enable vscode debuging config (70c74f3)
Bug Fixes
- api: fix
with
query string does not return expected output (62bc1a6)
Compare with previous version: v0.1.3...v0.1.4
What's Changed
Contributions
- Additional HTTP query to fetch the data by @feryardiant in #28
- Fix: False positive issue on PR #28 by @feryardiant in #30
- Enhance sub-routes with
search
keyword and able to findvillages
bypostal_code
by @feryardiant in #39
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Feat: Add rest API for all available resources by @feryardiant in #22
Bug Fixes
- fix some false positive test on province resources (a20ca86)
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Features
- model: adds ability to retrieve list of
postal_codes
(0e15f6d)
Full Changelog: v0.1.1...v0.1.2