Phoenix: Poison 3.0

Created on 11 Apr 2017  路  1Comment  路  Source: phoenixframework/phoenix

Is there any chance of getting support for Poison 3.0 in Phoenix 1.2.X?

Most of projects start supporting Poison 3.0 and it's not possible to upgrade unless I upgrade to Phoenix 1.3-rc

something like

{:poison, "~> 1.5 or ~> 2.0 or ~> 3.0"}

Poison doesn't have a CHANGELOG file but just by looking at the interface it looks like it's keeping the interface same as prior versions.

Most helpful comment

{:poison, "~> 3.0", override: true} in your mix.exs in you should be fine.

>All comments

{:poison, "~> 3.0", override: true} in your mix.exs in you should be fine.

Was this page helpful?
0 / 5 - 0 ratings