Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

v1.0.0-alpha.18

Pre-release
Pre-release
Compare
Choose a tag to compare
@MoOx MoOx released this 20 Dec 21:50
· 324 commits to master since this release

If you were previously relying on the fact that the meta author from a file was magically resolved to a possible authors from your database, you should instead rely on the generic behavior that works with identical names.
This means you should change author: "name" to authors: ["name"]. This will produce the same magic resolution when retrieving content from a single (id based) query.
If you really want the old behavior back, we should think about a generic solution. So please open an issue.