View Source Changelog

0-3-0-2023-06-20

0.3.0 (2023.06.20)

  • Fixed url request path for aliases

  • Refactor functions inside collection and document.

  • Changed return values from {:ok, t()} to t() only.

  • Added cheatsheet section on docs

  • Parse schema field types for float, boolean, string, integer and a list with these corresponding types.

0-2-2-2023-01-26

0.2.2 (2023.01.26)

  • Updated docs

0-2-1-2023-01-22

0.2.1 (2023.01.22)

  • Returned an ecto query instead of list of results

0-2-0-2023-01-20

0.2.0 (2023.01.20)

  • Added search function which returns a list of structs or empty.

0-1-0-2023-01-20

0.1.0 (2023.01.20)

  • Initial release