0.2.1
Pre-release
Pre-release
Breaking Changes
- The format of
/data
queries has changed to allow inclusion of metadata (such a record count). The actual data is now in adata
property of the top-level object. - Memory driver now implements options it did not before, which may lead to unexpected behaviour
What's Changed
- Extract config loading by @groenroos in #414
- Record count by @groenroos in #415
- Support wildcards for filetype by @groenroos in #416
- Use
matchWildcard
for Memory driver by @groenroos in #417 - Use
coerceArray
by @groenroos in #418 - Implement options in Memory driver by @groenroos in #421
- Generate thumbnails for image uploads by @groenroos in #434
- Convert to Promise-based
fs
methods by @groenroos in #435 - Install maildev from GitHub by @groenroos in #442
Full Changelog: v0.2.0...v0.2.1