Skip to content

Commit 200f031

Browse files
NRKirbyNickCraver
authored andcommitted
Release notes issue links (#1195)
This PR is for the issue I raised earlier #1194 - I've added links for all every issue - Tidied up capitalization Let me know if you need me to make any changes
1 parent e7020b2 commit 200f031

File tree

1 file changed

+53
-53
lines changed

1 file changed

+53
-53
lines changed

docs/index.md

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command
2222

2323
### 1.50.7
2424

25-
- Fix #1190 - incorrect unmanaged pointer when processing parameters that are a boxed struct (rare error relating to GC)
26-
- Fix #1111 - make `SqlMapper.Parse` consistent with `QueryImpl`
25+
- Fix [#1190](https://github.com/StackExchange/Dapper/issues/1190) - incorrect unmanaged pointer when processing parameters that are a boxed struct (rare error relating to GC)
26+
- Fix [#1111](https://github.com/StackExchange/Dapper/issues/1111) - make `SqlMapper.Parse` consistent with `QueryImpl`
2727
- Fix #111- - improve error message for invalid literal types
28-
- Fix #1149 - improve error messages in "contrib"
28+
- Fix [#1149](https://github.com/StackExchange/Dapper/pull/1149) - improve error messages in "contrib"
2929
- Improved detection of empty table-valued-parameters
3030

3131
### 1.50.5
@@ -42,53 +42,53 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command
4242

4343
### 1.50.2
4444

45-
- fix issue 569 (`in` expansions using ODBC pseudo-positional arguments)
45+
- Fix issue [#569](https://github.com/StackExchange/Dapper/issues/569) (`in` expansions using ODBC pseudo-positional arguments)
4646

4747
### 1.50.1
4848

49-
- change to how `string_split` is used for `InListStringSplitCount`
49+
- Change to how `string_split` is used for `InListStringSplitCount`
5050

5151
### 1.50.0
5252

53-
- no changes; stable release
53+
- No changes; stable release
5454

5555
### 1.50.0-rc3
5656

5757
- Updated for .Net Core RTM package dependencies
5858

5959
### 1.50.0-rc2b
6060

61-
- new `InListStringSplitCount` global setting; if set (non-negative), `in @foo` expansions (of at least the specified size) of primitive types (`int`, `tinyint`, `smallint`, `bigint`) are implemented via the SQL Server 2016 (compat level 130) `STRING_SPLIT` function
62-
- fix for incorrect conversions in `GridReader` (#254)
61+
- New `InListStringSplitCount` global setting; if set (non-negative), `in @foo` expansions (of at least the specified size) of primitive types (`int`, `tinyint`, `smallint`, `bigint`) are implemented via the SQL Server 2016 (compat level 130) `STRING_SPLIT` function
62+
- Fix for incorrect conversions in `GridReader` ([#254](https://github.com/StackExchange/Dapper/issues/254))
6363

6464
### 1.50.0-rc2 / 1.50.0-rc2a
6565

66-
- packaging for .NET Core rc2
66+
- Packaging for .NET Core rc2
6767

6868
### 1.50-beta9
6969

70-
- fix for `PadListExpansions` to work correctly with `not in` scenarios; now uses last non-null value instead of `null`; if none available, don't pad
71-
- fix problems with single-result/single-row not being supported by all providers (basically: sqlite, #466)
72-
- fix problems with enums - nulls (#467) and primitive values (#468)
73-
- add support for C# 6 get-only properties (#473)
74-
- add support for various xml types (#427)
70+
- Fix for `PadListExpansions` to work correctly with `not in` scenarios; now uses last non-null value instead of `null`; if none available, don't pad
71+
- Fix problems with single-result/single-row not being supported by all providers (basically: sqlite, [#466](https://github.com/StackExchange/Dapper/issues/466))
72+
- Fix problems with enums - nulls ([#467](https://github.com/StackExchange/Dapper/issues/467)) and primitive values ([#468](https://github.com/StackExchange/Dapper/issues/468))
73+
- Add support for C# 6 get-only properties ([#473](https://github.com/StackExchange/Dapper/issues/473))
74+
- Add support for various xml types ([#427](https://github.com/StackExchange/Dapper/issues/427))
7575

7676
### 1.50-beta8
7777

78-
- addition of `GetRowParser<T>` extension method on `IDataReader` API - allows manual construction of discriminated unions, etc
79-
- addition of `Settings.PadListExpansions` - reduces query-plan saturation by padding list expansions with `null` values (opt-in, because on some DB configurations this could change the meaning) *(note: bad choice of `null` revised in 1.50-beta9)*
80-
- addition of `Settings.ApplyNullValues` - assigns (rather than ignores) `null` values when possible
81-
- fix for #461 - ensure type-handlers work for constructor-based initialization
82-
- fix for #455 - make the `LookupDbType` method available again
78+
- Addition of `GetRowParser<T>` extension method on `IDataReader` API - allows manual construction of discriminated unions, etc
79+
- Addition of `Settings.PadListExpansions` - reduces query-plan saturation by padding list expansions with `null` values (opt-in, because on some DB configurations this could change the meaning) *(note: bad choice of `null` revised in 1.50-beta9)*
80+
- Addition of `Settings.ApplyNullValues` - assigns (rather than ignores) `null` values when possible
81+
- Fix for [#461](https://github.com/StackExchange/Dapper/issues/461) - ensure type-handlers work for constructor-based initialization
82+
- Fix for [#455](https://github.com/StackExchange/Dapper/issues/455) - make the `LookupDbType` method available again
8383

8484
### 1.50-beta7
8585

86-
- addition of `GetRowParser(Type)` (and refactor the backing store for readers to suit)
87-
- column hash should consider type, not just name
86+
- Addition of `GetRowParser(Type)` (and refactor the backing store for readers to suit)
87+
- Column hash should consider type, not just name
8888

8989
### 1.50-beta6
9090

91-
- fix for issue #424 - defensive `SqlDataRecord` handling
91+
- Fix for issue [#424](https://github.com/StackExchange/Dapper/issues/424) - defensive `SqlDataRecord` handling
9292

9393
### 1.50-beta5
9494

@@ -99,9 +99,9 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command
9999
### 1.50-beta4
100100

101101
- Add `QueryFirstOrDefault` / `ReadFirstOrDefault` methods that optimize the single-row scenario
102-
- remove some legacy `dynamic` usage from the async API
103-
- make `DynamicTypeMap` public again (error during core-clr migration)
104-
- use `Hashtable` again on core-clr
102+
- Remove some legacy `dynamic` usage from the async API
103+
- Make `DynamicTypeMap` public again (error during core-clr migration)
104+
- Use `Hashtable` again on core-clr
105105

106106
### 1.50-beta3
107107

@@ -110,75 +110,75 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command
110110
### 1.50-beta2
111111

112112
- Core CLR now targets rc1 / 23516
113-
- various Core CLR fixes
114-
- code cleanup and C# 6 usage (assorted)
113+
- Various Core CLR fixes
114+
- Code cleanup and C# 6 usage (assorted)
115115

116116
### 1.50-beta1
117117

118-
- split `SqlMapper.cs` as it was becoming too unmaintainable; NuGet is now the only supported deployment channel
119-
- remove down-level C# requirements, as "drop in the file" is no longer the expected usage
118+
- Split `SqlMapper.cs` as it was becoming too unmaintainable; NuGet is now the only supported deployment channel
119+
- Remove down-level C# requirements, as "drop in the file" is no longer the expected usage
120120
- `SqlMapper.Settings` added; provides high-level global configuration; initially `CommandTimeout` (@Irrational86)
121121
- improve error message if an array is used as a parameter in an invalid context
122-
- add `Type[]` support for `GridReader.Read` scenarios (@NikolayGlynchak)
123-
- support for custom type-maps in collection parameters (@gjsduarte)
124-
- fix incorrect cast in `QueryAsync<T>` (@phnx47, #346)
125-
- fix incorrect null handling re `UdtTypeName` (@perliedman)
126-
- support for `SqlDataRecord` (@sqmgh)
127-
- allow `DbString` default for `IsAnsi` to be specified (@kppullin)
122+
- Add `Type[]` support for `GridReader.Read` scenarios (@NikolayGlynchak)
123+
- Support for custom type-maps in collection parameters (@gjsduarte)
124+
- Fix incorrect cast in `QueryAsync<T>` (@phnx47, [#346](https://github.com/StackExchange/Dapper/issues/346))
125+
- Fix incorrect null handling re `UdtTypeName` (@perliedman)
126+
- Support for `SqlDataRecord` (@sqmgh)
127+
- Allow `DbString` default for `IsAnsi` to be specified (@kppullin)
128128
- provide `TypeMapProvider` with lazy func-based initialization (@garyhuntddn)
129-
- core-clr updated to beta-8 and various cleanups/fixes
130-
- built using core-clr build tools
129+
- Core-clr updated to beta-8 and various cleanups/fixes
130+
- Built using core-clr build tools
131131

132132

133133
### 1.42
134134

135-
- fix bug with dynamic parameters where `.Get<T>` is called before the command is executed
135+
- Fix bug with dynamic parameters where `.Get<T>` is called before the command is executed
136136

137137
### 1.41-beta5
138138

139-
- core-clr packaging build and workarounds
140-
- fix bug with literal `{=val}` boolean replacements
139+
- Core-clr packaging build and workarounds
140+
- Fix bug with literal `{=val}` boolean replacements
141141

142142
### 1.41-beta4
143143

144-
- core-clr packaging build
145-
- improve mapping to enum members (@BrianJolly)
144+
- Core-clr packaging build
145+
- Improve mapping to enum members (@BrianJolly)
146146

147147
### 1.41-beta
148148

149-
- core-clr packaging build
149+
- Core-clr packaging build
150150

151151
### 1.41-alpha
152152

153-
- introduces dnx (core-clr) experimental changes
154-
- adds `SqlBuilder` project
155-
- improve error message when incorrectly accessing parameter values
153+
- Introduces dnx (core-clr) experimental changes
154+
- Adds `SqlBuilder` project
155+
- Improve error message when incorrectly accessing parameter values
156156

157157
### 1.40
158158

159-
- workaround for broken `GetValues()` on Mono; add `AsList()`
159+
- Workaround for broken `GetValues()` on Mono; add `AsList()`
160160

161161
### 1.39
162162

163-
- fix case on SQL CLR types; grid-reader should respect no-cache flags; make parameter inclusion case-insensitive
163+
- Fix case on SQL CLR types; grid-reader should respect no-cache flags; make parameter inclusion case-insensitive
164164

165165
### 1.38
166166

167-
- specify constructor explicitly; allow value-type parameters (albeit: boxed)
167+
- Specify constructor explicitly; allow value-type parameters (albeit: boxed)
168168

169169
### 1.37
170170

171171
- Reuse StringBuilder instances when possible (list parameters in particular)
172172

173173
### 1.36
174174

175-
- Fix Issue #192 (expanded parameter naming glitch) and Issue #178 (execute reader now wraps the command/reader pair, to extend the command lifetime; note that the underlying command/reader are available by casting to `IWrappedDataReader`)
175+
- Fix Issue [#192](https://github.com/StackExchange/Dapper/issues/192) (expanded parameter naming glitch) and Issue [#178](https://github.com/StackExchange/Dapper/issues/178) (execute reader now wraps the command/reader pair, to extend the command lifetime; note that the underlying command/reader are available by casting to `IWrappedDataReader`)
176176

177177
### 1.35
178178

179-
- Fix Issue #151 (Execute should work with `ExpandoObject` etc); Fix Issue #182 (better support for db-type when using `object` values);
180-
- output expressions / callbacks in dynamic args (via Derek); arbitrary number of types in multi-mapping (via James Holwell);
181-
- fix `DbString`/Oracle bug (via Mauro Cerutti); new support for **named positional arguments**
179+
- Fix Issue [#151](https://github.com/StackExchange/Dapper/issues/151) (Execute should work with `ExpandoObject` etc); Fix Issue #182 (better support for db-type when using `object` values);
180+
- Output expressions / callbacks in dynamic args (via Derek); arbitrary number of types in multi-mapping (via James Holwell);
181+
- Fix `DbString`/Oracle bug (via Mauro Cerutti); new support for **named positional arguments**
182182

183183
### 1.34
184184

0 commit comments

Comments
 (0)