File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
4
4
and this project adheres to [ Semantic
5
5
Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ v4.9.0 ] - 2022-04-04
8
8
9
9
### Added
10
10
11
11
- Add ` AllEnum() ` function to retrieve a slice of all valid values of an enum type
12
- - Add ` DefaultTemplates ` to ` boilingcore.Config ` to change the base template files to use for generation.
13
- - Add ` CustomTemplateFuncs ` to ` boilingcore.Config ` to supply additional functions that can be used in templates.
12
+ - Add ` DefaultTemplates ` to ` boilingcore.Config ` to change the base template files to use for generation
13
+ - Add ` CustomTemplateFuncs ` to ` boilingcore.Config ` to supply additional functions that can be used in templates (thanks @ ccakes )
14
14
15
15
### Fixes
16
16
17
17
- Fixes issues with detecting enum values that contain uppercases
18
- - Properly wrap column names in quotes when loading many-to-many relationships
19
- - Removes duplicated ` deleted_at IS NULL ` clause in relationship queries
18
+ - Properly wrap column names in quotes when loading many-to-many relationships (thanks @ bryanmcgrane )
19
+ - Removes duplicated ` deleted_at IS NULL ` clause in relationship queries (thanks @ ktakenaka )
20
20
21
21
## [ v4.8.6] - 2022-01-29
22
22
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
15
15
"github.com/volatiletech/sqlboiler/v4/importers"
16
16
)
17
17
18
- const sqlBoilerVersion = "4.8.6 "
18
+ const sqlBoilerVersion = "4.9.0 "
19
19
20
20
var (
21
21
flagConfigFile string
You can’t perform that action at this time.
0 commit comments