Skip to content

Latest commit

 

History

History
128 lines (64 loc) · 6.37 KB

CHANGELOG.md

File metadata and controls

128 lines (64 loc) · 6.37 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.7 (2024-03-13)

Features

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

0.1.6 (2024-02-06)

0.1.5 (2023-11-08)

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)

0.1.4 (2023-11-02)

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)

0.1.3 (2023-09-24)

Bug Fixes

  • fix code styles (03e157d)
  • fix some false positive test on province resources (a20ca86)

0.1.2 (2023-08-30)

Features

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

0.1.1 (2023-07-20)

Features

  • 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)

0.1.0 (2023-07-16)

⚠ BREAKING CHANGES

  • get rid of unnecessary interface
  • rename address classnames

Features

  • add more model traits to helps extendability of address (6a118c2)

Bug Fixes

0.0.6 (2023-07-14)

Features

  • 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)

0.0.5 (2023-07-07)

Features

  • 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)

Features

  • add addressable config for the sake of customizable (7951bba)

0.0.3 (2023-07-03)

Features

  • add trait to help associate with addresses (20e4b62)

0.0.2 (2023-06-26)

Features

  • add basic model for address (642d88e)
  • define model contract for easy extendability (edbfd06)

0.0.1 (2023-06-23)