Skip to content

Commit

Permalink
Prep v25.0.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bchavez committed Jan 6, 2019
1 parent 4a7424b commit d1fb66d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## v25.0.3
* Added `f.Images.LoremFlickr()` (https://loremflickr.com) image service.
* Added `f.Images.LoremFlickrUrl()` (https://loremflickr.com) image service.
* Issue 193: Turkish :tr: state/providence names added to 'tr' locale.

## v25.0.2
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ public void Using_FakerT_Inheritance()
* **`Images`**
* `DataUri` - Get a SVG data URI image with a specific width and height.
* `PicsumUrl` - Get an image from the https://picsum.photos service.
* `LoremFlickrUrl` - Get an image from https://loremflickr.com service.
* `LoremPixelUrl` - Gets a random image from https://lorempixel.com. This **LoremPixel** is slow. Consider using `PicsumUrl` instead. Available categories in `LoremPixelCategory`:
* `Abstract` - Gets an abstract looking image.
* `Animals` - Gets an image of an animal.
Expand Down

0 comments on commit d1fb66d

Please sign in to comment.