From be1176415f3fd78b1aa4f3e4babdfa15754d177e Mon Sep 17 00:00:00 2001 From: Callum Whyte Date: Tue, 16 Mar 2021 22:24:49 +0000 Subject: [PATCH] Release 1.1.0 --- CHANGELOG.md | 16 +++++++++++++++- LICENSE.md | 2 +- README.md | 8 ++++++-- .../Examine.Facets.BoboBrowse.csproj | 2 +- .../Examine.Facets.MultiFacets.csproj | 2 +- src/Examine.Facets/Examine.Facets.csproj | 2 +- 6 files changed, 25 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c468989..45ccbcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## [1.1.0] - 2021-03-16 +### Changed +* Minimum required version of Examine is now 1.1.0+ +* Sorting and paging is now handled by Examine + +### Fixed +* `MinHits` and `MaxCount` weren't being applied when creating facets +* `GetHits` was returning `0` for any given value + +### Removed +* `FacetSearchResultsBase` has been replaced by Examine 1.1.0 + ## [1.0.0] - 2020-08-12 ### Added * Initial release of Examine Facets @@ -11,4 +23,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this * Support for MultiFacetsLucene.Net * Documentation for configuration and querying -[Unreleased]: https://github.com/callumbwhyte/examine-facets/compare/release-1.0.0...HEAD \ No newline at end of file +[Unreleased]: https://github.com/callumbwhyte/examine-facets/compare/release-1.1.0...HEAD +[1.1.0]: https://github.com/callumbwhyte/examine-facets/compare/release-1.0.0...release-1.1.0 +[1.0.0]: https://github.com/callumbwhyte/examine-facets/tree/release-1.0.0 \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md index ddd3f37..4c9d78c 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Callum Whyte +Copyright (c) 2021 Callum Whyte Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 1ba3068..f0ffc59 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Powerful filtering and faceting directly within the [Examine](https://github.com ## Getting started -Examine Facets requires [Examine](https://github.com/shazwazza/examine) 1.0.3+. +Examine Facets requires [Examine](https://github.com/shazwazza/examine) 1.1.0+. ### Installation @@ -114,8 +114,12 @@ This project is maintained by [Callum Whyte](https://callumwhyte.com/) and contr [MultiFacetLucene.Net](https://github.com/aspcodenet/MultiFacetLuceneNet) was created by [Stefan Holmberg](https://github.com/aspcodenet). +### A special #h5yr to our contributors + +* [Ronald Barendse](https://github.com/ronaldbarendse) + ## License -Copyright © 2020 [Callum Whyte](https://callumwhyte.com/), and other contributors +Copyright © 2021 [Callum Whyte](https://callumwhyte.com/), and other contributors Licensed under the [MIT License](LICENSE.md). \ No newline at end of file diff --git a/src/Examine.Facets.BoboBrowse/Examine.Facets.BoboBrowse.csproj b/src/Examine.Facets.BoboBrowse/Examine.Facets.BoboBrowse.csproj index 7a2133b..993b559 100644 --- a/src/Examine.Facets.BoboBrowse/Examine.Facets.BoboBrowse.csproj +++ b/src/Examine.Facets.BoboBrowse/Examine.Facets.BoboBrowse.csproj @@ -5,7 +5,7 @@ $(BUILD_BUILDNUMBER) BoboBrowse implementation for Examine Facets Callum Whyte - Copyright © 2020 Callum Whyte, and other contributors + Copyright © 2021 Callum Whyte, and other contributors https://github.com/raw/callumbwhyte/examine-facets/main/docs/img/logo.png https://github.com/callumbwhyte/examine-facets/blob/main/LICENSE.md https://github.com/callumbwhyte/examine-facets diff --git a/src/Examine.Facets.MultiFacets/Examine.Facets.MultiFacets.csproj b/src/Examine.Facets.MultiFacets/Examine.Facets.MultiFacets.csproj index b3c459d..5f65fc5 100644 --- a/src/Examine.Facets.MultiFacets/Examine.Facets.MultiFacets.csproj +++ b/src/Examine.Facets.MultiFacets/Examine.Facets.MultiFacets.csproj @@ -5,7 +5,7 @@ $(BUILD_BUILDNUMBER) MultiFacetLucene implementation for Examine Facets Callum Whyte - Copyright © 2020 Callum Whyte, and other contributors + Copyright © 2021 Callum Whyte, and other contributors https://github.com/raw/callumbwhyte/examine-facets/main/docs/img/logo.png https://github.com/callumbwhyte/examine-facets/blob/main/LICENSE.md https://github.com/callumbwhyte/examine-facets diff --git a/src/Examine.Facets/Examine.Facets.csproj b/src/Examine.Facets/Examine.Facets.csproj index 78641f4..a5c49b6 100644 --- a/src/Examine.Facets/Examine.Facets.csproj +++ b/src/Examine.Facets/Examine.Facets.csproj @@ -5,7 +5,7 @@ $(BUILD_BUILDNUMBER) Powerful filtering and faceting directly within the Examine fluent API Callum Whyte - Copyright © 2020 Callum Whyte, and other contributors + Copyright © 2021 Callum Whyte, and other contributors https://github.com/raw/callumbwhyte/examine-facets/main/docs/img/logo.png https://github.com/callumbwhyte/examine-facets/blob/main/LICENSE.md https://github.com/callumbwhyte/examine-facets