All Versions
23
Latest Version
Avg Release Cycle
60 days
Latest Release
3388 days ago

Changelog History
Page 1

  • v2.2.0 Changes

    January 16, 2015
    • #84 - Require index names to be strings or symbols (Thibaut)
    • #39 - Adding the ability to rename columns (erikogan)
    • #67 - Allow for optional time filter on .cleanup (joelr)
  • v2.1.0 Changes

    July 31, 2014
    • #48 - Add percentage output for migrations (@arthurnn)
    • #60 - Quote table names (@spickermann)
    • #59 - Escape table name in select_limit and select_start methods (@stevehodgkiss)
    • #57 - Ensure chunking 'where' clause handled separately (@rentalcustard)
    • #54 - Chunker handle stride changes (@rentalcustard)
    • โฑ #52 - Implement ability to control timeout and stride from Throttler (@edmundsalvacion)
    • ๐Ÿšš #51 - Ensure Lhm.cleanup removes temporary triggers (@edmundsalvacion)
    • #46 - Allow custom throttler (@arthurnn)
  • v2.0.0 Changes

    July 10, 2013
    • #44 - Conditional migrations (@durran)
  • v1.3.0 Changes

    May 28, 2013
    • โž• Add Lhm.cleanup method for removing copy tables, thanks @bogdan
    • Limit copy table names to 64 characters, thanks @charliesome
  • v1.2.0 Changes

    February 22, 2013
    • โž• Added DataMapper support, no API changes for current users. Refer to the README for information.
    • ๐Ÿ“š Documentation updates. Thanks @tiegz and @vinbarnes.
  • v1.1.0 Changes

    April 29, 2012
    • โž• Add option to specify custom index name
    • โž• Add mysql2 compatibility
    • โž• Add AtomicSwitcher
  • v1.0.3 Changes

    February 23, 2012
    • ๐Ÿ‘Œ Improve change_column
  • v1.0.2 Changes

    February 17, 2012
  • v1.0.1 Changes

    February 09, 2012
    • ๐Ÿš€ released to rubygems
  • v1.0.0 Changes

    February 09, 2012
    • โž• added change_column
    • ๐Ÿš€ final 1.0 release