It seems the module hasn't been updated for over a year. Assuming it's being used and works as expected, any plans to release a stable version 1.0?

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

temkin created an issue.

alexandersluiter’s picture

I haven't made a stable release due to a few issues. There are still a of issues that the JSON:API Resources module is working out since the entire JSON:API ecosystem in Drupal Core is marked "Internal" and not intended for extension. The other reason I haven't tagged a 1.0 release is because I don't think this module handles subdivisions properly outside of simple single parent-child relationships. I built this for use in one of our own internal applications that really only uses USA, Mexico, and Canada addresses. This module covers those, but doesn't work for some countries. I would need someone that understands subdivisions better than I to verify what I've done here. That being said, I could probably tag an alpha?

temkin’s picture

Thank you, @alexandersluiter. Your reasoning definitely makes sense.

I was under the impression that the JSON API ecosystem has matured and there are a number of other modules that are built on it. Check out this list:
https://www.drupal.org/project/jsonapi/ecosystem

If you have time, feel free to create a ticket for the subdivision logic. Since our team is working on the address use case in JSON API, we can do some quick tests to validate and possibly fix those scenarios.

And having an alpha version would be great as an initial step. Thanks!

alexandersluiter’s picture

Tagged rc1.