Releases: benmccallum/fairybread
Releases · benmccallum/fairybread
v8.0.0-rc.5
8.0.0-rc.5
v7.2.0-rc.3
7.2.0-rc.3
v7.2.0-rc.2
7.2.0-rc.2 to include #66 fix
v7.2.0-rc.1
Argument-level explicitness (#67)
v7.1.1
Fix for middleware injection optimization
v8.0.0-rc.4
feat: 8.0.0-rc.4
v8.0.0-rc.3
8.0.0-rc.3
v8.0.0-rc.2
Bring 7.1 features to 8.0.0
v7.1.0
Note: currently unlisted while issue reported on runtime type discovery is solved
Extends improvements made in v7.0.0 (read those release notes first).
FairyBread will now avoid adding its field middleware on fields when the arg/s don't actually have any applicable validators (after figuring out the arg's runtime type).
You can turn this feature off via options if needed, but the recommendation is it should be left on unless you encounter some issues in the argument crawling.
Breaking changes
- I made a change to the
IFairyBreadOptions
interface (two new properties), but I highly doubt anyone is relying on it directly so I chose to accept a breaking change in a feature release as v8 has already been reserved for a HCv12 compatible release. I imagine this won't affect anyone.
v8.0.0-rc.1
Update docs for v8