TWCore 3.1.0
dotnet add package TWCore --version 3.1.0
NuGet\Install-Package TWCore -Version 3.1.0
<PackageReference Include="TWCore" Version="3.1.0" />
<PackageVersion Include="TWCore" Version="3.1.0" />
<PackageReference Include="TWCore" />
paket add TWCore --version 3.1.0
#r "nuget: TWCore, 3.1.0"
#:package TWCore@3.1.0
#addin nuget:?package=TWCore&version=3.1.0
#tool nuget:?package=TWCore&version=3.1.0
TWCore 3.1
A multipurpose framework library used to create microservices solutions on multiple platforms (runs on windows, linux, linux-arm [raspberry pi], and osx).
Compatible with
- .NET Framework 4.7.2
- netstandard2.0
- netcoreapp2.1
- netcoreapp2.2
- netcoreapp3.1
- net5.0
- net6.0
- net7.0
- net8.0
Advantages
- Easy development of microservices: With fewer code you can subscribe to a message broker and start to process messages as pub/sub or RPC architecture.
- Completely agnostic and loosely coupled: All subsystems of the framework are registered with a dependency injector engine, so using only the configurations files you can switch between Messages brokers, Serialization formats, Rpc transports, Stream compressors, and many more.
- Integrated Log, Trace, and Status engines: you can log on different storage, also use differents trace storages and you have an integrated status library to check your service health.
- A bot subsystem to create bot services on Telegram and Slack
- Extensions methods for objects, strings, and IEnumerables.
- Aspnet Core object viewer and compiler developer tool.
Supported log storages
- Console
- File
- Html File
- MessageBroker
- ElasticSearch
Supported trace storages
- File
- MessageBroker
Supported compressors
- Gzip
- Deflate
- Brotli
Supported messages brokers
- RabbitMQ
- NATS
- NSQ
- Kafka
- Redis (Pub/Sub)
Supported key/value cache storages
- Custom TWCore
- Redis
Supported bot connectors
- Slack
- Telegram
Supported serializers
- Newtonsoft JsonNet
- XmlSerializer
- BinaryFormatter
- Utf8Json
- MsgPack
- NSerializer (Custom binary serializer with object reference graph support and cyclic reference)
- RawSerializer (Like NSerializer but without internal caching, faster, but serialized objects are bigger in bytes size.)
Simple Object Serializer Benchmark
BenchmarkDotNet=v0.11.3, OS=Windows 10.0.17134.523 (1803/April2018Update/Redstone4)\
Intel Core i7-4770R CPU 3.20GHz (Haswell), 1 CPU, 8 logical and 4 physical cores\
.NET Core SDK=2.2.101\
[Host] : .NET Core 2.2.0 (CoreCLR 4.6.27110.04, CoreFX 4.6.27110.04), 64bit RyuJIT\
Core : .NET Core 2.2.0 (CoreCLR 4.6.27110.04, CoreFX 4.6.27110.04), 64bit RyuJIT\
Job=Core Runtime=Core
| Method | N | Mean | Error | StdDev | Min | Max | Gen 0/1k Op | Gen 1/1k Op | Gen 2/1k Op | Allocated Memory/Op |
|---|---|---|---|---|---|---|---|---|---|---|
| NewtonsoftJsonSerializerToStream | 1 | 42.935 us | 0.4296 us | 0.4019 us | 42.123 us | 43.608 us | 3.6621 | 0.1831 | - | 23296 B |
| NewtonsoftJsonDeserializerFromStream | 1 | 78.432 us | 1.5565 us | 1.4560 us | 76.154 us | 80.546 us | 3.5400 | 0.8545 | - | 22960 B |
| XmlSerializerToStream | 1 | 45.512 us | 0.3721 us | 0.3299 us | 44.858 us | 46.154 us | 1.8921 | - | - | 12224 B |
| XmlDeserializerFromStream | 1 | 91.809 us | 1.4537 us | 1.3598 us | 89.874 us | 94.327 us | 4.5166 | 0.3662 | - | 28608 B |
| BinaryFormatterSerializerToStream | 1 | 53.381 us | 0.5491 us | 0.5137 us | 52.418 us | 54.022 us | 2.5635 | - | - | 16504 B |
| BinaryFormatterDeserializerFromStream | 1 | 44.802 us | 0.5174 us | 0.4840 us | 43.914 us | 45.613 us | 3.6011 | 0.4883 | - | 22720 B |
| Utf8JsonSerializerToStream | 1 | 7.609 us | 0.1364 us | 0.1276 us | 7.429 us | 7.832 us | - | - | - | - |
| Utf8JsonDeserializerFromStream | 1 | 20.249 us | 0.2015 us | 0.1885 us | 20.009 us | 20.641 us | 0.9460 | 0.1831 | - | 6016 B |
| MessagePackSerializerToStream | 1 | 7.777 us | 0.0682 us | 0.0638 us | 7.658 us | 7.900 us | - | - | - | 96 B |
| MessagePackDeserializerFromStream | 1 | 11.087 us | 0.1592 us | 0.1489 us | 10.795 us | 11.419 us | 1.3123 | 0.3204 | - | 8272 B |
| NSerializerToStream | 1 | 7.823 us | 0.1440 us | 0.1347 us | 7.607 us | 8.051 us | - | - | - | - |
| NDeserializerFromStream | 1 | 7.301 us | 0.0702 us | 0.0657 us | 7.106 us | 7.405 us | 0.4425 | 0.0458 | - | 2800 B |
| RawSerializerToStream | 1 | 6.574 us | 0.1298 us | 0.1275 us | 6.375 us | 6.781 us | - | - | - | - |
| RawDeserializerFromStream | 1 | 7.837 us | 0.0655 us | 0.0613 us | 7.748 us | 7.937 us | 0.5569 | 0.0763 | - | 3520 B |

Created by Tony Redondo
Powered By
Thanks to @jetbrains for helping on this development with the licenses for Rider, dotTrace and dotMemory
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. 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 was computed. 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. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 is compatible. netcoreapp2.2 is compatible. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 2.1
- Newtonsoft.Json (>= 13.0.3)
- System.Threading.Channels (>= 4.7.1)
-
.NETCoreApp 2.2
- Newtonsoft.Json (>= 13.0.3)
- System.Threading.Channels (>= 4.7.1)
-
.NETCoreApp 3.1
- Newtonsoft.Json (>= 13.0.3)
- System.Threading.Channels (>= 4.7.1)
-
.NETFramework 4.7.2
- Microsoft.NETFramework.ReferenceAssemblies (>= 1.0.3)
- Newtonsoft.Json (>= 13.0.3)
- System.Memory (>= 4.5.5)
- System.Threading.Channels (>= 4.5.0)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 13.0.3)
- System.Memory (>= 4.5.5)
- System.Threading.Channels (>= 4.5.0)
-
net5.0
- Newtonsoft.Json (>= 13.0.3)
-
net6.0
- Newtonsoft.Json (>= 13.0.3)
-
net7.0
- Newtonsoft.Json (>= 13.0.3)
-
net8.0
- Newtonsoft.Json (>= 13.0.3)
NuGet packages (36)
Showing the top 5 NuGet packages that depend on TWCore:
| Package | Downloads |
|---|---|
|
TWCore.Bot
TWCore Framework. A multipurpose framework library for .net core |
|
|
TWCore.Data
TWCore Framework. A multipurpose framework library for .net core |
|
|
TWCore.Messaging
TWCore Framework. A multipurpose framework library for .net core |
|
|
TWCore.Net.Rpc
TWCore Framework. A multipurpose framework library for .net core |
|
|
TWCore.Cache
TWCore Framework. A multipurpose framework library for .net core |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.1.0 | 3,437 | 10/22/2023 |
| 3.1.0-beta2 | 2,526 | 10/20/2023 |
| 3.1.0-beta1 | 2,469 | 10/19/2023 |
| 3.0.0-beta5 | 4,923 | 9/8/2019 |
| 3.0.0-beta4 | 4,674 | 9/8/2019 |
| 3.0.0-beta3 | 4,734 | 8/20/2019 |
| 3.0.0-beta2 | 4,679 | 8/18/2019 |
| 3.0.0-beta1 | 4,683 | 8/18/2019 |
| 2.1.181 | 10,519 | 7/24/2019 |
| 2.1.181-beta5 | 5,162 | 7/16/2019 |
| 2.1.181-beta4 | 5,342 | 5/10/2019 |
| 2.1.181-beta3 | 5,376 | 3/16/2019 |
| 2.1.181-beta2 | 5,320 | 3/8/2019 |
| 2.1.181-beta | 5,354 | 3/3/2019 |
| 2.1.180 | 9,530 | 3/1/2019 |
| 2.1.180-rc1 | 5,357 | 2/28/2019 |
| 2.1.180-beta9 | 5,365 | 2/14/2019 |
| 2.1.180-beta8 | 5,448 | 2/14/2019 |
| 2.1.180-beta7 | 5,334 | 2/8/2019 |
| 2.1.180-beta6 | 5,276 | 2/7/2019 |
| 2.1.180-beta5 | 5,447 | 2/6/2019 |
| 2.1.180-beta4 | 5,364 | 2/5/2019 |
| 2.1.180-beta3 | 5,428 | 2/4/2019 |
| 2.1.180-beta2 | 5,537 | 2/4/2019 |
| 2.1.180-beta1 | 5,360 | 2/4/2019 |
| 2.1.180-alpha8 | 5,332 | 1/30/2019 |
| 2.1.180-alpha7 | 5,261 | 1/22/2019 |
| 2.1.180-alpha6 | 5,406 | 1/21/2019 |
| 2.1.180-alpha5 | 5,302 | 1/18/2019 |
| 2.1.180-alpha4 | 5,479 | 1/17/2019 |
| 2.1.180-alpha3 | 5,511 | 1/16/2019 |
| 2.1.180-alpha2 | 5,312 | 1/16/2019 |
| 2.1.180-alpha1 | 5,477 | 1/15/2019 |
| 2.1.179 | 9,624 | 1/9/2019 |
| 2.1.179-beta9 | 5,382 | 1/3/2019 |
| 2.1.179-beta8 | 5,497 | 1/2/2019 |
| 2.1.179-beta7 | 5,492 | 1/2/2019 |
| 2.1.179-beta6 | 5,459 | 12/21/2018 |
| 2.1.179-beta5 | 5,326 | 12/19/2018 |
| 2.1.179-beta4 | 5,449 | 12/19/2018 |
| 2.1.179-beta3 | 5,546 | 12/19/2018 |
| 2.1.179-beta2 | 5,426 | 12/18/2018 |
| 2.1.179-beta12 | 5,365 | 1/8/2019 |
| 2.1.179-beta11 | 5,456 | 1/7/2019 |
| 2.1.179-beta10 | 5,371 | 1/4/2019 |
| 2.1.179-beta1 | 5,485 | 12/18/2018 |
| 2.1.179-alpha9 | 5,516 | 12/18/2018 |
| 2.1.179-alpha8 | 5,392 | 11/28/2018 |
| 2.1.179-alpha7 | 5,501 | 11/22/2018 |
| 2.1.179-alpha6 | 5,458 | 11/20/2018 |
| 2.1.179-alpha5 | 5,388 | 11/20/2018 |
| 2.1.179-alpha4 | 5,365 | 11/20/2018 |
| 2.1.179-alpha3 | 5,324 | 11/19/2018 |
| 2.1.179-alpha2 | 5,283 | 11/16/2018 |
| 2.1.179-alpha | 5,335 | 11/16/2018 |
| 2.1.178 | 9,650 | 11/6/2018 |
| 2.1.178-beta2 | 5,426 | 11/6/2018 |
| 2.1.178-beta1 | 5,387 | 10/29/2018 |
| 2.1.178-alpha7 | 5,428 | 10/22/2018 |
| 2.1.178-alpha6 | 5,397 | 10/19/2018 |
| 2.1.178-alpha5 | 5,289 | 10/17/2018 |
| 2.1.178-alpha4 | 5,352 | 10/14/2018 |
| 2.1.178-alpha3 | 5,419 | 10/13/2018 |
| 2.1.178-alpha2 | 5,544 | 10/9/2018 |
| 2.1.178-alpha | 5,413 | 10/9/2018 |
| 2.1.177 | 9,126 | 9/27/2018 |
| 2.1.177-rc4 | 5,201 | 9/26/2018 |
| 2.1.177-rc3 | 5,100 | 9/26/2018 |
| 2.1.177-rc2 | 5,112 | 9/26/2018 |
| 2.1.177-rc1 | 5,066 | 9/25/2018 |
| 2.1.177-beta | 5,054 | 9/25/2018 |
| 2.1.177-alpha | 5,048 | 9/24/2018 |
| 2.1.176 | 7,394 | 9/20/2018 |
| 2.1.175 | 7,243 | 9/19/2018 |
| 2.1.174 | 7,293 | 9/16/2018 |
| 2.1.173 | 7,293 | 9/12/2018 |
| 2.1.173-beta | 4,198 | 9/12/2018 |
| 2.1.172 | 7,626 | 9/11/2018 |
| 2.1.171 | 7,474 | 8/27/2018 |
| 2.1.171-rc1 | 4,257 | 8/27/2018 |
| 2.1.171-beta | 4,203 | 8/27/2018 |
| 2.1.170 | 7,655 | 8/15/2018 |
| 2.1.169 | 7,514 | 8/14/2018 |
| 2.1.168 | 7,682 | 8/10/2018 |
| 2.1.167 | 7,599 | 8/9/2018 |
| 2.1.166 | 7,697 | 8/9/2018 |
| 2.1.165 | 7,726 | 8/9/2018 |
| 2.1.164 | 7,684 | 8/8/2018 |
| 2.1.163 | 7,658 | 8/8/2018 |
| 2.1.162 | 7,814 | 8/8/2018 |
| 2.1.161 | 7,935 | 8/8/2018 |
| 2.1.160 | 7,858 | 8/7/2018 |
| 2.1.159 | 7,722 | 8/3/2018 |
| 2.1.158 | 7,740 | 8/2/2018 |
| 2.1.157 | 7,696 | 8/1/2018 |
| 2.1.156 | 7,790 | 7/30/2018 |
| 2.1.155 | 7,800 | 7/29/2018 |
| 2.1.154 | 7,436 | 7/19/2018 |
| 2.1.153 | 7,784 | 7/12/2018 |
| 2.1.152 | 7,544 | 7/11/2018 |
| 2.1.151 | 7,586 | 7/11/2018 |
| 2.1.150 | 7,571 | 7/11/2018 |
| 2.1.149 | 7,618 | 7/10/2018 |
| 2.1.148 | 7,751 | 7/4/2018 |
| 2.1.147 | 7,736 | 7/3/2018 |
| 2.1.146 | 7,412 | 7/1/2018 |
| 2.1.145 | 7,403 | 7/1/2018 |
| 2.1.144 | 7,497 | 6/28/2018 |
| 2.1.143 | 7,592 | 6/25/2018 |
| 2.1.142 | 7,884 | 6/19/2018 |
| 2.1.141 | 7,885 | 6/19/2018 |
| 2.1.140 | 7,624 | 6/18/2018 |
| 2.0.149 | 9,416 | 7/10/2018 |
| 2.0.148 | 9,069 | 7/4/2018 |
| 2.0.147 | 9,267 | 7/3/2018 |
| 2.0.146 | 9,484 | 7/1/2018 |
| 2.0.145 | 9,359 | 7/1/2018 |
| 2.0.144 | 9,108 | 6/28/2018 |
| 2.0.143 | 9,133 | 6/25/2018 |
| 2.0.142 | 9,347 | 6/19/2018 |
| 2.0.141 | 9,438 | 6/19/2018 |
| 2.0.140 | 9,199 | 6/18/2018 |
| 2.0.139 | 9,319 | 6/18/2018 |
| 2.0.138 | 9,308 | 6/15/2018 |
| 2.0.137 | 9,357 | 6/15/2018 |
| 2.0.136 | 9,438 | 6/12/2018 |
| 2.0.135 | 9,387 | 6/11/2018 |
| 2.0.134 | 8,837 | 6/11/2018 |
| 2.0.133 | 9,109 | 6/11/2018 |
| 0.2.132 | 9,070 | 5/25/2018 |
| 0.2.131 | 9,388 | 5/21/2018 |
| 0.2.130 | 9,214 | 5/20/2018 |
| 0.2.129 | 9,177 | 5/20/2018 |
| 0.2.128 | 8,765 | 5/14/2018 |
| 0.2.127 | 8,940 | 5/11/2018 |
| 0.2.126 | 9,194 | 5/10/2018 |
| 0.2.125 | 9,399 | 5/8/2018 |
| 0.2.124 | 9,463 | 4/30/2018 |
| 0.2.123 | 9,263 | 4/29/2018 |
| 0.2.122 | 9,200 | 4/27/2018 |
| 0.2.121 | 8,769 | 4/26/2018 |
| 0.2.120 | 8,947 | 4/25/2018 |
| 0.2.119 | 9,214 | 4/25/2018 |
| 0.2.118 | 9,013 | 4/25/2018 |
| 0.2.117 | 8,879 | 4/24/2018 |
| 0.2.116 | 8,700 | 4/24/2018 |
| 0.2.115 | 9,262 | 4/19/2018 |
| 0.2.114 | 8,939 | 4/19/2018 |
| 0.2.113 | 8,915 | 4/19/2018 |
| 0.2.112 | 8,734 | 4/18/2018 |
| 0.2.111 | 8,911 | 4/18/2018 |
| 0.2.110 | 8,811 | 4/18/2018 |
| 0.2.109 | 8,790 | 4/17/2018 |
| 0.2.108 | 8,932 | 4/17/2018 |
| 0.2.107 | 9,126 | 4/9/2018 |
| 0.2.106 | 9,035 | 4/6/2018 |
| 0.2.105 | 8,879 | 4/3/2018 |
| 0.2.104 | 9,105 | 4/2/2018 |
| 0.2.103 | 8,917 | 3/28/2018 |
| 0.2.102 | 8,882 | 3/28/2018 |
| 0.2.101 | 8,847 | 3/28/2018 |
| 0.2.100 | 8,709 | 3/27/2018 |
| 0.2.99 | 9,057 | 3/24/2018 |
| 0.2.98 | 9,007 | 3/23/2018 |
| 0.2.97 | 8,757 | 3/19/2018 |
| 0.2.96 | 8,985 | 3/16/2018 |
| 0.2.95 | 8,761 | 3/15/2018 |
| 0.2.94 | 8,798 | 3/13/2018 |
| 0.2.93 | 8,681 | 3/12/2018 |
| 0.2.92 | 8,854 | 3/12/2018 |
| 0.2.91 | 8,829 | 3/12/2018 |
| 0.2.90 | 8,948 | 3/11/2018 |
| 0.2.89 | 8,888 | 3/6/2018 |
| 0.2.88 | 8,931 | 3/2/2018 |
| 0.2.87 | 8,822 | 3/1/2018 |
| 0.2.86 | 8,833 | 2/28/2018 |
| 0.2.85 | 8,908 | 2/28/2018 |
| 0.2.84 | 8,638 | 2/28/2018 |
| 0.2.83 | 8,900 | 2/27/2018 |
| 0.2.82 | 8,596 | 2/26/2018 |
| 0.2.81 | 8,572 | 2/23/2018 |
| 0.2.80 | 8,950 | 2/22/2018 |
| 0.2.79 | 8,392 | 2/21/2018 |
| 0.2.78 | 8,823 | 2/16/2018 |
| 0.2.77 | 8,865 | 2/14/2018 |
| 0.2.76 | 8,939 | 2/14/2018 |
| 0.2.75 | 8,893 | 2/9/2018 |
| 0.2.74 | 9,097 | 2/9/2018 |
| 0.2.73 | 8,887 | 2/1/2018 |
| 0.2.72 | 8,699 | 1/31/2018 |
| 0.2.71 | 8,934 | 1/30/2018 |
| 0.2.70 | 8,690 | 1/29/2018 |
| 0.2.69 | 8,761 | 1/26/2018 |
| 0.2.68 | 9,031 | 1/23/2018 |
| 0.2.67 | 9,030 | 1/22/2018 |
| 0.2.66 | 8,779 | 1/22/2018 |
| 0.2.65 | 8,928 | 1/19/2018 |
| 0.2.64 | 8,533 | 1/17/2018 |
| 0.2.63 | 8,822 | 1/16/2018 |
| 0.2.62 | 8,910 | 1/15/2018 |
| 0.2.61 | 8,591 | 12/18/2017 |
| 0.2.60 | 8,874 | 12/6/2017 |
| 0.2.59 | 8,736 | 12/5/2017 |
| 0.2.58 | 8,609 | 12/4/2017 |
| 0.2.57 | 8,752 | 12/1/2017 |
| 0.2.56 | 8,805 | 11/30/2017 |
| 0.2.55 | 8,448 | 11/28/2017 |
| 0.2.54 | 8,548 | 11/28/2017 |
| 0.2.53 | 8,614 | 11/28/2017 |
| 0.2.52 | 8,582 | 11/26/2017 |
| 0.2.51 | 8,524 | 11/24/2017 |
| 0.2.50 | 8,636 | 11/23/2017 |
| 0.2.49 | 8,307 | 11/17/2017 |
| 0.2.48 | 8,505 | 11/17/2017 |
| 0.2.47 | 8,336 | 11/16/2017 |
| 0.2.46 | 8,410 | 11/15/2017 |
| 0.2.45 | 8,242 | 11/13/2017 |
| 0.2.44 | 8,243 | 11/7/2017 |
| 0.2.43 | 8,245 | 11/7/2017 |
| 0.2.42 | 8,281 | 11/6/2017 |
| 0.2.41 | 8,232 | 10/31/2017 |
| 0.2.40 | 8,151 | 10/31/2017 |
| 0.2.39 | 8,194 | 10/26/2017 |
| 0.2.38 | 8,450 | 10/26/2017 |
| 0.2.37 | 8,487 | 10/25/2017 |
| 0.2.36 | 8,221 | 10/23/2017 |
| 0.2.35 | 8,219 | 10/20/2017 |
| 0.2.34 | 8,243 | 10/13/2017 |
| 0.2.33 | 8,213 | 10/10/2017 |
| 0.2.32 | 8,385 | 10/9/2017 |
| 0.2.31 | 8,110 | 10/7/2017 |
| 0.2.30 | 8,233 | 10/6/2017 |
| 0.2.29 | 7,739 | 9/29/2017 |
| 0.2.28 | 7,816 | 9/27/2017 |
| 0.2.27 | 7,827 | 9/25/2017 |
| 0.2.26 | 7,915 | 9/22/2017 |
| 0.2.25 | 7,741 | 9/20/2017 |
| 0.2.24 | 7,917 | 9/19/2017 |
| 0.2.23 | 7,731 | 9/13/2017 |
| 0.2.22 | 7,626 | 9/13/2017 |
| 0.2.21 | 7,609 | 9/13/2017 |
| 0.2.20 | 7,645 | 9/13/2017 |
| 0.2.19 | 7,555 | 9/12/2017 |
| 0.2.18 | 7,377 | 9/12/2017 |
| 0.2.17 | 7,597 | 9/11/2017 |
| 0.2.16 | 7,438 | 9/11/2017 |
| 0.2.15 | 7,618 | 9/8/2017 |
| 0.2.14 | 1,367 | 9/8/2017 |
| 0.2.13 | 2,074 | 9/8/2017 |
| 0.2.12 | 1,312 | 9/8/2017 |
| 0.2.11 | 1,554 | 9/8/2017 |
| 0.2.10 | 7,829 | 9/8/2017 |
| 0.2.9 | 7,744 | 8/29/2017 |
| 0.2.8 | 8,192 | 8/29/2017 |
| 0.2.7 | 8,258 | 8/29/2017 |
| 0.2.6 | 8,060 | 8/25/2017 |
| 0.2.5 | 8,143 | 8/16/2017 |
| 0.2.1-alpha | 4,869 | 8/16/2017 |
| 0.2.0-alpha | 4,197 | 8/7/2017 |
| 0.1.5 | 2,309 | 4/5/2017 |
| 0.1.4 | 2,262 | 4/5/2017 |
| 0.1.3 | 3,296 | 4/5/2017 |
| 0.1.2 | 2,678 | 4/5/2017 |
| 0.1.1 | 2,647 | 3/26/2017 |
| 0.1.0 | 9,174 | 3/25/2017 |