Releases: mattgenious/RechargeSharp
Releases · mattgenious/RechargeSharp
12.2.1
What's Changed
- Add missing nullability to Product.ChargeIntervalFrequency by @jnysteen in #87
- 12.2.1 by @mattgenious in #88
Full Changelog: 12.2.0...12.2.1
12.2.0
What's Changed
- Create dependabot.yaml by @mattgenious in #30
- Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0 by @dependabot in #31
- Bump NuGet.Versioning from 6.0.0 to 6.1.0 by @dependabot in #32
- reduce target frameworks to netstandard2.1 by @jnysteen in #33
- Add support for a subset of the 2021-11 API version by @jnysteen in #34
- Add missing parameter in call and fix wrong ID types by @jnysteen in #35
- Avoid serializing null-values, as Recharge interprets null-values and missing values differently by @jnysteen in #36
- fix query string serialization of number arrays by @jnysteen in #37
- add first_recurring_charge_delay to API 2021-01 by @jnysteen in #39
- Bump NuGet.Versioning from 6.1.0 to 6.2.0 by @dependabot in #43
- Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.2.0 by @dependabot in #42
- Bump xunit.runner.visualstudio from 2.4.3 to 2.4.5 by @dependabot in #41
- Get dependabot changes by @mattgenious in #44
- Changed value in context of discount to type double from type long by @mattgenious in #47
- Create dotnet.yml by @mattgenious in #48
- Merge pull request #44 from mattgenious/master by @mattgenious in #45
- Bump Stripe.net from 39.114.0 to 39.115.0 by @dependabot in #53
- 54 missing support for skip next charge with no or multiple subscription ids by @mattgenious in #55
- Bump NuGet.Versioning from 6.2.0 to 6.2.1 by @dependabot in #59
- Bump Stripe.net from 39.116.0 to 39.121.0 by @dependabot in #62
- Bump xunit from 2.4.1 to 2.4.2 by @dependabot in #69
- Bump Stripe.net from 39.126.0 to 40.6.0 by @dependabot in #80
- Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.1 by @dependabot in #79
- Bump NuGet.Versioning from 6.2.1 to 6.3.0 by @dependabot in #72
- Bump Moq from 4.18.1 to 4.18.2 by @dependabot in #71
- Bump Serilog.Sinks.Console from 4.0.1 to 4.1.0 by @dependabot in #81
- Bump Stripe.net from 40.6.0 to 40.8.0 by @dependabot in #83
- Fix inability to deserialize Product json by @jnysteen in #84
- Dev by @mattgenious in #85
- Bumped versions of RechargeSharp targeting v2021-01 to 12.2.0 by @mattgenious in #86
New Contributors
- @dependabot made their first contribution in #31
- @jnysteen made their first contribution in #33
Full Changelog: 11.0.0...12.2.0
11.0.0
10.0.0: Merge pull request #25 from mattgenious/dev
Implemented RechargeSharp.EntityFrameworkCore.Entities. Implemented and updated RechargeSharp and RechargeSharp.Entities to full version
10.0.0-alpha.1: Merge pull request #25 from mattgenious/dev
Implemented RechargeSharp.EntityFrameworkCore.Entities. Implemented and updated RechargeSharp and RechargeSharp.Entities to full version
9.0.0: Merge pull request #24 from mattgenious/dev
9.0.0-alpha.1
Replaced all DateTimes with DateTimeOffsets and fixed tests
8.1.0-alpha.3
JsonConverter failed when confronted with a null value for nullable d…
8.1.0-alpha.1: Merge pull request #23 from mattgenious/dev
Dev