-
replace
aswithsourceexpose :body, as: :contentshould beexpose :content, source: :body -
explicit declaration for instance list
expose :posts, with: PostEntityshould beexpose :posts, using: List[PostEntity]
- Bugfix
- revert pr #19
-
Enhancements
- support only/excpet to return only wanted fields
before_serialize/2hookbefore_finish/2hook
-
Bugfix
- alias modules in
using
- alias modules in
- Enhancements
- support nested exposure
- support extend
- Bugfix
- return
[]instead ofnilfor batch list - allow aliased modules in
using
- return
- Enhancements
- parallelizable serialize
- solve the N + 1 Problem