v0.4.0
Bumped! 📄
Diff: v0.3...v0.4.0
Changes:
- Composer: upgrade and sort packages [13739a4] (@h4kuna)
- Phpstan: fix warnings [f27b15d] (@h4kuna)
- AccessTokenClient: do not touch on property $accessToken and use method getAccessToken() [aa42d08] (@h4kuna)
- Remove for loop [fb87a36] (@h4kuna)
- Return minimal allowed version [36a6ef7] (@h4kuna)
- Typo [4ff1bcd] (@h4kuna)
- The expiration of cache is same like token's the expiration [e183821] (@h4kuna)
- Revert RuntimeException [31628ec] (@h4kuna)
- AccessToken: parameter expiresAt is timestamp instead of DateTimeImmutable [1fc6587] (@h4kuna)
- Return code is 201 after send sms [72c6541] (@h4kuna)
- MesssageClient: use own constant for url [219394b] (@h4kuna)
- DI: class Config is created like one service instead of two objects [3f187d8] (@h4kuna)
- Typo: php7.4 properties [6f9b914] (@h4kuna)
- AccessTokenCacheProvider: instance of cache moved to container, remove constant defined namespace [6cfc246] (@h4kuna)
- Tests: add E2E test, neon config move to Fixtures, rename cases to Cases [ad18606] (@h4kuna)
- AccessToken: remove cast function, keep right type native [f2deaf0] (@h4kuna)
- Remove Makefile from distributed package [c749b30] (@h4kuna)
- Config: define constant URL, remove duplicity [0764fd5] (@h4kuna)
- Doc: fill default values [02e3c24] (@f3l1x)
Maintenance:
- Bump 0.3 [4cb4b68] (@vody105)
- Kodiak bot [8892c9b] (@f3l1x)
- Unify syntax in readmes (#10) [d614a81] (@petrparolek)
- Polished readme (#11) [e80d64c] (@petrparolek)
- Improvements (readme, github actions) (#12) [17698f0] (@petrparolek)
- Codestyle: improvements (#13) [1fcd6a7] (@petrparolek)
- Update composer to v2 in CI [c8705d4] (@petrparolek)
- Updated PHPStan and guzzlehttp/psr7 [4c7ee8b] (@petrparolek)
- CI: fix tests for lowest deps [ec08cea] (@f3l1x)
- DI: little improvements [87dde35] (@f3l1x)
- Code: modernize (phpstan, codesniffer, gitignore) [959fa0a] (@f3l1x)
- Tests: little improvements [048cad4] (@f3l1x)
- CI: split to multiple workflows [487029d] (@f3l1x)