Ancestry v3.1.0 Release Notes

Release Date: 2020-08-03 // over 3 years ago
    • :primary_key_format method lets you change syntax. good for uuids.
    • ๐Ÿ”„ changed code from being ancestry string to ancestry_ids focused. May break monkey patches.
    • ๐Ÿšš Moved many methods from has_ancestry and InstanceMethods to MaterializedPath. May break monkey patches.
    • โœ‚ Removed tests for mysql driver. Starting with rails 4.1, it supports mysql2 driver.
    • ๐Ÿ‘ Better documentation for relationships (thnx @dtamai and @d-m-u)
    • ๐Ÿ›  Fix creating children in after_* callbacks (thx @jstirk)