Changelog
Fossyl changelog covering breaking changes across all packages.
First stable release.
Breaking Changes from v0.18
Section titled “Breaking Changes from v0.18”PaginationConfigfields required —defaultPageSize/maxPageSizechanged from?numbertonumberPaginatedResponse<T>constrainsT extends ResponseData— was unconstrainedApiResponsetype removed from core — moved to express adapter.list()method removed — replaced with.paginate(config).get(handler)- 6 route types → single
Routewith steps — any code pattern-matching onroute.typebreaks - Handler signature changes — from positional args
(params, auth, body)to curried(params) => (auth) => (body) => () => Res