Skip to content

Latest commit

 

History

History
33 lines (33 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

33 lines (33 loc) · 1.3 KB
  • 0.8.0
    • Support multiple databases in Rails-style (@fynsta)
  • 0.7.0
  • 0.6.1
  • 0.6.0
  • 0.5.1
  • 0.5.0
    • Rework command line integration. Fix clean process with Rails 5
  • 0.4.0
    • Support rails versioned migrations which were introduced in Rails 5
  • 0.3.1
    • fix init migration generation
  • 0.3.0
    • rails engines support (@JakeTheSnake3p0)
    • move messages from JSON file to YAML
    • allow to use a db config with a "soft" parsing errors
  • 0.2.2
    • strip white spaces in init migrations
  • 0.2.1
    • support rails 5
  • 0.2.0
    • add dry mode and ability to reuse the previous squasher database
    • improve database config processing
    • raise the minimum supported version of Ruby
  • 0.1.7
    • a regression fix of the log output (@lime)
    • improve a multi-platform support (@johncarney)
  • 0.1.6
    • support multiple database settings (@ppworks)