Skip to content

Commit

Permalink
notes for v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonfb committed Oct 10, 2021
1 parent 0e7914b commit aafb3a9
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 @@ -492,6 +492,12 @@ Obviously, the created controller will always have this base controller as its s
# VERSION HISTORY
#### 2021-10-09 - v-0.2.5 - this version is all about developer happyness:
- significant fixes for the behavioral (system) specs. they now create new & update interactions
for (almost) all field types
- the install generator now checks your layouts/application.html.erb for `render partial: 'layouts/flash_messages' ` and adds it if it isn't there already
- the install generator also checks your spec/rails_helper for `config.include FactoryBot::Syntax::Methods` and adds it at the top of the Rspec configure block if it isn't there
#### 2021-10-07 - v0.2.4 - removes erroneous icons display in delete buttos (these don't work inside of button_to);
- adds support for ENUM types direclty on your field types
- you must use activerecord-pgenum
Expand Down
2 changes: 1 addition & 1 deletion lib/hotglue/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HotGlue
VERSION = '0.2.4'
VERSION = '0.2.5'
end

0 comments on commit aafb3a9

Please sign in to comment.