Features
Expose column permission changes #221
Column and computed field permission changes are now summarized below the existing permission tables.
Expanding the summary enumerates the changed column names across operation and role. Changes that are consistent across roles will be vertically merged for readability.
For example:
10 added column permissions
insert | select | update | |
---|---|---|---|
manager | ➕ name |
➕ created_at ➕ id ➕ last_login_at ➕ name |
➕ name |
user |
Output job summary #224
The change_html
output is now additionally written as a GitHub Actions Job Summary and displayed on the summary page of a workflow run.
Internal
- Bump and expand ESLint #218
- Upgrade dependencies v2.3.1...v2.4.0