Releases: creasico/laravel-nusa
Releases · creasico/laravel-nusa
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
v0.1.1
Features
Enhance extensibility by @feryardiant in #12
- rename morph field
address.owner
toaddress.addressable
a67f3d8 - add new interface and trait to helps models with coordinate info be46731
- deps: utilize
package:test
command fromorchestra/testbench
to run the tests 1da613f - register
Province
,Regency
,District
andVillage
interface as container ba01162
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed 0.1.0 (2023-07-16)
- chore(deps-dev): bump phpunit/phpunit from 10.2.3 to 10.2.4 by @dependabot in #10
- Refactor classnames by @feryardiant in #11
Features
- Add
BelongsToDistrict
,BelongsToProvince
,BelongsToRegency
andBelongsToVillage
traits to helps extendability of address (6a118c2)
- Move
Creasi\Nusa\Support
toCreasi\Nusa\Models\Concerns
- Add new interface
HasAddress
Bug Fixes
- tests: fix creasico/laravel-package#47 (534b903), closes creasico/laravel-package#48
⚠ BREAKING CHANGES
- Remove
Creasi\Nusa\Contracts\Model
(323a7bc) - rename address classnames (c549f97)
- Rename trait
HasAddress
toWithAddress
- Rename trait
HasAddresses
toWithAddresses
- Rename interfacace
Addressable
toHasAddresses
- Rename trait
Full Changelog: v0.0.6...v0.1.0