Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 837 Bytes

CHANGELOG.md

File metadata and controls

20 lines (13 loc) · 837 Bytes

0.0.3+1

  • fix: Add support to datetime on gt. gte. lt. lte. filter #8

0.0.3

  • feat: Add support for count and select with count. #6

0.0.2

  • fix: Character encoding issues in mock response to handle non-ASCII characters correctly #3
  • chore: Add a longer description and provide example #4

0.0.1

  • Initial release.
  • Basic CRUD operations (Create, Read, Update, Delete) and upsert support.
  • Basic filtering support.
  • Basic transformer (order, limit, range, single, maybeSingle) support.
  • Basic referenced table support.