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: NEWS.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
# ffscrapr 1.2.1
2
+
3
+
### Minor patches
4
+
- Caching vignette outputs in tests/testthat to making vignette-rebuilding less internet reliant
5
+
- Changing the league_id output of `sleeper_userleagues` to be a character column (because of cran no-longdouble support)
6
+
1
7
# ffscrapr 1.2.0
2
8
3
9
The main goal of ffscrapr 1.2.0 is to add a full set of methods for Fleaflicker. This release also adds improved caching options, including writing to your filesystem for persistent caching (see the vignette!), and one hotfix for sleeper_getendpoint.
@@ -8,7 +14,6 @@ The main goal of ffscrapr 1.2.0 is to add a full set of methods for Fleaflicker.
8
14
### Other tweaks to existing platforms/methods
9
15
10
16
- Small copyedits to existing vignettes.
11
-
- Caching vignette rebuild.
12
17
- Added filesystem cache capabilities and a vignette to detailing how to use it.
Copy file name to clipboardExpand all lines: R/sleeper_api.R
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
#### SLEEPER GET API ####
2
2
3
-
#' GET any SLEEPER endpoint
3
+
#' GET any Sleeper endpoint
4
4
#'
5
5
#' The endpoint names and HTTP parameters (i.e. argument names) are CASE SENSITIVE and should be passed in exactly as displayed on the Sleeper API reference page.
0 commit comments