Skip to content

Commit bdceec2

Browse files
committed
Update the changelog [skip ci]
1 parent 503a0c9 commit bdceec2

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

ChangeLog.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
# Changelog
22

33
## Version [4.0.0](https://github.com/cedx/sql.net/compare/v3.2.0...v4.0.0)
4-
- Breaking change: added the `Sql` prefix most names of the `Belin.Sql` classes.
5-
- Breaking change: added the `Db` prefix to the names of the `Belin.Sql.Reflection` classes.
6-
- Breaking change: changed the return type of the methods of the `SqlCommandBuilder` class.
4+
- Breaking change: completely rewrote the library.
75
- Breaking change: dropped support for [PowerShell](https://learn.microsoft.com/en-us/powershell). See the [SQL Mapper for PowerShell](https://github.com/cedx/sql.ps1) project for an alternative.
86
- Breaking change: raised the required target framework.
9-
- Breaking change: renamed the `ConnectionExtensions` class to `DbConnectionExtensions`.
10-
- Breaking change: replaced the `string text` parameter of the query methods by the `SqlCommand command` parameter.
11-
- Breaking change: replaced the `QueryOptions.Buffered` property by the `SqlCommand.NoEnumerate` property.
12-
- Added the `SqlCommand.ToDbCommand()` method.
13-
- Added the `SqlParameter.ToDbParameter()` method.
147

158
## Version [3.2.0](https://github.com/cedx/sql.net/compare/v3.1.0...v3.2.0)
169
- Added new `CreateInstance()` and `CreateInstances()` overloads to the `Mapper` class.

0 commit comments

Comments
 (0)