Skip to content

v2.7.0 - Happy new year!

Compare
Choose a tag to compare
@ctran ctran released this 30 Dec 06:26
· 329 commits to develop since this release

This release contains many bug fixes and enhancements with contributions from so many folks. Thanks!

Bug fixes

  • Fix Unable to annotate foreign_keys #282
  • Fix Not finding model AB::Thing in ab/thing.rb #271
  • Fix annotate -e doesn't skip serializers by default #270
  • Fix Wrapping creates a newline before the close statement #268
  • Fix 'skip_on_db_migrate' => 'false' #252
  • Work with with Rails 5.0 #288

Improvements

  • Ignore 'already initialized constant' warnings when models are in additional configured auto load roots #281
  • Annotate additional subdirectories #286, #299
  • Hide column size for certain column types #278
  • Ignore bad model files #251
  • Support "routes" => "true" in auto_annotate_models.rake #245
  • Ignore default value for jsonb column #250