This contains a number of bugfixes, and a few new backwards-compatible improvements. Most notably, the addition of a new /api
endpoint which will describe in human form the API that your Maki application exposes.
- Requirements of Resources can now be Sorted (@martindale, d1a8bba)
- the
patch
method on Resource now correctly updates all documents matching the query (@martindale, 420da3f
) - Resources can now have their children populated at any depth (@martindale, 00ad414)
- Plugins can now contain Service Workers (@martindale, 7794dda)
- Plugins can now inject client scripts (@martindale, 74398b0)
- Formatting can now be forced on any Resource by providing
format=json|html
(@martindale, 33c2668)