Skip to content

Commit a5fed24

Browse files
committed
Release 1.4.1
1 parent 0e64be6 commit a5fed24

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).
66

7+
## [1.4.1] - 2021-03-14
8+
### Fixed
9+
* `GetResults` method is now available on `IEnumerable<ISearchResult>` to allow for more efficient paging
10+
* `SearchHelper` now uses `GetResults` method for consistency when getting typed results
11+
712
## [1.4.0] - 2021-02-22
813
### Added
914
* `JSON` value type for indexing nested properties as unique fields
@@ -59,7 +64,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
5964
### Added
6065
* Initial release of Search Extensions for Umbraco 8.1
6166

62-
[Unreleased]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.4.0...HEAD
67+
[Unreleased]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.4.1...HEAD
68+
[1.4.1]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.4.0...release-1.4.1
6369
[1.4.0]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.3.0...release-1.4.0
6470
[1.3.0]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.2.0...release-1.3.0
6571
[1.2.0]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.1.0...release-1.2.0

0 commit comments

Comments
 (0)