Skip to content

Releases: VahidFarahmandian/Jinget

v3.0.0

14 Sep 20:53
Compare
Choose a tag to compare

What is included:

Jinget.Core

  • Exclude specific type from Swagger Schemas list using SwaggerExcludeTypeFilter and SwaggerExclude attribute.

Jinget.Logger

  • Log your request/response or custom messages to Elasticsearch
  • Log your request/response or custom messages to files

v2.3.2

12 Sep 23:23
Compare
Choose a tag to compare

What is included:

Jinget.Core

  • Check if string contains only numeric characters using StringUtility.IsDigitOnly (View Unit Tests)
  • Check if given string is a valid Persian date using DateTimeUtility.IsValidPersianDate (View Unit Tests)

v2.3.1: Merge pull request #64 from VahidFarahmandian/servicehandler_timeout

20 Aug 19:39
be7861c
Compare
Choose a tag to compare

What is included:

Jinget.Core

Jinget.Handlers.ExternalServiceHandler

  • Bug fixed: Set timeout for HttpClientFactory while using JingetServiceHandler.

v2.2.0

12 Aug 16:13
f213bd2
Compare
Choose a tag to compare

What is included:

Jinget.Core

v2.1.1: Merge pull request #58 from VahidFarahmandian/orderby-ext-methods

05 Aug 13:15
8c2676d
Compare
Choose a tag to compare

What is included:

Jinget.Core

v2.0.5

20 Jul 07:23
6b4d7a4
Compare
Choose a tag to compare

What is included:

Jinget.Core

  • Create Order By clause using C# Expressions and Jinget will transform it to T-SQL Order By clause
  • Create pagination clause using C# Expressions and Jinget will transform it to T-SQL Pagination clause

v2.0.4

15 Jul 09:54
Compare
Choose a tag to compare

What is included:

Jinget.Core

  • Add ToCamelCase method to StringExtensions.cs
  • Properties can be excluded from swagger using SwaggerExclude filter
  • Create random string using given length and character set using StringUtility.GenerateRandomString

v2.0.3

01 Jul 17:11
Compare
Choose a tag to compare

What is included:

Jinget.handlers.ExternalServiceHandlers

  • You can now create HttpClientFactory by passing baseUrl to ServiceHandler
  • Some bugs fixed

v2.0.1

01 Jul 15:00
3a44c95
Compare
Choose a tag to compare

What is included:

Jinget.Core:

  • SOAPUtility which helps to serialize an object to soap envelop or deserialize a soap envelops to an object

Jinget.handlers.ExternalServiceHandlers

  • JingetServiceHandler as default service handler

v2.0.0

29 Jun 19:51
Compare
Choose a tag to compare

XmlUtilities added to Jinget.Core
Jinget.Handlers.ExternalServiceHandler added