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

Changelog History
Page 23

  • v1.36.9 Changes

    March 18, 2021

    ๐Ÿ‘Œ Improvements:

    • ๐Ÿ‘Œ improve the behavior of defaults
  • v1.36.8 Changes

    March 17, 2021

    ๐Ÿ› Bug Fixes:

    • validate required attributes after before_action hooks
  • v1.36.7 Changes

    March 17, 2021

    ๐Ÿ‘Œ Improvements:

    • discard certain empty values for embed input
  • v1.36.6 Changes

    March 15, 2021

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ”„ force_change attrs after for_create/update

    • pattern match errors in manage_relationships

    • clean up some error cases

    • 0๏ธโƒฃ only default accept to public attributes

    • ๐Ÿ‘ allow_nil?: false + default interaction

  • v1.36.5 Changes

    March 14, 2021

    ๐Ÿ› Bug Fixes:

    • โœ‚ remove the as option

    ๐Ÿ‘Œ Improvements:

    • โž• Add timestamps() attribute (#198)
  • v1.36.4 Changes

    March 13, 2021

    ๐Ÿ› Bug Fixes:

    • โšก๏ธ properly validate allow_nil?: false on update

    • properly validate allow_nil?: false private attributes

  • v1.36.3 Changes

    March 13, 2021

    ๐Ÿ› Bug Fixes:

    • 0๏ธโƒฃ set argument default on cast
  • v1.36.2 Changes

    March 12, 2021

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  fix pub_sub on update

    • fix publish_all pub_sub notifier

    ๐Ÿ‘Œ Improvements:

    • derive has_one destination_attribute

    • finalize code API logic

    • add not_found_message + violation_message for relationships

    • support get_by_<identity> in interface

    • ๐Ÿ‘Œ support sublists in pub_sub topics

    • support :_tenant in pub_sub topics

  • v1.36.1 Changes

    March 09, 2021

    ๐Ÿ› Bug Fixes:

    • properly filter aggregates

    ๐Ÿ‘Œ Improvements:

    • accept tenant in for_read
  • v1.36.0 Changes

    March 08, 2021

    ๐Ÿ”‹ Features:

    • functional interface on the Api module

    • resource aliases

    ๐Ÿ‘Œ Improvements:

    • โšก๏ธ update interface to accept query/changesets

    • require completely unique action names