Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 341 Bytes

CHANGELOG.md

File metadata and controls

12 lines (8 loc) · 341 Bytes

Changelog

v1.0.7 release

  1. Fixed issue in get() function for fetch record by ID @rmitesh
  2. Imporve getAll() function with where clause and selected table fields @rmitesh

v1.0 release

  1. Support basic CRUD operations by @rmitesh
  2. Fetch records with relationships by @rmitesh
  3. Pagination with relationships by @rmitesh