relax v0.2.0 Release Notes

    • Backwards Incompatable changes
      • Rename find_all and find_one to fetch_all and fetch_one.
      • Remove support for find_many.
      • Plug.Builder used by default, not Plug.Router.
      • Nested resources now available as filter[parent] instead of just parent.
    • 🔋 Features
      • Adds ecto dependency
      • Actions now can return Ecto.Query and Ecto.Changeset structs instead of conns.
      • fetchable added to dry up fetch_all and fetch_one common overlap.
      • Permitted params added for whitelisting attributes and relationships.
      • Filterable index.