Skip to content

Commit ee5f6a3

Browse files
committed
Update CHANGELOG.md
1 parent 4bf667f commit ee5f6a3

File tree

1 file changed

+65
-8
lines changed

1 file changed

+65
-8
lines changed

CHANGELOG.md

+65-8
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,72 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Documentation
1011

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
1222

1323
### Added
1424

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
1634

1735
### Changed
1836

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
2048

21-
Thanks @lasseebert (#16)
49+
### Fixed
2250

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)
2376

2477
## [2.0.1] - 2016-07-11
2578

@@ -29,11 +82,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2982

3083
### Changed
3184

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)
3586

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
3794
[2.0.2]: https://github.com/vic/params/compare/v2.0.1...v2.0.2
3895
[2.0.1]: https://github.com/vic/params/compare/c9fea01594...v2.0.1
3996
[issues]: https://github.com/vic/issues

0 commit comments

Comments
 (0)