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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [0.1.24] - 2020-05-04
8
+
## [0.1.26] - 2020-05-11
9
9
10
-
### Changed
10
+
- Fixes co-operatility issue with REST
11
11
12
-
- allow configuration of data loader
12
+
## [0.1.25] - 2020-05-04
13
13
14
-
## [0.1.23] - 2020-04-11
14
+
- Added options to support dataloader configuration
15
15
16
-
### Changed
16
+
##[0.1.23] - 2020-04-11
17
17
18
18
- Now resolve NestDataLoader using `.resolve` rather than `.get` to support custom loader implementations which are not singletons (single instance scope).
0 commit comments