1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 06:06:45 +02:00

update CHANGELOG.md

This commit is contained in:
Awilum
2020-12-15 23:12:48 +03:00
parent 6cf3d01c63
commit dee46078d6

View File

@@ -5,13 +5,13 @@
* **fields** add new field `registry.get` for Registry API ([#494](https://github.com/flextype/flextype/issues/494))
Registry API provides method get() for retrieving data from registry and now we able to access them inside entries frontmatter header for retrieving data right in the entries.
Registry API provides method `get()` for retrieving data from registry and now we able to access them inside entries frontmatter header for retrieving data right in the entries.
Examples here: https://github.com/flextype/flextype/issues/494
* **fields** add new field `entries.fetchSingle` and `entries.fetchCollection` for Entries API ([#492](https://github.com/flextype/flextype/issues/492))
Entries API provides two methods for entries fetch: fetchCollection() and fetchSingle() and now we able to access them inside entries frontmatter header for fetching data right in the entries. Also, we will able to add and use any kind of fetch methods with our macroable functionality.
Entries API provides two methods for entries fetch: `fetchCollection()` and `fetchSingle()` and now we able to access them inside entries frontmatter header for fetching data right in the entries. Also, we will able to add and use any kind of fetch methods with our macroable functionality.
Examples here: https://github.com/flextype/flextype/issues/492