File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 55 * Add ` Form.source_data/1 ` and ` Form.source_module/1 ` (` get_polymorphic_type/2 ` doesn't work for list of embeds)
66 * Add ` :retain_unlisted_types_on_load ` and ` :nilify_unlisted_types_on_load ` options
77 * MongoDB fix
8+ * Deprecate ` :type_field ` in favor of ` :type_field_name `
89
910## 4.0.x
1011
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ Add `polymorphic_embed` for Elixir as a dependency in your `mix.exs` file:
272272``` elixir
273273def deps do
274274 [
275- {:polymorphic_embed , " ~> 4.1.0 " }
275+ {:polymorphic_embed , " ~> 4.1.1 " }
276276 ]
277277end
278278```
Original file line number Diff line number Diff line change 11defmodule PolymorphicEmbed.MixProject do
22 use Mix.Project
33
4- @ version "4.1.0 "
4+ @ version "4.1.1 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments