Skip to content

Commit c1a5490

Browse files
committed
v1.4.0
1 parent 0c331ad commit c1a5490

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## 1.4.0 - 2024-01-28
9+
10+
### Added
11+
12+
- Make ConfigureColumn public ([#51](https://github.com/mrahhal/MR.EntityFrameworkCore.KeysetPagination/pull/51) by [@dannyheard7](https://github.com/dannyheard7))
13+
14+
[**Full diff**](https://github.com/mrahhal/MR.EntityFrameworkCore.KeysetPagination/compare/v1.3.0...v1.4.0)
15+
816
## 1.3.0 - 2023-05-13
917

1018
This release overhauls how expressions that build keyset columns are dealt with. A lot more patterns are now supported, but it's up to you as the consumer to make sure that the more complicated keysets are up to the performance standard you expect.

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>1.3.0</VersionPrefix>
3+
<VersionPrefix>1.4.0</VersionPrefix>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)