Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

49 lines (30 loc) · 1.68 KB

Changelog

4.0.0

I've made this a major version bump due to the Typescript update, and the removal of Node version 8 support. There are no new features additions though, so no need for migration.

  • Remove support for Node.js 8.x.x (only supports v10 and v12 at the moment)
  • Refactor main codebase to Typescript
  • Implement precommit hooks for eslint and prettier
  • Updated some dev dependencies

3.0.0

2.1.0

  • Fix bug when aggregating on a base model with a composite id

2.0.0

  • Add aggregations feature
  • Fix bug with count
  • Tests now run with sqlite, postgresql and msyql drivers

1.4.0

1.3.0

1.2.0

  • Allow filtering on related models on the root model and eagerly loaded models

1.1.0

  • Operators can now be applied before and after a property name

1.0.0

  • Added filtering using nested or/and logical expressions
  • Added object-notation for eager loading and filtering