Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 719 Bytes

CHANGELOG.md

File metadata and controls

30 lines (17 loc) · 719 Bytes

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Appendix

v1

[1.0.0]

🚀 New Features

  • Added new dynamic query building methods: FromTwins() and FromRelationships to the QueryBuilder.

🏠 Internal

  • Moved the typed query building classes into the Typed folder.
  • Added a new Dynamic folder to contain all the classes and querying logic for the new dynamic querying methods.

v0

[0.1.1]

🚀 New Features

  • First release of QueryBuilder