Skip to content

Releases: creasico/laravel-nusa

v0.1.7

13 Mar 01:46
v0.1.7
4332031
Compare
Choose a tag to compare

Features

  • ci: init tests on laravel 11 (975fe02)

Compare with previous version: v0.1.6...v0.1.7

What's Changed

Contributions

Full Changelog: v0.1.6...v0.1.7

v0.1.6

06 Feb 21:36
v0.1.6
34943ad
Compare
Choose a tag to compare

Compare with previous version: v0.1.5...v0.1.6

What's Changed

Contributions

Full Changelog: v0.1.5...v0.1.6

v0.1.5

08 Nov 08:06
v0.1.5
d322445
Compare
Choose a tag to compare

Features

  • deps: let dependabot also manage submodules (09821d4)
  • dev: add thunder-client collection (0efe822)
  • exclude JSON and CSV 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

Full Changelog: v0.1.4...v0.1.5

v0.1.4

02 Nov 06:42
v0.1.4
1e29d72
Compare
Choose a tag to compare

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

Full Changelog: v0.1.3...v0.1.4

v0.1.3

24 Sep 18:01
v0.1.3
c681c4a
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • fix some false positive test on province resources (a20ca86)

Full Changelog: v0.1.2...v0.1.3

v0.1.2

24 Sep 17:59
v0.1.2
f30f649
Compare
Choose a tag to compare

Features

  • model: adds ability to retrieve list of postal_codes (0e15f6d)

Full Changelog: v0.1.1...v0.1.2

v0.1.1

20 Jul 02:09
v0.1.1
c83be13
Compare
Choose a tag to compare

Features

Enhance extensibility by @feryardiant in #12

  • rename morph field address.owner to address.addressable a67f3d8
  • add new interface and trait to helps models with coordinate info be46731
  • deps: utilize package:test command from orchestra/testbench to run the tests 1da613f
  • register Province, Regency, District and Village interface as container ba01162

Full Changelog: v0.1.0...v0.1.1

v0.1.0

16 Jul 20:22
v0.1.0
7004d32
Compare
Choose a tag to compare

What's Changed 0.1.0 (2023-07-16)

Features

  • Add BelongsToDistrict, BelongsToProvince, BelongsToRegency and BelongsToVillage traits to helps extendability of address (6a118c2)
  • Move Creasi\Nusa\Support to Creasi\Nusa\Models\Concerns
  • Add new interface HasAddress

Bug Fixes

⚠ BREAKING CHANGES

  • Remove Creasi\Nusa\Contracts\Model (323a7bc)
  • rename address classnames (c549f97)
    • Rename trait HasAddress to WithAddress
    • Rename trait HasAddresses to WithAddresses
    • Rename interfacace Addressable to HasAddresses

Full Changelog: v0.0.6...v0.1.0

v0.0.6

14 Jul 22:55
v0.0.6
f05df24
Compare
Choose a tag to compare

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 by code or name on each models (ad8656d)

Full Changelog: v0.0.5...v0.0.6

v0.0.5

07 Jul 06:03
v0.0.5
dc0c560
Compare
Choose a tag to compare

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

Full Changelog: v0.0.4...v0.0.5