Edward Mackenzie
Edward Mackenzie
@dcavanagh What's the release cycle for this repo? Just wondering when I'll be able to make use of this as part of a released version?
@jun-sheaf I'm happy to work on a solution for this unless you think there's a reason not to?
@jun-sheaf in order to reduce impact on library users that expect the current behaviour, I'd suggest maybe having a new serializer option - something like `excludeRelationshipsFromAttributes` which if unset defaults...
Having investigated this further, I've actually found a simpler way to solve this issue. Rather than making changes to the library, there's a way using core javascript/typescript which solves it....
@PodaruDragos I've been using inversify on several projects over the last few years and have started contributing to some of the ecosystem. At least one of my contributions was critical...
@Jameskmonger any update on getting new releases out? (I don't want to pollute this thread but not sure where else to ask about this) Let me know if there's anything...
@Jameskmonger #396 looks to be resolved, but there's not been a release since. Is there any update on this?
Hi @sunnybogawat. Most (if not all) of your customisations can be achieved using the SerializerOptions argument when invoking the serializer. > How I can remove the JSON API version from...
I'm also running into this issue. While it's not a breaking change (it reports an error, but doesn't fail the workflow step) it does record an error against the workflow...
@mathematikoi can you fix the linter errors?