File tree Expand file tree Collapse file tree 1 file changed +9
-31
lines changed Expand file tree Collapse file tree 1 file changed +9
-31
lines changed Original file line number Diff line number Diff line change 1
- # v1.1.0 (2016-01-24)
2
- * Release for Ecto 1.1+
1
+ # Changelog for v2.0
3
2
4
- # v1.0.2 (2015-09-19)
5
- * Documents why ` unique_constraint/3 ` and ` foreign_key_constraint/3 ` cannot be supported by SQLite
3
+ ## Highlights
6
4
7
- # v1.0.1 (2015-08-30)
8
- * ` Sqlite.Ecto.storage_up/1 ` creates directory if not exists
5
+ * Update to Sqlitex 1.0 and Elixir 1.2+
9
6
10
- # v1.0.0 (2015-08-25)
11
- * Release for Ecto 1.0+
12
- * Supports fragment sources in join statements
7
+ ## v2.0.0-dev
13
8
14
- # v0.6.0 (2015-08-15)
15
- * Release for Ecto 0.16.0+
9
+ ### Enhancements
16
10
17
- # v0.5.0 (2015-08-06)
18
- * Release for Ecto 0.15.0+
19
- * Supports ` create_if_not_exists ` and ` drop_if_exists `
11
+ ### Bug fixes
20
12
21
- # v0.4.1 (2015-07-21)
22
- * Adds support for interval based operations with ` date_add ` and ` datetime_add `
13
+ ### Deprecations
23
14
24
- # v0.4.0 (2015-07-19)
25
- * Release for Ecto 0.14.0+
26
15
27
- # v0.3.0 (2015-06-30)
28
- * Release for Ecto 0.13.1+
29
-
30
- # v0.2.0 (2015-06-25)
31
- * Release for Ecto 0.12.1+
32
- * Adds support for Decimals
33
-
34
- # v0.1.0 (2015-05-30)
35
- * First stable release (* beta* )
36
- * Integration tests
37
-
38
- # v0.0.2 (2015-05-21)
39
- * First release (* alpha* )
16
+ ## Previous versions
17
+ * See the CHANGELOG.md [ for the v1.x series] ( https://github.com/jazzyb/sqlite_ecto/blob/master/CHANGELOG.md )
You can’t perform that action at this time.
0 commit comments