This file contains the changes made to the package.
The sections are in descending order of the change date.
dependencies
are moved topeerDependencies
.
0.1.16 - 2022-08-21
- Basic pluralization for reverse table names if one of the links in navigation is an array. This will be default and used if not set by the developer.
- The structure of the folders.
mappers
for custom names for cross table references are not used anymore and planned to be removed in the following versions.
0.1.15 - 2022-08-20
Array.map
error during*:1
relation mapping.
0.1.14 - 2022-08-16
- Prisma Selections for deeply nested objects were not working correctly.
- Better way to handle renaming.
0.1.9 - 2022-04-27
IOnResolvingParams.context
property.IOnResolvingParams.root
property.IOnResolvedParams.fromDatabase
property.- Now if a data is returned from
IUseDynamicResolversParams.onResolving
then the returned data will be available inIUseDynamicResolversParams.onResolved
function. Previously, theonResolved
function was not called if returned fromonResolving
.
0.1.7 - 2022-04-27
- Type improvements for
selectionMap
option.
0.1.6 - 2022-04-27
- Changelog file.
keepNavigationMap
option to@UseDynamicResolver()
decorator parameter object.
getNavigationMap
function name togetNavigationMaps
.
0.1.5 - 2022-04-26
The initial version of the package.