Skip to content

Releases: KeenMate/db-gen

v0.6.0-beta3

25 Jun 12:09
Compare
Choose a tag to compare
dont require mapping function for parameter types

v0.6.0-beta2

22 Jun 09:53
Compare
Choose a tag to compare
v0.6.0-beta2 Pre-release
Pre-release
change detection improvements and bugfixes

v0.6.0-beta1

22 Jun 09:14
Compare
Choose a tag to compare
v0.6.0-beta1 Pre-release
Pre-release
delete specific name from generation information

- prevent pointless changes that make it difficult to see real changes

v0.6.0-beta0

22 May 16:09
Compare
Choose a tag to compare
v0.6.0-beta0 Pre-release
Pre-release
add new command database-changes

- in generate show overview of all changes in database procedures

v0.5.3

20 May 20:24
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/dev' into dev

v0.5.2

27 Apr 15:09
Compare
Choose a tag to compare

New features

  • Separate Optional from Nullable
  • Optional is only used in parameters and specifies that given parameter has default value
  • Both can be override separately

v0.5.1

26 Apr 15:53
Compare
Choose a tag to compare
fix case conversion

v0.5.0

26 Apr 12:24
Compare
Choose a tag to compare

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

v0.5.0-beta3

24 Apr 09:18
Compare
Choose a tag to compare
v0.5.0-beta3 Pre-release
Pre-release
fix missing value for %s in panic

v0.5.0-beta2

24 Apr 09:16
Compare
Choose a tag to compare
v0.5.0-beta2 Pre-release
Pre-release
use is nullable from override mappings