Skip to content

Releases: wiredviews/xperience-query-extensions

v1.2.0 - Join with Alias & DocumentQuery Extensions 🧰

05 Oct 02:51
9337fc5
Compare
Choose a tag to compare

What's Changed

  • Feature: Typed Join w/ Alias & DocumentQuery extensions by @seangwright in #4

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0 - XperienceCommunityConnectionHelper and GitHub Actions 🤖

10 Apr 17:56
Compare
Choose a tag to compare
  • XperienceCommunityConnectionHelper
    • Adds new ExecuteQueryAsync(string queryText, ...) method for text queries stored in the codebase instead of the database.
    • Ensures query results of multiple DataTable are added to the returned DataSet
  • Repository
    • Built and deployed via GitHub Actions

https://github.com/wiredviews/xperience-query-extensions/actions/runs/2144656121

v1.0.0 - Initial Release 🎉

02 Jan 04:49
Compare
Choose a tag to compare
  • Move most extensions into explicit namespaces to prevent conflicts with consuming applications
  • Add IPageRetriever paged results extension
  • Add XperienceCommunityConnectionHelper for async CMS stored QueryInfo execution
  • Add tests for unit-testable Xperience query APIs

v1.0.0-beta.1

04 Nov 23:07
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release
  • Renaming of project from WiredViews.Xperience.QueryExtensions to XperienceCommunity.QueryExtensions
  • Update of namespaces / additional extensions
  • Updated README.md and project configuration