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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
All notable changes to `request-factories` will be documented in this file.
4
4
5
+
## 2.3.0 - 2022-09-01
6
+
7
+
- Added a handy `RequestFactory::image` method as a shortcut for `$factory->file()->image('name.png')`[#23](https://github.com/worksome/request-factories/pull/23)
8
+
5
9
## 2.2.0 - 2022-08-30
6
10
7
11
- Added support for passing an instance of a factory to the factory `::new` method [#22](https://github.com/worksome/request-factories/pull/22)
0 commit comments