v1.2.3
- Adds file checking to prevent errors if a file has been removed from disk but not from Craft DB (Thanks to @mokopan for the suggestion 🙌).
- Adds a helper function,
memoryInfo. This will return the approximate memory required (in bytes) to load an asset in to memory. Available as a twig filter and in GraphQL. - Added a sample GraphQL asset query, located in
resources/demo.graphql.