@@ -7,19 +7,72 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Documentation
10
11
11
- ## [ 2.0.2] - 2016-12-18
12
+ * Miscellaneous documentation changes, including updates for HexDocs.pm. (#37 by @kianmeng )
13
+ * Add example typecasting of atoms using ` Ecto.Enum ` . (#38 by @Ziinc )
14
+
15
+ ### Fixed
16
+
17
+ * Add ` :logger ` to ` extra_applications ` in ` mix.exs ` to fix Elixir 1.11 compiler warnings. (#35 by @greg-rychlewski )
18
+ * Fix compile-time warnings in Elixir 1.14.3. (#43 by @tiagopog )
19
+ * Suppress warnings in Elixir 1.17 and 1.18. (#46 by @k-asm )
20
+
21
+ ## [ 2.2.0] - 2020-06-06
12
22
13
23
### Added
14
24
15
- * This changelog.
25
+ * Add reusable embeds schemas with ` defparams ` . (#30 by @nirev )
26
+
27
+ ## [ 2.1.1] - 2019-01-07
28
+
29
+ ### Changed
30
+
31
+ * Upgrade ` ex_doc ` to ` ~> 0.19 ` .
32
+
33
+ ## [ 2.0.6] - 2019-01-07
16
34
17
35
### Changed
18
36
19
- * Relaxed ecto dependency to 2.0 and elixir >=1.3
37
+ * Scope modules created by ` defparams ` to defining module namespace. (#24 by @jgautsch )
38
+
39
+ ### Fixed
40
+
41
+ * Fix typo. (#26 by @accua )
42
+
43
+ ### Added
44
+
45
+ * Adds compatibility with Ecto 3.0. (#29 by @lasseebert )
46
+
47
+ ## [ 2.0.5] - 2017-07-26
20
48
21
- Thanks @ lasseebert ( # 16 )
49
+ ### Fixed
22
50
51
+ * Fix Elixir 1.5 warnings. (#23 by @take-five )
52
+
53
+ ## [ 2.0.4] - 2017-07-24
54
+
55
+ ### Fixed
56
+
57
+ * Fix incorrect ` Params.Behaviour.data/2 ` typespec. (#22 by @take-five )
58
+
59
+ ## [ 2.0.3] - 2017-07-17
60
+
61
+ ### Fixed
62
+
63
+ * Make defaults work with plain ` use Params.Schema ` in ` to_map ` function. (#17 by @astery )
64
+ * Fixed Elixir 1.4 warnings. (#18 by @astery )
65
+ * Fix Dialyzer warnings for Elixir 1.4/OTP 20. (#21 by @take-five )
66
+
67
+ ## [ 2.0.2] - 2016-12-18
68
+
69
+ ### Added
70
+
71
+ * This changelog.
72
+
73
+ ### Changed
74
+
75
+ * Relaxed ecto dependency to 2.0 and elixir >=1.3 (#16 by @lasseebert )
23
76
24
77
## [ 2.0.1] - 2016-07-11
25
78
@@ -29,11 +82,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
29
82
30
83
### Changed
31
84
32
- * to_map now only returns the submitted keys and keys with default values.
33
-
34
- Thanks @lasseebert (#10 )
85
+ * to_map now only returns the submitted keys and keys with default values. (#10 by @lasseebert )
35
86
36
- [ Unreleased ] : https://github.com/vic/params/compare/v2.0.2...HEAD
87
+ [ Unreleased ] : https://github.com/vic/params/compare/v2.2.0...HEAD
88
+ [ 2.2.0 ] : https://github.com/vic/params/compare/v2.1.1...v2.2.0
89
+ [ 2.1.1 ] : https://github.com/vic/params/compare/v2.0.6...v2.1.1
90
+ [ 2.0.6 ] : https://github.com/vic/params/compare/v2.0.5...v2.0.6
91
+ [ 2.0.5 ] : https://github.com/vic/params/compare/v2.0.4...v2.0.5
92
+ [ 2.0.4 ] : https://github.com/vic/params/compare/v2.0.3...v2.0.4
93
+ [ 2.0.3 ] : https://github.com/vic/params/compare/v2.0.2...v2.0.3
37
94
[ 2.0.2 ] : https://github.com/vic/params/compare/v2.0.1...v2.0.2
38
95
[ 2.0.1 ] : https://github.com/vic/params/compare/c9fea01594...v2.0.1
39
96
[ issues ] : https://github.com/vic/issues
0 commit comments