IntelliTect.Coalesce 6.0.0-beta.20250726.1

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.20250726.1
                    
NuGet\Install-Package IntelliTect.Coalesce -Version 6.0.0-beta.20250726.1
                    
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.20250726.1" />
                    
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.20250726.1" />
                    
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.20250726.1
                    
#r "nuget: IntelliTect.Coalesce, 6.0.0-beta.20250726.1"
                    
#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.
#:package IntelliTect.Coalesce@6.0.0-beta.20250726.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=IntelliTect.Coalesce&version=6.0.0-beta.20250726.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=IntelliTect.Coalesce&version=6.0.0-beta.20250726.1&prerelease
                    
Install 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.20250728.1 10 7/28/2025
6.0.0-beta.20250726.1 148 7/26/2025
6.0.0-beta.20250715.1 114 7/15/2025
6.0.0-beta.20250616.1 147 6/16/2025
6.0.0-beta.20250515.2 591 5/15/2025
6.0.0-beta.20250508.3 198 5/8/2025
6.0.0-beta.20250508.2 122 5/8/2025
6.0.0-beta.20250403.9 514 4/4/2025
6.0.0-beta.20250403.8 136 4/3/2025
6.0.0-beta.20250403.7 139 4/3/2025
6.0.0-beta.20250403.5 146 4/3/2025
6.0.0-beta.20250403.1 137 4/3/2025
5.3.8 1,121 4/9/2025
5.3.7 281 4/9/2025
5.3.6 746 3/25/2025
5.3.5 611 3/25/2025
5.3.4 2,951 3/4/2025
5.3.3 2,300 2/18/2025
5.3.2 290 2/14/2025
5.3.1 808 1/21/2025
5.3.0 326 1/10/2025
5.3.0-beta.20250108.1 2,885 1/8/2025
5.3.0-beta.20250107.2 65 1/7/2025
5.3.0-beta.20250107.1 67 1/7/2025
5.3.0-beta.20241205.1 2,525 12/5/2024
5.3.0-beta.20241204.3 88 12/4/2024
5.3.0-beta.20241204.2 69 12/4/2024
5.3.0-beta.20241204.1 78 12/4/2024
5.2.1 1,329 11/18/2024
5.2.0 2,017 11/15/2024
5.2.0-beta.20241114.4 70 11/14/2024
5.1.0 3,995 10/15/2024
5.1.0-beta.20241014.1 80 10/14/2024
5.1.0-beta.20241010.1 178 10/10/2024
5.0.3 1,436 10/1/2024
5.0.2 1,316 9/27/2024
5.0.1 397 9/20/2024
5.0.0 1,159 9/17/2024
5.0.0-ci.20240917.1 93 9/17/2024
5.0.0-ci.20240916.3 81 9/16/2024
5.0.0-ci.20240916.2 77 9/16/2024
5.0.0-ci.20240916.1 85 9/16/2024
5.0.0-ci.20240912.1 75 9/12/2024
5.0.0-ci.20240911.6 83 9/12/2024
5.0.0-ci.20240911.5 194 9/12/2024
5.0.0-ci.20240911.4 79 9/11/2024
5.0.0-ci.20240911.3 81 9/11/2024
5.0.0-ci.20240911.2 87 9/11/2024
5.0.0-ci.20240911.1 80 9/11/2024
5.0.0-ci.20240910.4 86 9/10/2024
5.0.0-ci.20240910.2 81 9/10/2024
5.0.0-ci.20240910.1 76 9/10/2024
5.0.0-ci.20240909.1 81 9/9/2024
5.0.0-ci.20240906.8 87 9/6/2024
5.0.0-ci.20240905.3 2,144 9/5/2024
5.0.0-ci.20240905.1 74 9/5/2024
5.0.0-ci.20240904.4 75 9/4/2024
5.0.0-ci.20240904.3 73 9/4/2024
5.0.0-ci.20240904.2 80 9/4/2024
5.0.0-ci.20240830.2 161 8/30/2024
5.0.0-ci.20240828.1 76 8/28/2024
5.0.0-ci.20240823.3 102 8/23/2024
5.0.0-ci.20240822.2 91 8/23/2024
5.0.0-ci.20240816.2 274 8/16/2024
5.0.0-ci.20240814.1 87 8/14/2024
5.0.0-ci.20240808.1 103 8/8/2024
5.0.0-ci.20240806.2 71 8/6/2024
5.0.0-ci.20240806.1 64 8/6/2024
5.0.0-ci.20240805.7 78 8/5/2024
5.0.0-ci.20240805.2 62 8/5/2024
5.0.0-ci.20240802.5 62 8/2/2024
5.0.0-ci.20240802.1 68 8/2/2024
5.0.0-ci.20240801.2 78 8/1/2024
5.0.0-ci.20240731.1 68 7/31/2024
5.0.0-ci.20240730.1 2,402 7/30/2024
5.0.0-ci.20240729.2 574 7/29/2024
5.0.0-ci.20240725.2 82 7/25/2024
5.0.0-ci.20240724.3 89 7/24/2024
5.0.0-ci.20240724.2 79 7/24/2024
5.0.0-ci.20240723.6 72 7/23/2024
5.0.0-ci.20240723.2 79 7/23/2024
5.0.0-ci.20240722.3 89 7/23/2024
5.0.0-ci.20240722.2 84 7/22/2024
5.0.0-ci.20240722.1 90 7/22/2024
5.0.0-ci.20240718.2 91 7/18/2024
5.0.0-ci.20240717.4 1,703 7/17/2024
5.0.0-ci.20240717.3 66 7/17/2024
5.0.0-ci.20240716.3 82 7/16/2024
5.0.0-ci.20240716.2 100 7/16/2024
5.0.0-ci.20240715.2 81 7/15/2024
5.0.0-ci.20240715.1 79 7/15/2024
5.0.0-ci.20240710.4 98 7/11/2024
5.0.0-ci.20240710.3 82 7/10/2024
5.0.0-ci.20240710.2 79 7/10/2024
5.0.0-ci.20240528.4 3,397 5/28/2024
5.0.0-ci.20240528.3 256 5/28/2024
5.0.0-beta.20240906.8 88 9/6/2024
5.0.0-beta.20240906.5 103 9/6/2024
5.0.0-beta.20240906.3 97 9/6/2024
4.1.0 749 9/17/2024
4.0.0 367 9/17/2024
4.0.0-alpha.20240910.3 138 9/10/2024
4.0.0-alpha.20240816.1 209 8/16/2024
4.0.0-alpha.20240725.1 146 7/25/2024
4.0.0-alpha.20240723.5 142 7/23/2024
4.0.0-alpha.20240723.4 131 7/23/2024
4.0.0-alpha.20240718.3 139 7/18/2024
4.0.0-alpha.20240718.1 134 7/18/2024
4.0.0-alpha.20240710.1 146 7/10/2024
4.0.0-alpha.20240625.2 155 6/25/2024
4.0.0-alpha.20240619.1 147 6/19/2024
4.0.0-alpha.20240618.2 130 6/19/2024
4.0.0-alpha.20240614.1 151 6/14/2024
4.0.0-alpha.20240610.1 126 6/10/2024
4.0.0-alpha.20240530.2 131 5/30/2024
4.0.0-alpha.20240530.1 1,562 5/30/2024
4.0.0-alpha.20240528.6 142 5/29/2024
4.0.0-alpha.20240528.5 132 5/29/2024
4.0.0-alpha.20240522.1 497 5/22/2024
4.0.0-alpha.20240517.2 703 5/17/2024
4.0.0-alpha.20240502.1 886 5/2/2024
4.0.0-alpha.20240501.3 109 5/2/2024
4.0.0-alpha.20240501.2 105 5/2/2024
4.0.0-alpha.20240501.1 106 5/1/2024
4.0.0-alpha.20240429.1 141 4/29/2024
4.0.0-alpha.20240422.1 149 4/22/2024
4.0.0-alpha.20240410.1 3,705 4/10/2024
4.0.0-alpha.20240409.2 118 4/9/2024
4.0.0-alpha.20240320.1 2,255 3/20/2024
4.0.0-alpha.20240313.2 140 3/13/2024
4.0.0-alpha.20240313.1 121 3/13/2024
4.0.0-alpha.20240229.1 118 2/29/2024
4.0.0-alpha.20240223.2 1,207 2/23/2024
4.0.0-alpha.20240223.1 124 2/23/2024
4.0.0-alpha.20240221.1 545 2/21/2024
4.0.0-alpha.20240220.1 298 2/20/2024
4.0.0-alpha.20240214.1 1,015 2/14/2024
4.0.0-alpha.20240213.1 137 2/14/2024
4.0.0-alpha.20240207.3 143 2/8/2024
4.0.0-alpha.20240207.2 894 2/8/2024
4.0.0-alpha.20240207.1 138 2/8/2024
4.0.0-alpha.20240202.1 131 2/3/2024
4.0.0-alpha.20240201.1 128 2/1/2024
4.0.0-alpha.20240123.3 173 1/23/2024
4.0.0-alpha.20240117.1 1,383 1/17/2024
4.0.0-alpha.20240116.10 237 1/16/2024
4.0.0-alpha.20240116.9 146 1/16/2024
4.0.0-alpha.20240116.8 134 1/16/2024
4.0.0-alpha.20240115.2 148 1/15/2024
4.0.0-alpha.20240115.1 141 1/15/2024
4.0.0-alpha.20240112.3 137 1/12/2024
4.0.0-alpha.20240112.2 145 1/12/2024
4.0.0-alpha.20240111.1 130 1/12/2024
4.0.0-alpha.20240110.4 146 1/10/2024
4.0.0-alpha.20240110.3 156 1/10/2024
4.0.0-alpha.20240110.2 146 1/10/2024
4.0.0-alpha.20240109.1 159 1/9/2024
4.0.0-alpha.20240103.2 177 1/3/2024
4.0.0-alpha.20240102.3 143 1/3/2024
4.0.0-alpha.20240102.2 137 1/2/2024
4.0.0-alpha.20240102.1 144 1/2/2024
4.0.0-alpha.20231222.2 160 12/23/2023
4.0.0-alpha.20231221.1 1,145 12/22/2023
4.0.0-alpha.20231219.1 153 12/19/2023
4.0.0-alpha.20231214.5 1,697 12/14/2023
4.0.0-alpha.20231214.4 160 12/14/2023
4.0.0-alpha.20231214.3 157 12/14/2023
4.0.0-alpha.20231212.4 191 12/12/2023
4.0.0-alpha.20231206.3 515 12/7/2023
4.0.0-alpha.20231206.2 148 12/7/2023
4.0.0-alpha.20231206.1 148 12/7/2023
4.0.0-alpha.20231130.4 146 11/30/2023
4.0.0-alpha.20231130.1 147 11/30/2023
4.0.0-alpha.20231129.1 155 11/29/2023
4.0.0-alpha.20231128.2 142 11/29/2023
4.0.0-alpha.20231128.1 134 11/28/2023
4.0.0-alpha.20231127.1 145 11/28/2023
4.0.0-alpha.20231115.7 1,158 11/16/2023
4.0.0-alpha.20231114.2 105 11/14/2023
4.0.0-alpha.20231113.2 116 11/14/2023
4.0.0-alpha.20231113.1 106 11/13/2023
4.0.0-alpha.20231110.1 126 11/10/2023
4.0.0-alpha.20231108.5 101 11/8/2023
4.0.0-alpha.20231108.4 108 11/8/2023
4.0.0-alpha.20231108.3 112 11/8/2023
4.0.0-alpha.20231102.3 273 11/2/2023
4.0.0-alpha.20231102.2 85 11/2/2023
4.0.0-alpha.20231031.2 758 10/31/2023
4.0.0-alpha.20231031.1 110 10/31/2023
4.0.0-alpha.20231030.2 99 10/30/2023
4.0.0-alpha.20231020.2 126 10/21/2023
4.0.0-alpha.20231020.1 112 10/20/2023
4.0.0-alpha.20231018.3 102 10/19/2023
4.0.0-alpha.20231018.1 117 10/18/2023
4.0.0-alpha.20231013.1 116 10/13/2023
4.0.0-alpha.20231010.2 117 10/10/2023
4.0.0-alpha.20230928.1 900 9/28/2023
4.0.0-alpha.20230926.5 110 9/26/2023
4.0.0-alpha.20230921.2 111 9/21/2023
4.0.0-alpha.20230921.1 100 9/21/2023
4.0.0-alpha.20230920.5 97 9/21/2023
4.0.0-alpha.20230920.1 112 9/20/2023
4.0.0-alpha.20230919.1 119 9/19/2023
4.0.0-alpha.20230911.2 134 9/11/2023
4.0.0-alpha.20230823.1 139 8/23/2023
4.0.0-alpha.20230822.1 132 8/22/2023
4.0.0-alpha.20230821.1 124 8/21/2023
4.0.0-alpha.20230818.1 140 8/18/2023
4.0.0-alpha.20230817.1 111 8/17/2023
4.0.0-alpha.20230816.2 125 8/17/2023
4.0.0-alpha.20230803.1 143 8/3/2023
4.0.0-alpha.20230801.1 1,358 8/1/2023
4.0.0-alpha.20230731.4 139 7/31/2023
4.0.0-alpha.20230731.3 133 7/31/2023
4.0.0-alpha.20230731.2 133 7/31/2023
4.0.0-alpha.20230711.1 755 7/11/2023
4.0.0-alpha.20230626.1 145 6/27/2023
4.0.0-alpha.20230620.1 131 6/20/2023
4.0.0-alpha.20230607.1 1,007 6/7/2023
4.0.0-alpha.20230606.3 135 6/6/2023
4.0.0-alpha.20230606.2 145 6/6/2023
4.0.0-alpha.20230606.1 140 6/6/2023
4.0.0-alpha.20230605.1 139 6/5/2023
4.0.0-alpha.20230602.9 199 6/3/2023
4.0.0-alpha.20230602.5 148 6/2/2023
4.0.0-alpha.20230531.1 139 5/31/2023
4.0.0-alpha.20230523.2 259 5/23/2023
4.0.0-alpha.20230523.1 140 5/23/2023
4.0.0-alpha.20230428.1 144 4/28/2023
4.0.0-alpha.20230420.1 160 4/20/2023
4.0.0-alpha.20230417.1 209 4/17/2023
4.0.0-alpha.20230411.1 173 4/11/2023
4.0.0-alpha.20230410.1 150 4/10/2023
4.0.0-alpha.20230407.3 153 4/7/2023
4.0.0-alpha.20230407.2 156 4/7/2023
4.0.0-alpha.20230407.1 506 4/7/2023
4.0.0-alpha.20230406.3 163 4/7/2023
4.0.0-alpha.20230406.1 162 4/6/2023
4.0.0-alpha.20230403.4 170 4/4/2023
4.0.0-alpha.20230403.3 148 4/3/2023
4.0.0-alpha.20230403.1 151 4/3/2023
4.0.0-alpha.20230330.1 787 3/30/2023
4.0.0-alpha.20230329.5 155 3/29/2023
4.0.0-alpha.20230323.1 163 3/23/2023
4.0.0-alpha.20230322.1 158 3/22/2023
4.0.0-alpha.20230316.3 176 3/16/2023
4.0.0-alpha.20230316.2 163 3/16/2023
4.0.0-alpha.20230315.1 177 3/15/2023
4.0.0-alpha.20230310.2 169 3/10/2023
4.0.0-alpha.20230310.1 155 3/10/2023
4.0.0-alpha.20230309.1 171 3/10/2023
4.0.0-alpha.20230308.1 160 3/8/2023
4.0.0-alpha.20230306.2 153 3/6/2023
4.0.0-alpha.20230306.1 149 3/6/2023
4.0.0-alpha.20230303.3 314 3/3/2023
4.0.0-alpha.20230302.2 172 3/2/2023
4.0.0-alpha.20230301.6 163 3/2/2023
4.0.0-alpha.20230301.5 165 3/2/2023
4.0.0-alpha.20230301.4 165 3/2/2023
4.0.0-alpha.20230301.2 157 3/1/2023
4.0.0-alpha.20230301.1 174 3/1/2023
4.0.0-alpha.20230228.4 159 3/1/2023
4.0.0-alpha.20230228.3 167 2/28/2023
4.0.0-alpha.20230228.1 169 2/28/2023
4.0.0-alpha.20230227.1 178 2/28/2023
4.0.0-alpha.20230220.1 170 2/20/2023
4.0.0-alpha.20230217.6 167 2/17/2023
4.0.0-alpha.20230217.2 159 2/17/2023
4.0.0-alpha.20230216.3 385 2/16/2023
4.0.0-alpha.20230213.1 163 2/14/2023
4.0.0-alpha.20230210.1 164 2/10/2023
4.0.0-alpha.20230209.2 171 2/10/2023
3.1.2-alpha.20230203.1 180 2/3/2023
3.1.2-alpha.20230131.1 177 1/31/2023
3.1.2-alpha.20230130.2 179 1/30/2023
3.1.2-alpha.20230130.1 176 1/30/2023
3.1.2-alpha.20230126.2 197 1/26/2023
3.1.2-alpha.20230126.1 175 1/26/2023
3.1.2-alpha.20230117.1 173 1/17/2023
3.1.2-alpha.20230116.2 175 1/16/2023
3.1.1 5,425 1/13/2023
3.1.1-alpha.20230113.2 168 1/13/2023
3.1.0 1,967 1/13/2023
3.1.0-alpha.20230112.1 173 1/13/2023
3.1.0-alpha.20230104.1 182 1/5/2023
3.1.0-alpha.20230103.4 181 1/4/2023
3.1.0-alpha.20230103.1 164 1/4/2023
3.0.1-alpha.20221230.2 180 12/31/2022
3.0.1-alpha.20221229.1 179 12/29/2022
3.0.1-alpha.20221216.1 192 12/16/2022
3.0.1-alpha.20221215.1 177 12/16/2022
3.0.1-alpha.20221214.1 167 12/14/2022
3.0.1-alpha.20221123.2 172 11/24/2022
3.0.1-alpha.20221122.1 159 11/23/2022
3.0.1-alpha.20221117.1 221 11/17/2022
3.0.1-alpha.20221115.2 176 11/15/2022
3.0.1-alpha.20221108.1 216 11/8/2022
3.0.1-alpha.20221107.4 159 11/7/2022
3.0.1-alpha.20221107.2 178 11/7/2022
3.0.1-alpha.20221104.5 189 11/5/2022
3.0.1-alpha.20221104.3 176 11/5/2022
3.0.1-alpha.20221104.2 181 11/4/2022
3.0.1-alpha.20221104.1 184 11/4/2022
3.0.1-alpha.20221031.2 3,779 10/31/2022
3.0.1-alpha.20221031.1 179 10/31/2022
3.0.1-alpha.20221028.2 168 10/29/2022
3.0.1-alpha.20221026.0 184 10/27/2022
3.0.1-alpha.20221017.1 193 10/18/2022
3.0.1-alpha.20221006.3 847 10/6/2022
3.0.1-alpha.20221005.1 630 10/5/2022
3.0.1-alpha.20221004.2 178 10/4/2022
3.0.1-alpha.20221004.1 181 10/4/2022
3.0.1-alpha.20220929.1 197 9/29/2022
3.0.1-alpha.20220927.1 187 9/27/2022
3.0.1-alpha.20220926.2 196 9/27/2022
3.0.1-alpha.20220926.1 199 9/26/2022
3.0.1-alpha.20220923.1 190 9/23/2022
3.0.1-alpha.20220922.1 198 9/22/2022
3.0.1-alpha.20220921.5 205 9/22/2022
3.0.1-alpha.20220916.1 215 9/17/2022
3.0.1-alpha.20220915.1 193 9/15/2022
3.0.1-alpha.20220913.1 238 9/13/2022
3.0.1-alpha.20220909.2 179 9/9/2022
3.0.1-alpha.20220909.1 163 9/9/2022
3.0.1-alpha.20220907.1 180 9/8/2022
3.0.1-alpha.20220906.1 177 9/6/2022
3.0.1-alpha.20220902.1 175 9/2/2022
3.0.1-alpha.20220901.5 175 9/2/2022
3.0.1-alpha.20220901.3 233 9/1/2022
3.0.1-alpha.20220826.2 372 8/26/2022
3.0.1-alpha.20220826.1 174 8/26/2022
3.0.1-alpha.20220825.1 179 8/25/2022
3.0.1-alpha.20220824.1 183 8/25/2022
3.0.1-alpha.20220823.5 181 8/24/2022
3.0.0 3,961 8/23/2022
3.0.0-rc.20200901.1 16,244 9/1/2020
3.0.0-rc.20200805.2 496 8/5/2020
3.0.0-rc.20200805.1 343 8/5/2020
3.0.0-rc.20200730.4 389 7/30/2020
3.0.0-rc.20200730.3 355 7/30/2020
3.0.0-rc.20200730.1 402 7/30/2020
3.0.0-alpha.20220823.4 179 8/23/2022
3.0.0-alpha.20220823.2 181 8/23/2022
3.0.0-alpha.20220822.11 170 8/22/2022
3.0.0-alpha.20220822.10 170 8/22/2022
3.0.0-alpha.20220822.8 193 8/22/2022
3.0.0-alpha.20220822.5 177 8/22/2022
3.0.0-alpha.20220822.3 186 8/22/2022
3.0.0-alpha.20220804.6 215 8/4/2022
3.0.0-alpha.20220804.2 179 8/4/2022
3.0.0-alpha.20220725.1 349 7/26/2022
3.0.0-alpha.20220714.1 198 7/14/2022
3.0.0-alpha.20220711.1 187 7/12/2022
3.0.0-alpha.20220709.1 477 7/10/2022
3.0.0-alpha.20220706.1 442 7/6/2022
3.0.0-alpha.20220629.3 334 6/29/2022
3.0.0-alpha.20220629.2 195 6/29/2022
3.0.0-alpha.20220621.1 231 6/21/2022
3.0.0-alpha.20220617.1 3,896 6/17/2022
3.0.0-alpha.20220616.2 179 6/17/2022
3.0.0-alpha.20220616.1 192 6/17/2022
3.0.0-alpha.20220615.1 189 6/15/2022
3.0.0-alpha.20220614.1 186 6/15/2022
3.0.0-alpha.20220613.5 187 6/14/2022
3.0.0-alpha.20220613.4 389 6/14/2022
3.0.0-alpha.20220613.3 182 6/13/2022
3.0.0-alpha.20220613.2 204 6/13/2022
3.0.0-alpha.20220512.11 210 5/12/2022
3.0.0-alpha.20220512.10 195 5/12/2022
3.0.0-alpha.20220512.9 198 5/12/2022
3.0.0-alpha.20220512.8 189 5/12/2022
3.0.0-alpha.20220512.1 209 5/12/2022
3.0.0-alpha.20220506.2 209 5/6/2022
3.0.0-alpha.20220506.1 204 5/6/2022
3.0.0-alpha.20220505.2 456 5/5/2022
3.0.0-alpha.20220503.2 197 5/3/2022
3.0.0-alpha.20220502.1 199 5/3/2022
3.0.0-alpha.20220429.4 208 4/30/2022
3.0.0-alpha.20220429.3 186 4/29/2022
3.0.0-alpha.20220429.2 203 4/29/2022
3.0.0-alpha.20220426.1 197 4/26/2022
3.0.0-alpha.20220422.1 206 4/22/2022
3.0.0-alpha.20220415.1 208 4/16/2022
3.0.0-alpha.20220412.6 226 4/13/2022
3.0.0-alpha.20220408.3 199 4/8/2022
3.0.0-alpha.20220408.1 204 4/8/2022
3.0.0-alpha.20220401.4 205 4/2/2022
3.0.0-alpha.20220401.1 206 4/1/2022
3.0.0-alpha.20220331.1 227 3/31/2022
3.0.0-alpha.20220324.2 199 3/25/2022
3.0.0-alpha.20220324.1 216 3/24/2022
3.0.0-alpha.20220318.1 207 3/18/2022
3.0.0-alpha.20220316.4 227 3/17/2022
3.0.0-alpha.20220316.3 210 3/16/2022
3.0.0-alpha.20220316.2 225 3/16/2022
3.0.0-alpha.20220316.1 208 3/16/2022
3.0.0-alpha.20220308.3 193 3/8/2022
3.0.0-alpha.20220225.1 210 2/25/2022
3.0.0-alpha.20220222.2 880 2/23/2022
3.0.0-alpha.20220222.1 209 2/22/2022
3.0.0-alpha.20220216.1 212 2/16/2022
3.0.0-alpha.20220215.8 221 2/16/2022
3.0.0-alpha.20220215.7 209 2/16/2022
3.0.0-alpha.20220215.2 217 2/16/2022
3.0.0-alpha.20220215.1 216 2/15/2022
3.0.0-alpha.20220127.1 257 1/27/2022
3.0.0-alpha.20220118.3 225 1/18/2022
3.0.0-alpha.20211210.1 813 12/10/2021
3.0.0-alpha.20211118.2 278 11/18/2021
3.0.0-alpha.20211116.2 252 11/16/2021
3.0.0-alpha.20211116.1 224 11/16/2021
3.0.0-alpha.20211115.1 263 11/16/2021
3.0.0-alpha.20211112.1 242 11/12/2021
3.0.0-alpha.20211108.3 252 11/8/2021
3.0.0-alpha.20211103.1 314 11/4/2021
3.0.0-alpha.20211102.1 276 11/2/2021
3.0.0-alpha.20211028.1 327 10/28/2021
3.0.0-alpha.20211019.1 423 10/19/2021
3.0.0-alpha.20211015.2 226 10/15/2021
3.0.0-alpha.20211015.1 265 10/15/2021
3.0.0-alpha.20211014.2 245 10/14/2021
3.0.0-alpha.20211007.1 291 10/7/2021
3.0.0-alpha.20211006.2 261 10/6/2021
3.0.0-alpha.20211006.1 233 10/6/2021
3.0.0-alpha.20211005.1 240 10/5/2021
3.0.0-alpha.20211004.1 360 10/4/2021
3.0.0-alpha.20210930.1 296 9/30/2021
3.0.0-alpha.20210927.1 315 9/27/2021
3.0.0-alpha.20210831.1 263 8/31/2021
3.0.0-alpha.20210824.2 235 8/24/2021
3.0.0-alpha.20210816.1 349 8/16/2021
2.1.1 13,122 2/6/2019
2.1.1-rc-562 1,402 2/6/2019
2.1.0 14,601 8/21/2018
2.1.0-rc-558 1,396 2/6/2019
2.1.0-rc-500 1,612 8/21/2018
2.1.0-rc-498 1,561 8/20/2018
2.0.4 5,187 6/22/2018
2.0.4-rc-395 1,689 6/22/2018
2.0.3 5,503 5/25/2018
2.0.2 5,077 5/25/2018
2.0.1 5,268 5/10/2018
2.0.1-rc-326 1,695 5/25/2018
2.0.1-rc-314 1,845 5/10/2018
2.0.1-rc-313 1,844 5/10/2018
2.0.0 5,583 4/30/2018
2.0.0-rc-299 1,780 4/30/2018
2.0.0-rc-295 1,841 4/30/2018
2.0.0-rc-293 1,799 4/30/2018
1.0.0 1,357 3/2/2023