smartmetals / phoenix_datatables

Library to implement server-side API for the jQuery DataTables library with Elixir and Phoenix Framework
MIT License
14 stars 7 forks source link

Bump dialyxir & fix warnings. #23

Closed jeremyjh closed 5 years ago

jeremyjh commented 5 years ago

Fixes warnings for missing Jason dependency and duplicate copies of nulls_last helper which could simply be inlined. Bumps dialyxir to latest RC. Adds dialyzer to CI.