All Versions
365
Latest Version
Avg Release Cycle
5 days
Latest Release
538 days ago

Changelog History
Page 12

  • v1.47.9 Changes

    August 11, 2021

    🐛 Bug Fixes:

    • 0️⃣ set argument defaults early

    • don't add indices to non-list inputs in managed relationships

  • v1.47.8 Changes

    August 05, 2021

    🐛 Bug Fixes:

    • stop managed relationships from sourcing wrong data
  • v1.47.7 Changes

    August 04, 2021

    🐛 Bug Fixes:

    • redact fields in the resource struct as well

    • allow before_action to manage belongs_to relationships

    • load belongs to relationships before managing them

    • don't lookup nil input

    • don't look for matches for nil

    • don't accept list inputs for managed belongs_to

    • don't use list inputs in belongs_to managed

    • ✂ remove belongs to related after action

    • 🛠 fix more cases where belongs_to isn't replaced

  • v1.47.6 Changes

    August 01, 2021

    🐛 Bug Fixes:

    • honor on_missing: behavior for belongs_to relationships

    • 🚚 properly remove old belongs_to records

  • v1.47.5 Changes

    July 28, 2021

    🐛 Bug Fixes:

    • set source_query tenant in lateral join

    👌 Improvements:

    • add belongs_to attributes after the others
  • v1.47.4 Changes

    July 25, 2021

    👌 Improvements:

    • pull relationship paths out of functions
  • v1.47.3 Changes

    July 23, 2021

    🐛 Bug Fixes:

    • no need to trap exits anymore
  • v1.47.2 Changes

    July 23, 2021

    🐛 Bug Fixes:

    • don't match on explicitly :exit
  • v1.47.1 Changes

    July 23, 2021

    🐛 Bug Fixes:

    • catch normal exit message from engine

    • flush engine state always

  • v1.47.0 Changes

    July 22, 2021

    🔋 Features:

    • Ash.Resource.Info: add &public_field/2 helper (#254)

    • Ash.Resource.Info: add &sortable?/3 helper

    🐛 Bug Fixes:

    • load calculations from sorts properly

    • ✅ rename conflicting test name

    • 🛠 fix complex attribute check

    • disallow aggregate/calculation sorting w/ keyset pagination