Commit ce1fbbb
committed
Release version 2.0.0
Bump appveyor.yml `core_version` to 2.0.0. Move x.x.x notes to 2.0.0 in
`CHANGELOG.md`.
Changes in this release:
- 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
**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
**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.1 parent c7a8680 commit ce1fbbb
2 files changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | | - | |
9 | | - | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | | - | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments