All Versions
365
Latest Version
Avg Release Cycle
5 days
Latest Release
537 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