tiagopog / jsonapi-utils

Build JSON API-compliant APIs on Rails with no (or less) learning curve.
MIT License
215 stars 81 forks source link

Support for JSONAPI::Resources 0.10 #59

Open adambedford opened 7 years ago

adambedford commented 7 years ago

I'd love to use this library in conjunction with the latest version of JSONAPI::Resources. There are a number of breaking changes from what I can see, particularly with the removal of JSONAPI::OperationResults.

I'm new to this library and JSONAPI::Resources so I don't think I have the context yet to get this up and running myself so I wanted to open a ticket to see if it's on anyone else's radar.

tiagopog commented 7 years ago

Hey there!

I see that JR's version was updated recently, but there's no official release yet.

JSONAPI::Utils heads to keep supporting the latest "stable" versions from JSONAPI::Resources, so maybe when they launch a v0.10.0.beta we may start working to make JU compatible with their most recent breaking changes.

Thanks for the feedback, @adambedford. I will keep an eye on it.

jklimke commented 4 years ago

Hi, i know this question was not addressed for some time, but the final version of 0.10 of jsonapi resources has been released. any plans to adapt json api utils for that ?

danieldocki commented 4 years ago

any updates about this? at least for version 0.9.11

tiagopog commented 4 years ago

@danieldocki, I will be merging the support for v0.9.11 later today.

tiagopog commented 4 years ago

JU 0.7.3 is released with support to JR 0.9.11. This week I will be preparing the 0.8.x with support to JR 0.10.x.

benoror commented 4 years ago

Hi @tiagopog, thanks for your work 😄 ! Do we know if there are breaking changes with latest JR v0.10.2 ? Thinking about forcing it to latest

jklimke commented 3 years ago

@benoror did you proceed with just updating to jsonapi resources 0.10 ?

benoror commented 3 years ago

we did, but we end up using bare JR instead

youssef-sobhy commented 8 months ago

So did you guys find any workaround here? or did you just move to bare JR? why was this never updated?