File tree Expand file tree Collapse file tree 3 files changed +17
-9
lines changed Expand file tree Collapse file tree 3 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,20 @@ Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format.
10
10
11
11
### Added
12
12
13
+ ### Changed
14
+
15
+ ### Deprecated
16
+
17
+ ### Removed
18
+
19
+ ### Fixed
20
+
21
+ ### Security
22
+
23
+ ## 0.18.0
24
+
25
+ ### Added
26
+
13
27
- ` Faker.Fruits.En ` - add english fruits [[ @KevinDaSilvaS ] ( https://github.com/KevinDaSilvaS )]
14
28
15
29
### Changed
@@ -19,19 +33,13 @@ Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format.
19
33
- ` Faker.Internet.image_url/0 ` - switched unresponsive placeholder.it with picsum.photos [[ @almirsarajcic ] ( https://github.com/almirsarajcic )]
20
34
- ` Faker.Vehicle.En ` - fix spelling of some common makes/models [[ @nskins ] ( https://github.com/nskins )]
21
35
22
- ### Deprecated
23
-
24
- ### Removed
25
-
26
36
### Fixed
27
37
28
38
- ` Faker.date_of_birth ` - fix invalid dates due to leap year [[ igas] ( https://github.com/igas )]
29
39
- ` Faker.Currency.code/0 ` remove duplicates/replace old currencies [[ @yassinrais ] ( https://github.com/yassinrais )]
30
40
- ` Faker.Adress.PtBr ` - fix model documentation [[ @laraujo7 ] ( https://github.com/laraujo7 )]
31
41
- ` Faker.Address.En/0 ` corrected formatting for US and Britian [[ @atavistock ] ( https://github.com/atavistock )]
32
42
33
- ### Security
34
-
35
43
## 0.17.0
36
44
37
45
### Added
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ fake data.
26
26
27
27
## Quickstart
28
28
29
- * add ` {:faker, "~> 0.17 "} ` to your deps in ` mix.exs ` :
29
+ * add ` {:faker, "~> 0.18 "} ` to your deps in ` mix.exs ` :
30
30
31
31
``` elixir
32
32
defp deps do
33
33
[
34
- {:faker , " ~> 0.17 " , only: :test }
34
+ {:faker , " ~> 0.18 " , only: :test }
35
35
]
36
36
end
37
37
```
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Faker.Mixfile do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/elixirs/faker"
5
- @ version "0.17 .0"
5
+ @ version "0.18 .0"
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments