All Versions
328
Latest Version
Avg Release Cycle
9 days
Latest Release
43 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v1.48.0-rc.17 Changes
October 19, 2021๐ Bug Fixes:
- don't require primary actions if disabled
-
v1.48.0-rc.16 Changes
October 19, 2021๐ Improvements:
- โ add
primary_actions?
option
- โ add
-
v1.48.0-rc.15 Changes
October 15, 2021๐ Bug Fixes:
- don't validate allow_nil in attribute casting
-
v1.48.0-rc.14 Changes
October 13, 2021๐ Bug Fixes:
- ๐ fix code interface on resources
๐ Improvements:
โ breaking change! api level code interface removed, contact me on discord if you want a way to avoid changing to resource-based interface, but otherwise
๐ use proper equality checking in places where we were using simple elixir equality checking
-
v1.48.0-rc.13 Changes
October 12, 2021๐ Bug Fixes:
- honor base query still when removing filters
-
v1.48.0-rc.12 Changes
October 11, 2021๐ Bug Fixes:
๐ move related field validations to resource
โ remove join_attributes, which didn't do anything anyway
๐ Improvements:
- โ add resource registry validation
-
v1.48.0-rc.11 Changes
October 09, 2021๐ Bug Fixes:
๐ handle errors when validation calculation constraints
โ remove certain modules from avoiding recompilation
๐ Improvements:
- ๐ support
module_prefix
for dsl extensions
-
v1.48.0-rc.10 Changes
October 07, 2021๐ Bug Fixes:
- โ remove certain modules from avoiding recompilation
-
v1.48.0-rc.1 Changes
September 13, 2021๐ Bug Fixes:
- check action type properly in attribute validations
-
v1.48.0-rc.0 Changes
September 13, 2021๐ฅ Breaking Changes:
- โก๏ธ update ecto version
๐ Bug Fixes:
pass constraints to sub-fields loaded in embeddable resources
take creates into account w/ attribute_equals and attribute_does_not_equal
set changeset in destroy authorization request
๐ Improvements:
- ๐ use paramaterized types under the hood