IntelliTect.Coalesce 6.0.0-beta.20250508.2

This is a prerelease version of IntelliTect.Coalesce.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package IntelliTect.Coalesce --version 6.0.0-beta.20250508.2
                    
NuGet\Install-Package IntelliTect.Coalesce -Version 6.0.0-beta.20250508.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IntelliTect.Coalesce" Version="6.0.0-beta.20250508.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IntelliTect.Coalesce" Version="6.0.0-beta.20250508.2" />
                    
Directory.Packages.props
<PackageReference Include="IntelliTect.Coalesce" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add IntelliTect.Coalesce --version 6.0.0-beta.20250508.2
                    
#r "nuget: IntelliTect.Coalesce, 6.0.0-beta.20250508.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=IntelliTect.Coalesce&version=6.0.0-beta.20250508.2&prerelease
                    
Install IntelliTect.Coalesce as a Cake Addin
#tool nuget:?package=IntelliTect.Coalesce&version=6.0.0-beta.20250508.2&prerelease
                    
Install IntelliTect.Coalesce as a Cake Tool

Coalesce

Documentation · Get Started · Builds

GitHub Workflow Status (branch) NuGet npm

Check out The Coalesce Podcast for some step-by-step tutorials about Coalesce features.

Coalesce is a framework for rapid-development of ASP.NET Core + Vue.js web applications. It works from the Entity Framework Core data model that you design, automating the creation of the glue - DTOs, API Controllers, and TypeScript - that sit between your data and the UI of your application.

Fundamentals

  • Code Generation: Write your data model. We'll build the DTOs, API controllers, and TypeScript files that are needed to start building a front-end UI right away. A full suite of CRUD endpoints are generated with inner-workings that are overridable.
  • Extensibility: We don't want to box you in - one of the primary goals of Coalesce is to be as flexible as possible. If something that Coalesce is doing doesn't quite fit your needs, you can configure it or override it easily. You should never feel like you need to eject from the framework.
  • Security: Coalesce is designed with security in mind. All classes, properties, and methods can be restricted per-role, or be completely excluded from the generated APIs. Row-level security can be implemented using custom data sources. The guiding principal here is that it should always be easy to know exactly what parts of your data Coalesce is exposing for you. Read more about security in the Coalesce Documentation.

Features

  • CRUD for EF models: For each DbSet<> on your DbContext, a full set of /get, /save, /delete, /count, and /list endpoints are created. Each can be secured or omitted entirely via attributes, or customized with much greater granularity with custom Data Sources and/or Behaviors. /list and /count have paging, searching, sorting, and filtering built-in.
  • Endpoints for Methods: For functionality that doesn't fit the mold of a CRUD action against an entity, place methods on your entities and annotate with [Coalesce] - controllers and TypeScript will be built for those as well. Have functions that don't belong on an entity class? Place them in a service class marked with [Coalesce] instead - you'll get the same set of features.
  • Modern SPA Tooling: Coalesce provides a seamless development experience between your ASP.NET Core server and your front-end Vue app using Vite. Leverage Vite's rich plugin ecosystem with hot module replacement, and launch your entire application ‐ frontend and backend ‐ with a single dotnet run or Visual Studio "F5".
  • ... and more! Check out the documentation to see all of Coalesce's features in-depth: https://intellitect.github.io/Coalesce

Get Started

See the Getting Started page in the documentation for an interactive template command builder that makes it easy to start a new Coalesce project with the features you need.

After you create your project, be sure to reading through the rest of the Documentation to see all the things that Coalesce can do.

Support

Full support for Coalesce is available. Please contact us for more information at info@intellitect.com.

Contributing

See the contribution guide here.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on IntelliTect.Coalesce:

Package Downloads
IntelliTect.Coalesce.CodeGeneration

Core code generation library for IntelliTect.Coalesce

IntelliTect.Coalesce.Knockout

Knockout.js shared code for both server and code generation projects for IntelliTect.Coalesce

IntelliTect.Coalesce.Vue

Vue.js shared code for server projects for IntelliTect.Coalesce

IntelliTect.Coalesce.Swashbuckle

Provides Swashbuckle SwaggerGen filters to enhance definitions of Coalesce APIs in OpenAPI documents. Add using `services.AddSwaggerGen(c => c.AddCoalesce() );`.

IntelliTect.Coalesce.AuditLogging

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.0-beta.20250515.2 298 5/15/2025
6.0.0-beta.20250508.3 179 5/8/2025
6.0.0-beta.20250508.2 109 5/8/2025
6.0.0-beta.20250403.9 499 4/4/2025
6.0.0-beta.20250403.8 124 4/3/2025
6.0.0-beta.20250403.7 122 4/3/2025
6.0.0-beta.20250403.5 125 4/3/2025
6.0.0-beta.20250403.1 120 4/3/2025
5.3.8 680 4/9/2025
5.3.7 244 4/9/2025
5.3.6 714 3/25/2025
5.3.5 573 3/25/2025
5.3.4 2,594 3/4/2025
5.3.3 2,272 2/18/2025
5.3.2 270 2/14/2025
5.3.1 719 1/21/2025
5.3.0 292 1/10/2025
5.3.0-beta.20250108.1 2,876 1/8/2025
5.3.0-beta.20250107.2 52 1/7/2025
5.3.0-beta.20250107.1 55 1/7/2025
5.3.0-beta.20241205.1 2,513 12/5/2024
5.3.0-beta.20241204.3 78 12/4/2024
5.3.0-beta.20241204.2 58 12/4/2024
5.3.0-beta.20241204.1 64 12/4/2024
5.2.1 1,298 11/18/2024
5.2.0 1,983 11/15/2024
5.2.0-beta.20241114.4 52 11/14/2024
5.1.0 3,973 10/15/2024
5.1.0-beta.20241014.1 65 10/14/2024
5.1.0-beta.20241010.1 168 10/10/2024
5.0.3 1,417 10/1/2024
5.0.2 1,297 9/27/2024
5.0.1 371 9/20/2024
5.0.0 1,068 9/17/2024
5.0.0-ci.20240917.1 79 9/17/2024
5.0.0-ci.20240916.3 70 9/16/2024
5.0.0-ci.20240916.2 62 9/16/2024
5.0.0-ci.20240916.1 73 9/16/2024
5.0.0-ci.20240912.1 63 9/12/2024
5.0.0-ci.20240911.6 70 9/12/2024
5.0.0-ci.20240911.5 181 9/12/2024
5.0.0-ci.20240911.4 65 9/11/2024
5.0.0-ci.20240911.3 71 9/11/2024
5.0.0-ci.20240911.2 72 9/11/2024
5.0.0-ci.20240911.1 75 9/11/2024
5.0.0-ci.20240910.4 69 9/10/2024
5.0.0-ci.20240910.2 71 9/10/2024
5.0.0-ci.20240910.1 65 9/10/2024
5.0.0-ci.20240909.1 67 9/9/2024
5.0.0-ci.20240906.8 77 9/6/2024
5.0.0-ci.20240905.3 2,128 9/5/2024
5.0.0-ci.20240905.1 60 9/5/2024
5.0.0-ci.20240904.4 67 9/4/2024
5.0.0-ci.20240904.3 62 9/4/2024
5.0.0-ci.20240904.2 72 9/4/2024
5.0.0-ci.20240830.2 146 8/30/2024
5.0.0-ci.20240828.1 68 8/28/2024
5.0.0-ci.20240823.3 93 8/23/2024
5.0.0-ci.20240822.2 82 8/23/2024
5.0.0-ci.20240816.2 261 8/16/2024
5.0.0-ci.20240814.1 76 8/14/2024
5.0.0-ci.20240808.1 91 8/8/2024
5.0.0-ci.20240806.2 64 8/6/2024
5.0.0-ci.20240806.1 56 8/6/2024
5.0.0-ci.20240805.7 65 8/5/2024
5.0.0-ci.20240805.2 50 8/5/2024
5.0.0-ci.20240802.5 56 8/2/2024
5.0.0-ci.20240802.1 56 8/2/2024
5.0.0-ci.20240801.2 64 8/1/2024
5.0.0-ci.20240731.1 54 7/31/2024
5.0.0-ci.20240730.1 2,392 7/30/2024
5.0.0-ci.20240729.2 560 7/29/2024
5.0.0-ci.20240725.2 68 7/25/2024
5.0.0-ci.20240724.3 69 7/24/2024
5.0.0-ci.20240724.2 66 7/24/2024
5.0.0-ci.20240723.6 66 7/23/2024
5.0.0-ci.20240723.2 67 7/23/2024
5.0.0-ci.20240722.3 77 7/23/2024
5.0.0-ci.20240722.2 74 7/22/2024
5.0.0-ci.20240722.1 77 7/22/2024
5.0.0-ci.20240718.2 76 7/18/2024
5.0.0-ci.20240717.4 1,687 7/17/2024
5.0.0-ci.20240717.3 60 7/17/2024
5.0.0-ci.20240716.3 73 7/16/2024
5.0.0-ci.20240716.2 85 7/16/2024
5.0.0-ci.20240715.2 73 7/15/2024
5.0.0-ci.20240715.1 66 7/15/2024
5.0.0-ci.20240710.4 80 7/11/2024
5.0.0-ci.20240710.3 67 7/10/2024
5.0.0-ci.20240710.2 73 7/10/2024
5.0.0-ci.20240528.4 3,389 5/28/2024
5.0.0-ci.20240528.3 240 5/28/2024
5.0.0-beta.20240906.8 74 9/6/2024
5.0.0-beta.20240906.5 83 9/6/2024
5.0.0-beta.20240906.3 87 9/6/2024
4.1.0 725 9/17/2024
4.0.0 342 9/17/2024
4.0.0-alpha.20240910.3 121 9/10/2024
4.0.0-alpha.20240816.1 188 8/16/2024
4.0.0-alpha.20240725.1 124 7/25/2024
4.0.0-alpha.20240723.5 121 7/23/2024
4.0.0-alpha.20240723.4 114 7/23/2024
4.0.0-alpha.20240718.3 118 7/18/2024
4.0.0-alpha.20240718.1 115 7/18/2024
4.0.0-alpha.20240710.1 127 7/10/2024
4.0.0-alpha.20240625.2 136 6/25/2024
4.0.0-alpha.20240619.1 127 6/19/2024
4.0.0-alpha.20240618.2 111 6/19/2024
4.0.0-alpha.20240614.1 135 6/14/2024
4.0.0-alpha.20240610.1 111 6/10/2024
4.0.0-alpha.20240530.2 111 5/30/2024
4.0.0-alpha.20240530.1 1,455 5/30/2024
4.0.0-alpha.20240528.6 123 5/29/2024
4.0.0-alpha.20240528.5 116 5/29/2024
4.0.0-alpha.20240522.1 482 5/22/2024
4.0.0-alpha.20240517.2 686 5/17/2024
4.0.0-alpha.20240502.1 834 5/2/2024
4.0.0-alpha.20240501.3 90 5/2/2024
4.0.0-alpha.20240501.2 92 5/2/2024
4.0.0-alpha.20240501.1 87 5/1/2024
4.0.0-alpha.20240429.1 118 4/29/2024
4.0.0-alpha.20240422.1 137 4/22/2024
4.0.0-alpha.20240410.1 3,691 4/10/2024
4.0.0-alpha.20240409.2 100 4/9/2024
4.0.0-alpha.20240320.1 2,236 3/20/2024
4.0.0-alpha.20240313.2 115 3/13/2024
4.0.0-alpha.20240313.1 106 3/13/2024
4.0.0-alpha.20240229.1 107 2/29/2024
4.0.0-alpha.20240223.2 1,188 2/23/2024
4.0.0-alpha.20240223.1 108 2/23/2024
4.0.0-alpha.20240221.1 527 2/21/2024
4.0.0-alpha.20240220.1 284 2/20/2024
4.0.0-alpha.20240214.1 998 2/14/2024
4.0.0-alpha.20240213.1 121 2/14/2024
4.0.0-alpha.20240207.3 125 2/8/2024
4.0.0-alpha.20240207.2 876 2/8/2024
4.0.0-alpha.20240207.1 124 2/8/2024
4.0.0-alpha.20240202.1 119 2/3/2024
4.0.0-alpha.20240201.1 110 2/1/2024
4.0.0-alpha.20240123.3 149 1/23/2024
4.0.0-alpha.20240117.1 1,367 1/17/2024
4.0.0-alpha.20240116.10 217 1/16/2024
4.0.0-alpha.20240116.9 129 1/16/2024
4.0.0-alpha.20240116.8 120 1/16/2024
4.0.0-alpha.20240115.2 135 1/15/2024
4.0.0-alpha.20240115.1 125 1/15/2024
4.0.0-alpha.20240112.3 124 1/12/2024
4.0.0-alpha.20240112.2 128 1/12/2024
4.0.0-alpha.20240111.1 118 1/12/2024
4.0.0-alpha.20240110.4 132 1/10/2024
4.0.0-alpha.20240110.3 140 1/10/2024
4.0.0-alpha.20240110.2 131 1/10/2024
4.0.0-alpha.20240109.1 144 1/9/2024
4.0.0-alpha.20240103.2 155 1/3/2024
4.0.0-alpha.20240102.3 129 1/3/2024
4.0.0-alpha.20240102.2 124 1/2/2024
4.0.0-alpha.20240102.1 133 1/2/2024
4.0.0-alpha.20231222.2 149 12/23/2023
4.0.0-alpha.20231221.1 1,130 12/22/2023
4.0.0-alpha.20231219.1 142 12/19/2023
4.0.0-alpha.20231214.5 1,681 12/14/2023
4.0.0-alpha.20231214.4 140 12/14/2023
4.0.0-alpha.20231214.3 137 12/14/2023
4.0.0-alpha.20231212.4 171 12/12/2023
4.0.0-alpha.20231206.3 503 12/7/2023
4.0.0-alpha.20231206.2 129 12/7/2023
4.0.0-alpha.20231206.1 130 12/7/2023
4.0.0-alpha.20231130.4 133 11/30/2023
4.0.0-alpha.20231130.1 133 11/30/2023
4.0.0-alpha.20231129.1 143 11/29/2023
4.0.0-alpha.20231128.2 120 11/29/2023
4.0.0-alpha.20231128.1 118 11/28/2023
4.0.0-alpha.20231127.1 134 11/28/2023
4.0.0-alpha.20231115.7 1,141 11/16/2023
4.0.0-alpha.20231114.2 96 11/14/2023
4.0.0-alpha.20231113.2 99 11/14/2023
4.0.0-alpha.20231113.1 102 11/13/2023
4.0.0-alpha.20231110.1 118 11/10/2023
4.0.0-alpha.20231108.5 91 11/8/2023
4.0.0-alpha.20231108.4 97 11/8/2023
4.0.0-alpha.20231108.3 97 11/8/2023
4.0.0-alpha.20231102.3 262 11/2/2023
4.0.0-alpha.20231102.2 75 11/2/2023
4.0.0-alpha.20231031.2 745 10/31/2023
4.0.0-alpha.20231031.1 99 10/31/2023
4.0.0-alpha.20231030.2 93 10/30/2023
4.0.0-alpha.20231020.2 113 10/21/2023
4.0.0-alpha.20231020.1 101 10/20/2023
4.0.0-alpha.20231018.3 84 10/19/2023
4.0.0-alpha.20231018.1 97 10/18/2023
4.0.0-alpha.20231013.1 92 10/13/2023
4.0.0-alpha.20231010.2 100 10/10/2023
4.0.0-alpha.20230928.1 882 9/28/2023
4.0.0-alpha.20230926.5 92 9/26/2023
4.0.0-alpha.20230921.2 95 9/21/2023
4.0.0-alpha.20230921.1 74 9/21/2023
4.0.0-alpha.20230920.5 83 9/21/2023
4.0.0-alpha.20230920.1 98 9/20/2023
4.0.0-alpha.20230919.1 96 9/19/2023
4.0.0-alpha.20230911.2 121 9/11/2023
4.0.0-alpha.20230823.1 120 8/23/2023
4.0.0-alpha.20230822.1 112 8/22/2023
4.0.0-alpha.20230821.1 102 8/21/2023
4.0.0-alpha.20230818.1 118 8/18/2023
4.0.0-alpha.20230817.1 94 8/17/2023
4.0.0-alpha.20230816.2 105 8/17/2023
4.0.0-alpha.20230803.1 122 8/3/2023
4.0.0-alpha.20230801.1 1,339 8/1/2023
4.0.0-alpha.20230731.4 117 7/31/2023
4.0.0-alpha.20230731.3 114 7/31/2023
4.0.0-alpha.20230731.2 112 7/31/2023
4.0.0-alpha.20230711.1 731 7/11/2023
4.0.0-alpha.20230626.1 125 6/27/2023
4.0.0-alpha.20230620.1 115 6/20/2023
4.0.0-alpha.20230607.1 988 6/7/2023
4.0.0-alpha.20230606.3 118 6/6/2023
4.0.0-alpha.20230606.2 119 6/6/2023
4.0.0-alpha.20230606.1 122 6/6/2023
4.0.0-alpha.20230605.1 120 6/5/2023
4.0.0-alpha.20230602.9 174 6/3/2023
4.0.0-alpha.20230602.5 129 6/2/2023
4.0.0-alpha.20230531.1 115 5/31/2023
4.0.0-alpha.20230523.2 239 5/23/2023
4.0.0-alpha.20230523.1 121 5/23/2023
4.0.0-alpha.20230428.1 121 4/28/2023
4.0.0-alpha.20230420.1 130 4/20/2023
4.0.0-alpha.20230417.1 191 4/17/2023
4.0.0-alpha.20230411.1 148 4/11/2023
4.0.0-alpha.20230410.1 132 4/10/2023
4.0.0-alpha.20230407.3 129 4/7/2023
4.0.0-alpha.20230407.2 139 4/7/2023
4.0.0-alpha.20230407.1 486 4/7/2023
4.0.0-alpha.20230406.3 142 4/7/2023
4.0.0-alpha.20230406.1 139 4/6/2023
4.0.0-alpha.20230403.4 146 4/4/2023
4.0.0-alpha.20230403.3 131 4/3/2023
4.0.0-alpha.20230403.1 132 4/3/2023
4.0.0-alpha.20230330.1 763 3/30/2023
4.0.0-alpha.20230329.5 132 3/29/2023
4.0.0-alpha.20230323.1 140 3/23/2023
4.0.0-alpha.20230322.1 139 3/22/2023
4.0.0-alpha.20230316.3 159 3/16/2023
4.0.0-alpha.20230316.2 143 3/16/2023
4.0.0-alpha.20230315.1 154 3/15/2023
4.0.0-alpha.20230310.2 141 3/10/2023
4.0.0-alpha.20230310.1 134 3/10/2023
4.0.0-alpha.20230309.1 149 3/10/2023
4.0.0-alpha.20230308.1 139 3/8/2023
4.0.0-alpha.20230306.2 136 3/6/2023
4.0.0-alpha.20230306.1 128 3/6/2023
4.0.0-alpha.20230303.3 293 3/3/2023
4.0.0-alpha.20230302.2 146 3/2/2023
4.0.0-alpha.20230301.6 141 3/2/2023
4.0.0-alpha.20230301.5 143 3/2/2023
4.0.0-alpha.20230301.4 140 3/2/2023
4.0.0-alpha.20230301.2 139 3/1/2023
4.0.0-alpha.20230301.1 147 3/1/2023
4.0.0-alpha.20230228.4 137 3/1/2023
4.0.0-alpha.20230228.3 143 2/28/2023
4.0.0-alpha.20230228.1 140 2/28/2023
4.0.0-alpha.20230227.1 154 2/28/2023
4.0.0-alpha.20230220.1 148 2/20/2023
4.0.0-alpha.20230217.6 147 2/17/2023
4.0.0-alpha.20230217.2 140 2/17/2023
4.0.0-alpha.20230216.3 357 2/16/2023
4.0.0-alpha.20230213.1 141 2/14/2023
4.0.0-alpha.20230210.1 141 2/10/2023
4.0.0-alpha.20230209.2 149 2/10/2023
3.1.2-alpha.20230203.1 153 2/3/2023
3.1.2-alpha.20230131.1 152 1/31/2023
3.1.2-alpha.20230130.2 153 1/30/2023
3.1.2-alpha.20230130.1 151 1/30/2023
3.1.2-alpha.20230126.2 173 1/26/2023
3.1.2-alpha.20230126.1 152 1/26/2023
3.1.2-alpha.20230117.1 156 1/17/2023
3.1.2-alpha.20230116.2 156 1/16/2023
3.1.1 5,377 1/13/2023
3.1.1-alpha.20230113.2 151 1/13/2023
3.1.0 1,938 1/13/2023
3.1.0-alpha.20230112.1 148 1/13/2023
3.1.0-alpha.20230104.1 160 1/5/2023
3.1.0-alpha.20230103.4 162 1/4/2023
3.1.0-alpha.20230103.1 143 1/4/2023
3.0.1-alpha.20221230.2 152 12/31/2022
3.0.1-alpha.20221229.1 155 12/29/2022
3.0.1-alpha.20221216.1 170 12/16/2022
3.0.1-alpha.20221215.1 146 12/16/2022
3.0.1-alpha.20221214.1 146 12/14/2022
3.0.1-alpha.20221123.2 152 11/24/2022
3.0.1-alpha.20221122.1 139 11/23/2022
3.0.1-alpha.20221117.1 196 11/17/2022
3.0.1-alpha.20221115.2 154 11/15/2022
3.0.1-alpha.20221108.1 189 11/8/2022
3.0.1-alpha.20221107.4 140 11/7/2022
3.0.1-alpha.20221107.2 160 11/7/2022
3.0.1-alpha.20221104.5 165 11/5/2022
3.0.1-alpha.20221104.3 158 11/5/2022
3.0.1-alpha.20221104.2 158 11/4/2022
3.0.1-alpha.20221104.1 164 11/4/2022
3.0.1-alpha.20221031.2 3,758 10/31/2022
3.0.1-alpha.20221031.1 156 10/31/2022
3.0.1-alpha.20221028.2 151 10/29/2022
3.0.1-alpha.20221026.0 160 10/27/2022
3.0.1-alpha.20221017.1 170 10/18/2022
3.0.1-alpha.20221006.3 818 10/6/2022
3.0.1-alpha.20221005.1 611 10/5/2022
3.0.1-alpha.20221004.2 153 10/4/2022
3.0.1-alpha.20221004.1 157 10/4/2022
3.0.1-alpha.20220929.1 171 9/29/2022
3.0.1-alpha.20220927.1 161 9/27/2022
3.0.1-alpha.20220926.2 172 9/27/2022
3.0.1-alpha.20220926.1 171 9/26/2022
3.0.1-alpha.20220923.1 162 9/23/2022
3.0.1-alpha.20220922.1 177 9/22/2022
3.0.1-alpha.20220921.5 182 9/22/2022
3.0.1-alpha.20220916.1 188 9/17/2022
3.0.1-alpha.20220915.1 174 9/15/2022
3.0.1-alpha.20220913.1 216 9/13/2022
3.0.1-alpha.20220909.2 157 9/9/2022
3.0.1-alpha.20220909.1 141 9/9/2022
3.0.1-alpha.20220907.1 154 9/8/2022
3.0.1-alpha.20220906.1 152 9/6/2022
3.0.1-alpha.20220902.1 151 9/2/2022
3.0.1-alpha.20220901.5 157 9/2/2022
3.0.1-alpha.20220901.3 214 9/1/2022
3.0.1-alpha.20220826.2 350 8/26/2022
3.0.1-alpha.20220826.1 150 8/26/2022
3.0.1-alpha.20220825.1 159 8/25/2022
3.0.1-alpha.20220824.1 163 8/25/2022
3.0.1-alpha.20220823.5 157 8/24/2022
3.0.0 3,934 8/23/2022
3.0.0-rc.20200901.1 16,215 9/1/2020
3.0.0-rc.20200805.2 469 8/5/2020
3.0.0-rc.20200805.1 311 8/5/2020
3.0.0-rc.20200730.4 360 7/30/2020
3.0.0-rc.20200730.3 324 7/30/2020
3.0.0-rc.20200730.1 368 7/30/2020
3.0.0-alpha.20220823.4 152 8/23/2022
3.0.0-alpha.20220823.2 160 8/23/2022
3.0.0-alpha.20220822.11 146 8/22/2022
3.0.0-alpha.20220822.10 152 8/22/2022
3.0.0-alpha.20220822.8 164 8/22/2022
3.0.0-alpha.20220822.5 154 8/22/2022
3.0.0-alpha.20220822.3 163 8/22/2022
3.0.0-alpha.20220804.6 185 8/4/2022
3.0.0-alpha.20220804.2 159 8/4/2022
3.0.0-alpha.20220725.1 327 7/26/2022
3.0.0-alpha.20220714.1 169 7/14/2022
3.0.0-alpha.20220711.1 165 7/12/2022
3.0.0-alpha.20220709.1 448 7/10/2022
3.0.0-alpha.20220706.1 412 7/6/2022
3.0.0-alpha.20220629.3 308 6/29/2022
3.0.0-alpha.20220629.2 167 6/29/2022
3.0.0-alpha.20220621.1 203 6/21/2022
3.0.0-alpha.20220617.1 3,865 6/17/2022
3.0.0-alpha.20220616.2 151 6/17/2022
3.0.0-alpha.20220616.1 164 6/17/2022
3.0.0-alpha.20220615.1 157 6/15/2022
3.0.0-alpha.20220614.1 159 6/15/2022
3.0.0-alpha.20220613.5 155 6/14/2022
3.0.0-alpha.20220613.4 364 6/14/2022
3.0.0-alpha.20220613.3 154 6/13/2022
3.0.0-alpha.20220613.2 177 6/13/2022
3.0.0-alpha.20220512.11 180 5/12/2022
3.0.0-alpha.20220512.10 165 5/12/2022
3.0.0-alpha.20220512.9 173 5/12/2022
3.0.0-alpha.20220512.8 162 5/12/2022
3.0.0-alpha.20220512.1 180 5/12/2022
3.0.0-alpha.20220506.2 183 5/6/2022
3.0.0-alpha.20220506.1 169 5/6/2022
3.0.0-alpha.20220505.2 419 5/5/2022
3.0.0-alpha.20220503.2 169 5/3/2022
3.0.0-alpha.20220502.1 174 5/3/2022
3.0.0-alpha.20220429.4 180 4/30/2022
3.0.0-alpha.20220429.3 164 4/29/2022
3.0.0-alpha.20220429.2 173 4/29/2022
3.0.0-alpha.20220426.1 169 4/26/2022
3.0.0-alpha.20220422.1 175 4/22/2022
3.0.0-alpha.20220415.1 178 4/16/2022
3.0.0-alpha.20220412.6 196 4/13/2022
3.0.0-alpha.20220408.3 174 4/8/2022
3.0.0-alpha.20220408.1 170 4/8/2022
3.0.0-alpha.20220401.4 176 4/2/2022
3.0.0-alpha.20220401.1 172 4/1/2022
3.0.0-alpha.20220331.1 197 3/31/2022
3.0.0-alpha.20220324.2 172 3/25/2022
3.0.0-alpha.20220324.1 185 3/24/2022
3.0.0-alpha.20220318.1 178 3/18/2022
3.0.0-alpha.20220316.4 196 3/17/2022
3.0.0-alpha.20220316.3 185 3/16/2022
3.0.0-alpha.20220316.2 195 3/16/2022
3.0.0-alpha.20220316.1 181 3/16/2022
3.0.0-alpha.20220308.3 167 3/8/2022
3.0.0-alpha.20220225.1 177 2/25/2022
3.0.0-alpha.20220222.2 855 2/23/2022
3.0.0-alpha.20220222.1 183 2/22/2022
3.0.0-alpha.20220216.1 186 2/16/2022
3.0.0-alpha.20220215.8 192 2/16/2022
3.0.0-alpha.20220215.7 181 2/16/2022
3.0.0-alpha.20220215.2 184 2/16/2022
3.0.0-alpha.20220215.1 186 2/15/2022
3.0.0-alpha.20220127.1 227 1/27/2022
3.0.0-alpha.20220118.3 201 1/18/2022
3.0.0-alpha.20211210.1 785 12/10/2021
3.0.0-alpha.20211118.2 244 11/18/2021
3.0.0-alpha.20211116.2 226 11/16/2021
3.0.0-alpha.20211116.1 197 11/16/2021
3.0.0-alpha.20211115.1 226 11/16/2021
3.0.0-alpha.20211112.1 212 11/12/2021
3.0.0-alpha.20211108.3 224 11/8/2021
3.0.0-alpha.20211103.1 286 11/4/2021
3.0.0-alpha.20211102.1 246 11/2/2021
3.0.0-alpha.20211028.1 296 10/28/2021
3.0.0-alpha.20211019.1 394 10/19/2021
3.0.0-alpha.20211015.2 202 10/15/2021
3.0.0-alpha.20211015.1 239 10/15/2021
3.0.0-alpha.20211014.2 214 10/14/2021
3.0.0-alpha.20211007.1 262 10/7/2021
3.0.0-alpha.20211006.2 225 10/6/2021
3.0.0-alpha.20211006.1 201 10/6/2021
3.0.0-alpha.20211005.1 215 10/5/2021
3.0.0-alpha.20211004.1 331 10/4/2021
3.0.0-alpha.20210930.1 266 9/30/2021
3.0.0-alpha.20210927.1 291 9/27/2021
3.0.0-alpha.20210831.1 231 8/31/2021
3.0.0-alpha.20210824.2 206 8/24/2021
3.0.0-alpha.20210816.1 317 8/16/2021
2.1.1 13,085 2/6/2019
2.1.1-rc-562 1,363 2/6/2019
2.1.0 14,562 8/21/2018
2.1.0-rc-558 1,359 2/6/2019
2.1.0-rc-500 1,574 8/21/2018
2.1.0-rc-498 1,520 8/20/2018
2.0.4 5,090 6/22/2018
2.0.4-rc-395 1,622 6/22/2018
2.0.3 5,407 5/25/2018
2.0.2 5,009 5/25/2018
2.0.1 5,165 5/10/2018
2.0.1-rc-326 1,628 5/25/2018
2.0.1-rc-314 1,746 5/10/2018
2.0.1-rc-313 1,742 5/10/2018
2.0.0 5,483 4/30/2018
2.0.0-rc-299 1,679 4/30/2018
2.0.0-rc-295 1,739 4/30/2018
2.0.0-rc-293 1,693 4/30/2018
1.0.0 1,332 3/2/2023