Releases: kiriminaja/php
Releases · kiriminaja/php
v2.1.0
🚀 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
- Yanuar Aditia (@yanuaraditia)
2.0.0
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
- V2.0.0 (f7353c5)
❤️ Contributors
- Yanuar Aditia (@yanuaraditia)
Full Changelog: 1.3.3...2.0.0
1.3.3
Full Changelog: 1.3.2...1.3.3
1.3.1
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
What's Changed
- Add
.gitattributesto ignore file or directory in production by @totoprayogo1916 in #38 - Update php.yml by @yanuaraditia in #40
- feat : Update API pricing to use version 6.1 by @muhadif in #39
- Update composer.json to 1.3.0 by @yanuaraditia in #41
- Improve ci cd code permissions by @yanuaraditia in #42
- Update .gitattributes to support /example by @yanuaraditia in #43
- Update README.md by @yanuaraditia in #44
- Update php.yml test by @yanuaraditia in #45
New Contributors
- @totoprayogo1916 made their first contribution in #38
- @muhadif made their first contribution in #39
Full Changelog: 1.2.5...1.3.0
[MAJOR] Change base-url for sandbox
1.2.5 Bump to 1.2.5
Release 1.2.4
Changelog
- Change the sandbox base url
- Change the production base url
- Update on some codes thanks to @Inabiel
Release 1.2.3
Release 1.2.2 [BUGFIX]
Add instant pricing (v1.2.0)
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