Releases: creasico/laravel-nusa
Releases · creasico/laravel-nusa
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
v0.0.6
What's Changed 0.0.6 (2023-07-14)
Features
- Feature: Integrasi CodeClimate by @feryardiant in #9
- db: indexing every
name
fields on every tables (40270fe) - initialize codeclimate integrations (9d4070b)
- model: add ability to
search
bycode
orname
on each models (ad8656d)
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- chore(deps-dev): bump orchestra/testbench from 8.5.8 to 8.5.9 by @dependabot in #8
Features
- add support to morph one or many addresses (b75e394)
- split distributed and testing databases (7962e35)
- use sub-directory for
config
file (16a4110)
New Contributors
- @dependabot made their first contribution in #8
Full Changelog: v0.0.4...v0.0.5
v0.0.4
Full Changelog: v0.0.3...v0.0.4 (2023-07-03)
Features
- add
addressable
config for the sake of customizable (7951bba)
v0.0.3
Full Changelog: v0.0.2...v0.0.3 (2023-07-03)
Features
- add trait to help associate with addresses (20e4b62)
v0.0.2
What's Changed
- Initialize vendors as submodules, add
postal_code
,latitude
,longitude
andcoordinates
field by @feryardiant in #5 - Feat model contracts by @feryardiant in #6
New Contributors
- @feryardiant made their first contribution in #5
Full Changelog: v0.0.1...v0.0.2
Initial Release
Release V0.0.1