Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.02 KB

File metadata and controls

26 lines (19 loc) · 1.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • Added/Changed/Deprecated/Removed/Fixed/Security: YOUR CHANGE HERE
  • Added: automatic conversion from symbols to keywords setting
  • Added: relation.empty?, relation.blank?, relation.present? methods
  • Added: fields now can be marked as "keywords"
  • Added: it's possible to set order for relation
  • Added: it's possible to query using "or" method
  • Added: it's possible merge multiple queries
  • Added: class methods can be used as a scope (like in ActiveRecord)
  • Added: it's possible to order by multiple atttributes

[0.1.0] - 2019-04-25

Added