Version 1.0.0-beta010

Beta
Date 2025-01-19 (17 days ago)
Downloads 40 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET Standard 2.0 .NET 4.5 .NET 4.6 .NET 4.7 .NET 8

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Skybrud.Social.Toggl --version 1.0.0-beta010

NuGet Package Manager:

Install-Package Skybrud.Social.Toggl -Version 1.0.0-beta010

#changelog">Changelog

  • Added support for detailed reports (see 38622d7)
    With the V9 of the Track API, it no longer supports requesting time entries older than three months. Although with a different data structure, detailed reports in the Reports API can now be used for this instead.

  • Improved exception handling (see 4bb8b8d and c8d862e)
    This release introduces the TogglParseException and other relevant classes that improves the exception handling in relevant parts of the package as well as makes debugging a bit easier.

  • Added support for additional parameters when getting projects (see cb0417a)
    Among other things, this commit adds parameters for handling pagination, as the projects endpoint is paginated in the V9 API (which IIRC it wasn't in the V8 API).