You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add top level mapFields and mapAssociations to improve inference support (cc1674b)
Simplify multi-level join configurator - eliminate the need for users to deal with alias hierarchy visitors at all. (11603ec)
Ensure that queries to side-load associations share parent transaction context (d040f7f)
Add ability to intercept the mapping of all presets - this is useful for cases where operation level interceptor will not be sufficient eg. augmenting an operation with different pagination configuration (aec6421)
Add facility to build derived operations with independent interceptor stack (0f482e5)
Add a convenient way to intercept just the resolver (3bcc324)
Introduce the concept of MappedExternalOperation to make it easy to gradually transition to GRelDAL and integrate resolvers defined elsewhere (4a4bb9a)
Leverage io-ts Encoder/Decoder to serialize/deserialize fields before & after mapping to database columns (3fa3d6d)
Expose a subset of io-ts types and json as a part of types (1f0f40c)
Add json runtime type to ease use of json data types (9ae164c)