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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
3
+
## 4.2.0
4
+
5
+
### Breaking Changes
6
+
7
+
typeorm was upgraded to 0.3. See [its changelog](https://github.com/typeorm/typeorm/releases/tag/0.3.0) for its full list of breaking changes.
8
+
9
+
- Minimum Node version increased from 10 to 14
10
+
-`extendConnectionOptions` renamed to `extendDataSourceOptions`
11
+
-`extendDataSourceOptions` now requires a parameter, as `ormconfig` is now deprecated
12
+
3
13
## 3.0.0 - BREAKING CHANGES
4
14
5
15
- Refactoring to facilitate iterative construction of the corpus (multiple `.addData()` instead of a one-time `buildCorpus()`), and export/import of corpus internal data.
0 commit comments