File tree 2 files changed +3852
-0
lines changed
2 files changed +3852
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ ## 0.10.0
3
+
4
+ Note:
5
+
6
+ This is a cornerstone release. It provides groundwork for many things to come and has worked
7
+ on stability and flexibility, while mostly retaining backwards compatibility.
8
+
9
+ This release was a rewrite of nearly the whole module. However backwards compatibility
10
+ was mostly preeserved. Bug fixes wont be listed for this release, all subsequent releases
11
+ will follow the angular standard to automatically generate changelogs.
12
+
13
+ New Features:
14
+ - Sync
15
+ - Driverless Core
16
+ - Plugin Hooks and overwrites
17
+ - Adjusted migration schema, to allow specific setup routines
18
+ - Version migration schemas itself for future iterations
19
+ - Promise style migrations
20
+ - Programmatic API
21
+ - Restructered major parts of db-migrate
22
+ - Transactional migrations
23
+ - New configuration options
24
+
25
+ Find a full list of features added here:
26
+
27
+ https://github.com/db-migrate/node-db-migrate/issues?utf8=%E2%9C%93&q=milestone%3Av0.10.0
28
+
29
+ # Old Changelogs
30
+
1
31
## 0.1.0
2
32
3
33
New Features:
You can’t perform that action at this time.
0 commit comments