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
+15-1
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [3.2.0] - 2022-05-05
11
+
12
+
### Updated
13
+
14
+
-`eslint` libraries were being listed as dependencies but not config was set. So an eslint config was added.
15
+
- Same thing with `prettier`, it was listed as a dependency and executed on commit (not configured for ts files though) but some files were not formatted with it.
16
+
- Some unused dependencies were removed from both `dependencies` and `devDependencies`.
17
+
- Removed react-hot-loader because it was not proper configured. I have already a working version with [react-refresh-webpack-plugin](https://github.com/pmmmwh/react-refresh-webpack-plugin) planned for a future PR.
18
+
- Some libraries (mostly for the frontend part compilation) were upgrades in order to `improve` the generation of the bundle.
19
+
- Some `general cleanup`: removed unused imports, unused declarations, etc.
20
+
10
21
## [3.1.0] - 2022-05-05
11
22
12
23
### Added
24
+
13
25
- Added dependency to winston
14
26
- Added an instance of logger in logger.ts and removed the logging functions
15
27
- Replace every use of the previous logger functions with calls to the logger exposed from logger.ts
16
28
17
29
### Fixed
30
+
18
31
- npm lock version 2
19
32
- graphql & @apollo/federation version compatibility
0 commit comments