Skip to content

Commit

Permalink
v0.5.20 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonfb authored Sep 8, 2023
1 parent b8fed01 commit ddca8e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1396,6 +1396,12 @@ end

# VERSION HISTORY

#### 2023-09-08 - v0.5.20
`--pundit` authorization
• Will look for a `XyzPolicy` class and method on your class named `*_able?` matching the fields on your object. See Pundit section for details.
• Field-level access control (can determine which fields are editble or viewable based on the record or current user or combination factors)
• The field-level access control doesn't show the fields as editable to the user if they can't be edited by the user (it shows them as view-only).

#### 2023-09-02 - v0.5.19

Given a table generated with this schema:
Expand Down
2 changes: 1 addition & 1 deletion lib/hotglue/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module HotGlue
class Version
CURRENT = '0.5.19.2'
CURRENT = '0.5.20'
end
end

0 comments on commit ddca8e8

Please sign in to comment.