You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-11Lines changed: 14 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,13 @@ The format is based on [Keep a Changelog][keepachangelog], and this project
6
6
adheres to [Semantic Versioning][semver].
7
7
8
8
## [Unreleased]
9
+
10
+
## [0.7.0] - 2021-08-27
9
11
### Changed
10
12
- Update dependencies to the latest.
11
13
- Drop support for OTP 20. It is not supported by `telemetry` and won't compile. For now we will just support Elixir 1.8 and OTP 21.
12
14
15
+
13
16
## [0.6.1] - 2021-08-27
14
17
### Changed
15
18
- UUID encoding for both `:binary_id` and `:uuid`/`Ecto.UUID` is now configurable
@@ -18,20 +21,18 @@ adheres to [Semantic Versioning][semver].
18
21
19
22
## [0.6.0] - 2021-08-25
20
23
### Changed
21
-
-`:utc_datetime` handling has been updated to completely remove the `Z` supplied and
22
-
made to conform closer to what is done for Postgrex and MyXQL. https://github.com/elixir-sqlite/ecto_sqlite3/pull/49
23
-
- Updated error message for OTP24 https://github.com/elixir-sqlite/ecto_sqlite3/pull/47
24
+
-`:utc_datetime` handling has been updated to completely remove the `Z` supplied and made to conform closer to what is done for Postgrex and MyXQL. [#49](https://github.com/elixir-sqlite/ecto_sqlite3/pull/49)
25
+
- Updated error message for OTP24 [#47](https://github.com/elixir-sqlite/ecto_sqlite3/pull/47)
24
26
25
27
26
28
## [0.5.7] - 2021-08-17
27
29
### Changed
28
30
- Prepared statements can now be released manually.
29
-
- Added ability to specify `:asc_nulls_last`, `:asc_nulls_first`, `:desc_nulls_last`,
30
-
and `:desc_nulls_first`.
31
+
- Added ability to specify `:asc_nulls_last`, `:asc_nulls_first`, `:desc_nulls_last`, and `:desc_nulls_first`.
31
32
32
33
## [0.5.6] - 2021-07-02
33
34
### Fixed
34
-
- Fix double quote missing from sql query generation. https://github.com/elixir-sqlite/ecto_sqlite3/pull/39
35
+
- Fix double quote missing from sql query generation. [#39](https://github.com/elixir-sqlite/ecto_sqlite3/pull/39)
35
36
36
37
37
38
## [0.5.5] - 2021-04-19
@@ -44,9 +45,8 @@ adheres to [Semantic Versioning][semver].
44
45
45
46
## [0.5.4] - 2021-04-06
46
47
### Changed
47
-
- Upgrade `ecto_sql` dependency to 3.6.0
48
-
- Removed old `Ecto.Adapters.SQLite3.Connection.insert/6` was replaced with
49
-
`Ecto.Adapters.SQLite3.Connection.insert/7`.
48
+
- Upgrade `ecto_sql` dependency to `3.6.0``
49
+
- Removed old `Ecto.Adapters.SQLite3.Connection.insert/6` was replaced with `Ecto.Adapters.SQLite3.Connection.insert/7`.
50
50
51
51
52
52
## [0.5.3] - 2021-03-20
@@ -56,7 +56,7 @@ adheres to [Semantic Versioning][semver].
56
56
57
57
## [0.5.1] - 2021-03-18
58
58
### Changed
59
-
- Updated exqlite to 0.5.0
59
+
- Updated exqlite to `0.5.0`
60
60
- Updated documentation
61
61
- Updated git repository url
62
62
@@ -67,7 +67,10 @@ adheres to [Semantic Versioning][semver].
0 commit comments