All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.1.9 (2024-10-06)
0.1.8 (2024-08-06)
- add
pint
config to excludesubmodules
dir (404032d) - db: create basic migration for
addresses
tabel (62ee6d3), closes #85 - init stat command (ba48cdb)
- test: fix test issue with address model relations (a95b38a)
0.1.7 (2024-03-13)
- ci: init tests on laravel 11 (975fe02)
0.1.6 (2024-02-06)
0.1.5 (2023-11-08)
- deps: let dependabot also manage submodules (09821d4)
- dev: add thunder-client collection (0efe822)
- exclude
JSON
andCSV
resources (2932794), closes #48
- api: don't execute query on empty params (08e902f)
0.1.4 (2023-11-02)
- 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)
- api: fix
with
query string does not return expected output (62bc1a6)
0.1.3 (2023-09-24)
0.1.2 (2023-08-30)
- model: adds ability to retrieve list of
postal_codes
(0e15f6d)
0.1.1 (2023-07-20)
- 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)
0.1.0 (2023-07-16)
- get rid of unnecessary interface
- rename address classnames
- add more model traits to helps extendability of address (6a118c2)
-
tests: fix creasico/laravel-package#47 (534b903), closes creasico/laravel-package#48
-
get rid of unnecessary interface (323a7bc)
-
rename address classnames (c549f97)
0.0.6 (2023-07-14)
- db: indexing every
name
fields on every tables (40270fe) - initialize codeclimate integrations (9d4070b)
- model: add ability to
search
bycode
orname
on each models (ad8656d)
0.0.5 (2023-07-07)
- add support to morph one or many addresses (b75e394)
- split distributed and testing databases (7962e35)
- use sub-directory for
config
file (16a4110)
0.0.4 (2023-07-03)
- add
addressable
config for the sake of customizable (7951bba)
0.0.3 (2023-07-03)
- add trait to help associate with addresses (20e4b62)