All Versions
11
Latest Version
Avg Release Cycle
160 days
Latest Release
1410 days ago

Changelog History
Page 1

  • v2.0.2 Changes

    June 09, 2020

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixed issue when finding primary key when a query is passed
    • ๐Ÿฑ No longer load test assets in non-test envs
  • v2.0.1 Changes

    June 03, 2020

    ๐Ÿ‘€ See CHANGELOG.md.

  • v2.0.0 Changes

    June 03, 2020

    ๐Ÿ‘€ See CHANGELOG.md.

  • v1.1.0 Changes

    October 11, 2017

    Backwards-Incompatible Changes

    • โฌ‡๏ธ Drop support for Elixir < 1.4 and Ecto < 2.2.0
    • ๐Ÿš€ Drop support for postgrex pre-releases
  • v1.0.1 Changes

    August 03, 2016

    ๐Ÿ‘€ See CHANGELOG.md.

  • v1.0.0 Changes

    July 27, 2016

    โž• Additions

    • Added at, at_or_later_than, at_or_earlier_than, earlier_than, earliest, later_than, latest, on, on_or_later_than, on_or_earlier_than

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘Œ Improved specs and docs
    • โœ… Rewrite tests to perform actual DB queries for better test coverage

    Backwards-Incompatible Changes

    • ๐Ÿ“‡ Renamed sum to total, avg to average, min to minimum, max to maximum
    • Removed first_inserted, inserted_after, inserted_after_incl, inserted_before, inserted_before_incl, last_inserted, updated_after, updated_after_incl, updated_before, updated_before_incl
  • v0.4.0 Changes

    July 19, 2016

    โž• Additions

    • avg, min, max, and sum can now take String.t field names

    Backwards-Incompatible Changes

    • โž• Added missing guards for existing API to enforce compliance
  • v0.3.0 Changes

    June 22, 2016
    • Rename first to first_inserted and last to last_inserted to avoid conflicts with Ecto 2
  • v0.2.1

    June 22, 2016
  • v0.2.0 Changes

    June 22, 2016
    • ๐Ÿ˜Œ Relax Ecto requirement to support 2.0