Skip to content

Releases: sql-bi/DaxFormatter

DaxFormatter v1.2.2

11 Jun 12:51
a5f2b96

Choose a tag to compare

Available on NuGet: Dax.Formatter 1.2.2


Changes

  • Updated the service endpoint from https://www.daxformatter.com to https://api.daxformatter.com. Connections are now made directly to the API endpoint, removing the intermediate redirect. No client-side changes are required. (#23)
  • Removed .NET 6 support (end of life since November 2024) and added .NET 10. Supported frameworks: netstandard2.0, net8.0, net10.0. (#24)

Internal

  • Migrated to GitHub Actions, source-based versioning. (#25)
  • NuGet publishing via Trusted Publishing (OIDC). (#27)

DaxFormatter v1.2.0

17 Nov 17:17
cd1aa71

Choose a tag to compare

Download and install Dax.Formatter package from NuGet

Changes:

  • #16: Update SDK and projects to target .NET 8
  • #17: Refactor System.Text.Json dependency

DaxFormatter v1.1.1

11 May 16:01
aab9ddf

Choose a tag to compare

Download and install Dax.Formatter package from NuGet

Changes:

  • #14: Added additional server types for issue #13

DaxFormatter v1.1.0

26 Apr 14:13
b9cf6e5

Choose a tag to compare

Download and install Dax.Formatter package from NuGet

Changes:

  • Strongly-named assembly
  • Multiple target frameworks - net6.0 and netstandard2.0
  • Added HTTP response status code check (#9)
  • Enabled nullable reference types
  • Published NuGet symbols and enabled source link

DaxFormatter v1.1.0-preview1

24 Apr 19:39

Choose a tag to compare

Pre-release

Download and install Dax.Formatter package from NuGet

Changes:

  • Strongly-named assembly
  • Multiple target frameworks - net6.0 and netstandard2.0
  • Added HTTP response status code check (#9)
  • Enabled nullable reference types
  • Published NuGet symbols and enabled source link

DaxFormatter v1.0.0

06 Mar 14:03
81eb685

Choose a tag to compare

First public release.

Download and install Dax.Formatter package from NuGet

DaxFormatter v1.0.0-preview4

06 Mar 10:11
7970246

Choose a tag to compare

Pre-release

First feature complete version