All Versions
15
Latest Version
Avg Release Cycle
38 days
Latest Release
1824 days ago

Changelog History
Page 2

  • v0.9.10 Changes

    July 09, 2019

    ๐Ÿš€ This release fixes an issue where deleting a relationship destroys the related resource, without checking dependency. This issue was introduced in v0.9.3

    ๐Ÿ›  Fixes issue #1260

  • v0.9.9 Changes

    June 26, 2019

    ๐ŸŽ 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.

  • v0.9.8 Changes

    June 04, 2019

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixes an issue where relationship route helper names were not always unique.

    ๐Ÿ‘Œ Improvements

    • Unscopes includes when generating linkage, resulting in less expensive queries.
    • Does not call records.includes if there are no inclusions. Prevents breaking custom relationships.
  • v0.9.7 Changes

    May 18, 2019

    Features

    • ๐Ÿ”— Links are now generated using the routes. Warnings are emitted if the route helper is not found.
    • Resource and relationship links can be excluded
    • Singleton resources now need to be declared. This allows the correct routing to be enforced and provides a way to resolve the correct id based on the context.

    Other changes

    • some internal cleanup of naming around Show Relationship operations. Should be transparent unless these methods are patched in your project

    โš  Warning: Possible breaking changes

    • ๐Ÿš€ This release ensures that links are generated from the routes. Previously it was possible for the system to create links that did not actually have a route. If routes are missing a warning will now be output.
    • Singleton resources must be declared
  • v0.9.6 Changes

    March 25, 2019

    โž• Adds support for creating and updating has_many polymorphic relationship data.

    ๐Ÿ› Bug fixes:

    • Record count will now use the same options as the main data
    • now uses records_for_ for has_many linkage