All Versions
15
Latest Version
Avg Release Cycle
38 days
Latest Release
1824 days ago
Changelog History
Page 2
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, 2019Features
- ๐ 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