-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changelog
86 lines (52 loc) · 2.8 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
= Changelog
== 6.0.0 / XXXX-XX-XX
* Rails 6.0 support (Samu Voutilainen)
* Made it possible to run migrations directly from a gem. (Samu Voutilainen)
* Made databases’ migration path to default to db/migrate/DB_NAME (Samu Voutilainen)
* Updated expired gem signing certificate (Samu Voutilainen)
* Made “multi_ar --init” to use “bundle gem” as first step of bootstrap
== 5.1.3 / 2018-11-27
* Actually use optimist instead of trollop... (Samu Voutilainen)
== 5.1.2 / 2018-11-27
* Changed trollop gem to optimist due to upstream change (Samu Voutilainen)
== 5.1.1 / 2018-09-06
* Bundle multi_ar executable with multi_ar instead of multi_ar_migrations (Samu Voutilainen)
* Allow passing db_config and config through CLI (Samu Voutilainen)
* Allow passing single migration dir with CLI to construct migrations paths for each database (Samu Voutilainen)
== 5.1.0 / 2018-09-06
* Databases given in CLI doesn’t get overridden by config any more (Samu Voutilainen)
* Eradicate most of migration_framework variable for more dynamic behavior (Samu Voutilainen)
* Removed multi_ar binary from multi_ar gem. It’s present in multi_ar_migrations (Samu Voutilainen)
== 5.0.0 / 2018-07-04
* Removed Mar namespace (Samu Voutilainen)
- Changed the interface how databases are configured. (Samu Voutilainen)
== 4.1.0 / 2018-06-04
* Updated to work with ActiveRecord 5.2.0. (Samu Voutilainen)
== 4.0.0 / 2017-03-08
* Converted the migration generator to override the method that defines migration path. This requires Rails 5.0.2 or higher. (Samu Voutilainen)
== 3.0.1 / 2016-08-29
* Added method MultiAR#verb for outputting content if --verbose flag has been passed (or verbose is true in MultiAR initialization) (Samu Voutilainen)
== 3.0.0 / 2016-07-21
* Eradicated conditional loading of migration_comments gem (Samu Voutilainen)
(ActiveRecord 5.0 supports comments out of the box)
== 3.0.0-rc1 / 2016-07-14
* Updated dependencies (Samu Voutilainen)
- ActiveRecord to 5.x
- Rake to 11.x
== 2.0.1 / 2016-03-07
* Makes database config path configurable again (Samu Voutilainen)
== 2.0.0 / 2016-01-18
* multi_ar --init was modified to support bootstrapping existing projects. (Samu Voutilainen)
* Changed some defaults to make more sense. (Samu Voutilainen)
* Miscelleanous bugfixes (Samu Voutilainen)
* Many smaller features
== 1.1.2 / 2015-11-23
* Made MultiAR::Interface not to fail to missing default config file (Samu Voutilainen)
== 1.1.1 / 2015-11-17
* Optional support for migration_comments gem. (Samu Voutilainen)
== 1.1.0 / 2015-10-15
* Allow usage of add_migration_dir before initializing the object (Samu Voutilainen)
* Bug fixes to migration dir handling (Samu Voutilainen)
* Support for static values for options with MultiAR::Interface (Samu Voutilainen)
== 1.0.0 / 2015-10-06
* First public release. (Samu Voutilainen)