1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-23 13:23:18 +02:00

chore(core): update changelog

This commit is contained in:
Awilum
2019-11-29 17:01:21 +03:00
parent a363838e22
commit 4733ca7a4d

View File

@@ -75,12 +75,12 @@
* **core:** Markdown parsing should be cached in production #287
* **core:** YAML parsing will be cached in production #263
* **core:** Refactor entries fetch methods naming #315
* **core:** Refactor entries fetch methods naming #315
we have:
`fetch` - for single and collection entries request.
`fetchSingle` - for single entry request.
`fetchCollection` - for collection entries request.
we have:
`fetch` - for single and collection entries request
`fetchSingle` - for single entry request.
`fetchCollection` - for collection entries request.
* **core:** add routable option for entries #284