JSONAPI::Resources v0.9.9 Release Notes

Release Date: 2019-06-26 // almost 5 years ago
  • 🐎 Using the Rails url_helpers resulted in a significant performance penalty. The functionality has been reverted back to generating links by string buildup. An alternate method of detecting unrouted resources was added so warnings about missing links are preserved.

    A configuration option, default_exclude_links, was added to globally control link generation.