Skip to content

Releases: kiriminaja/php

v2.1.0

15 Apr 07:09
80c2c87

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add Laravel integration with cache store support (c380a59)
  • Remove const since it doesn't supported on older php (630cf2d)
  • Add support for custom base URL in KiriminAjaConfig (83d2cbf)
  • Add ExpressService, InstantService, and InstantVehicle enums (02bf365)
  • Improve readme (2141837)
  • Add example project (0af0bb2)

🩹 Fixes

  • Update config reference for Laravel cache store support (df17ef9)
  • Backward compability issues (4b681ad)
  • Rc on pr review (5ea9ac3)
  • Adjust formatting of available routes in README (27877fe)

💅 Refactors

  • Update cache put method to accept mixed value type and adjust related tests (23f2d35)

✅ Tests

  • Update config namespacing (044b768)
  • Update tests/Laravel/KiriminAjaServiceProviderTest.php (be0b1d9)
  • Update src/Base/Config/Cache/FileCacheStore.php (002c387)
  • Update tests/Laravel/helpers.php (f35a4ad)
  • Update tests/Laravel/KiriminAjaServiceProviderTest.php (3987047)

🏡 Chore

  • Update changelog for v2.0.0 release (965ecfe)

Other Changes

  • Update src/Contracts/CacheStoreContract.php (b3df160)
  • Update src/Base/Config/Cache/LaravelCacheStore.php (4fced52)
  • Refactor!: remove useInstant constructor since base-url already support all (ef60043)

❤️ Contributors

2.0.0

15 Apr 06:43
4305b1e

Choose a tag to compare

compare changes

This is a major changes, we're dropping support for php <= 8.0 since it just got EOL at the 2023

🚀 Enhancements

  • Add ExpressService, InstantService, and InstantVehicle enums (02bf365)
  • Improve readme (2141837)
  • Add example project (0af0bb2)

🩹 Fixes

  • Adjust formatting of available routes in README (27877fe)

🏡 Chore

❤️ Contributors

Full Changelog: 1.3.3...2.0.0

1.3.3

10 Apr 09:38

Choose a tag to compare

Full Changelog: 1.3.2...1.3.3

1.3.1

18 Feb 06:26
55ee75f

Choose a tag to compare

What's Changed

  • fix: The script attempts to write a cache file to /tmp, which returns a permission denied error by @yanuaraditia in #47
  • feat: bump version to 1.3.1 by @yanuaraditia in #48

Full Changelog: 1.3.0...1.3.1

1.3.0

11 Apr 07:48
a4b8051

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.5...1.3.0

[MAJOR] Change base-url for sandbox

27 May 09:37

Choose a tag to compare

Release 1.2.4

15 Nov 03:07
ea98300

Choose a tag to compare

Changelog

  • Change the sandbox base url
  • Change the production base url
  • Update on some codes thanks to @Inabiel

Release 1.2.3

13 Jun 03:11
c9d5706

Choose a tag to compare

Changelog

  • Fix invalid method on #30
  • Updated composer.json psr-4 issue fix
  • Fix the mockery dev-master renamed into dev-main

Thanks to contributors @daewu14 @ggydi

Release 1.2.2 [BUGFIX]

23 May 09:36
17b01c3

Choose a tag to compare

Changelog

  • Fixing on #27

Thanks to @vozaldi by reporting this issue

Add instant pricing (v1.2.0)

09 May 08:16
d913e0b

Choose a tag to compare

Update & Changelog

Note: Untuk dapat menggunakan versi sdk ini, diharapkan untuk menyiapkan minimal PHP 8.0

Major

  • Add instant pricing support
  • Add instant pickup support
  • Add instant void support
  • Add instant find new driver support
  • Bump php version into 8.0 and up for better code strict and coverage
  • Updated phpunit.xml config

Minor

  • Fix test assertions on some service
  • Repository mock fixing
  • Unused test removed

Contributors @daewu14 @ggydi @GontangRagilPrakasa @gemaantikahr