20 results for "release-notes/version-3.9.0"

Version 5.x release notes

/release-notes/version-5-x

This section contains all "release notes" articles for version 5.x

Version 4.x release notes

/release-notes/version-4-x

Release notes articles for all version 4.x releases

Version 3.x releases

/release-notes/version-3-x

Release notes articles for all version 3.x releases

Version 4.4.2 release notes

/release-notes/version-4-4-2

1. Core library UseParameters options in EqServiceProvider class. Now you don't need to define your own QueryBulider handler. Just set eqService.UseParameters = true and all SQL statements will be generated with parameters. Add parameter processing for the special date/time values (like this month , previous year , etc). Fixed: parameters didn't work in sub-queries

Version 4.2.0 release notes

/release-notes/version-4.2.0

EasyQuery for ASPNET Core: version 4.2.0 release notes

Version 4.3.1 release notes

/release-notes/version-4-3-1

1. Core library FullTextSearch extension method - now you can easily set up a full-text search functionality in your app ODataQueryBuilder class - allows to build OData queries ToSql extension method for LINQ expressions - now you can easily get an SQL statement for your LINQ query generated by our components

Version 4.1.0 release notes

/release-notes/version-4.1.0

EasyQuery for ASPNET Core: version 4.1.0 release notes

Version 7.2 release notes

/release-notes/version-7-2

Version 7.2 is a minor update of EasyQuery.NET and EasyQuery.JS. In the previous version EntityFramework Core EasyQuery packages (Korzh.EasyQuery.EntityFrameworkCore.Relational and Korzh.EasyQuery.EntityFrameworkCore.Identity) didn't include .NET 6 in the list of target frameworks. Now you can move all configuration for EasyQuery middleware to a special class that implements this interface, register this class in DI and all EasyQuery settings will be applied automatically when needed. It's very useful when you have several EasyQuery endpoints with just a slightly different settings or you need to use the same EasyQuery configuration both in the middleware and some background service. Here is a quick guide on how to set up EasyQuery with IEasyQueryConfigurator: Step 1: On DI setup: Step 2: On EasyQuery middleware setup: For applications that still use Startup.cs: Step 3: MyEasyQueryConfigurator class:.

Version 5.1 release notes

/release-notes/version-5-1

Version 5.1 is a minor update to version 5.0 which fixes several small bugs and brings few new classes to support authentication/authorization procedures for EasyQuery middleware actions. Core library 1. IEqAuthProvider interface Version 5.1 introduces IEqAuthProvider interface which defines the structure of the authentication provider class

Version 7.0 release notes

/release-notes/version-7-0

Version 7.0 is a major update of both EasyQuery.NET and EasyQuery.JS. We skipped version 6.x for EasyQuery.NET (the previous was 5.4.x) to sync it with the latest version number of EasyQuery.JS and so, to make it clear that version 7.0 of the scripts requires version 7.0 of the server-side packages. The API endpoints for some actions were renamed in the new version. Provided that they both have the same version 7.0.x One of the most expected features implemented in 7.0 was an ability to set the formatting for the result set data. So, with version 7.0 the best approach will be to create an instance of some EasyQueryManager class descendant (for example, EasyQueryManagerSql ) that is the most suitable for your scenario and use its methods and properties for all necessary operations.

Version 5.0 release notes

/release-notes/version-5-0

Version 5.0 is a completely rewritten major update of EasyQuery which now can be used in any ASP.NET Core (version 2.0 and higher) project and with almost any frontend platform (MVC, Razor pages, Angular, React, Vue, etc). There are a lot of changes both on the server-side part and in the client-side library (EasyQuery.JS). Below we will describe the most important ones: Core library