Skip to content

Release version 2.0.0

Compare
Choose a tag to compare
@absynce absynce released this 22 Jan 16:29
· 76 commits to master since this release

[2.0.0]

  • Changed (breaking) - The way the MigrationDocument's Id is determined. Multiple underscores
    will now combined into one separator to be used between each section of the Id.
    This could be a breaking change if there are migrations named with multiple
    underscores
    , depending on the version of Raven client and server in use. Some
    versions of Raven ignore multiple separators and others do not. This change
    could cause migrations to be run multiple times in some cases if the ids are not
    changed first.
  • Added - Ability to inherit from MigrationAttribute to specify custom migration
    versions.