Skip to main content

v0.3.1

路 One min read
  • Hardened TypeORM querying
    • Added filter for entity ids on relations to prevent querying for too many rows.
    • Qualify all filter and sorting columns, to prevent column name collisions.

v0.2.1

路 One min read
  • Fixed case where @FilterableField decorator was not passing arguments correctly to @Field decorator #20