1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-10 15:14:20 +02:00

chore(changelog): update changelog

This commit is contained in:
Awilum
2020-08-05 10:05:43 +03:00
parent 3cc321fe6b
commit c939deb73d

View File

@@ -17,7 +17,7 @@
* add new public function `flushAll()`
* add new public function `purge(string $directory)`
* add new public function `purgeAll()`
* change return type for methods `save()`, `delete()` from void too bool.
* add new events `onCacheBeforePurgeAll`, `onCacheAfterPurgeAll`, `onCacheBeforePurge`, `onCacheAfterPurge`
* **core** New Media API for work with media uploads.
@@ -242,6 +242,7 @@
* **core:** remove Date Component from the system.
* **core:** remove Text Component from the system.
* **cache:** removed methods clear() and clearAll(), use purge() and purgeAll() instead.
* **cache:** change return type for methods `save()`, `delete()` from void too bool.
<a name="0.9.8"></a>
# [0.9.8](https://github.com/flextype/flextype/compare/v0.9.7...v0.9.8) (2020-05-14)