Skip to content

Conversation

@csantero
Copy link
Collaborator

I think given the recent progress of the json-api specification and the imminent 1.0 launch, it doesn't really make sense for us to release a 0.3.0 version of JSONAPI.NET that targets a pre-RC2 version of the spec. IMO we should merge 0-4-0 and just go back to doing work on master until we are ready to make a json-api 1.0-compliant release.

csantero and others added 16 commits March 14, 2015 21:36
Use filter query param for filtering
This change lets the user specify a model manager for the fluent config
to use. This means that type registrations will be done directly against
the model manager instead of the fluent config.

This isn't the nicest solution, but without taking over the
IDependencyResolver, I couldn't think of anything better.
Figured this made more sense as an extension method.
Before, returning null from an action would throw an exception. Now, it
serializes null or an empty array, depending on the cardinality of the
action result type.
This was causing null reference exceptions when materializing new
objects of types that have to-many relationships.
I removed the obsolete methods as well as the non-generic versions. It
was only complicating the implementation of EntityFrameworkMaterializer,
and making it harder to override that class.
@csantero csantero merged commit b73859e into master May 19, 2015
@csantero csantero deleted the 0-4-0 branch July 18, 2015 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants