Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 12:24
· 19 commits to prod since this release

Breaking changes:

  • Changed configuration format for functions, instead of array accept object where keys are function names
  • Remove IgnoredFunctions in favor of setting function to false in Functions
  • Enforce mapping for overloaded function

New Features

Mapping per function

  • You can now specify mapping per function that will override global settings
  • Change mapped function name
  • Disable fetching of values
  • Change mapped type and is nullable for every parameter and return model column separately
  • Set custom mapping function when changing type, looks at global mapping if you do not define any