This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
Version v0.10.0
What's Changed
- Feature | Multiple Callbacks & Middleware by @Sammyjo20 in #48
Breaking Changes
Migrations
The migrations have changed again in this release, as Haystack gets closer to v1 these migration changes should happen less and less but to make it easy, just download this migration file and run it in your application.
https://gist.github.com/Sammyjo20/279707a8f7849a44e5aab445726b1ed4
Middleware
The method name to add middleware when building Haystacks has changed from withMiddleware
to addMiddleware
Full Changelog: v0.9.0...v0.10.0