Skip to content

Releases: BoBoBaSs84/BB84.Extensions

2.2.0

08 Mar 19:41
98c4b9b
Compare
Choose a tag to compare

Changes

✨ New Features

  • feat: stream extensions (PR #89)

📦 Dependencies

  • chore(deps): bump MSTest.TestFramework from 3.2.0 to 3.2.1 (PR #85) by @dependabot (bot)
  • chore(deps): bump coverlet.collector from 6.0.0 to 6.0.1 (PR #86) by @dependabot (bot)
  • chore(deps): bump MSTest.TestFramework from 3.2.1 to 3.2.2 (PR #87) by @dependabot (bot)

Full Changelog: 2.1.0...2.2.0

2.1.0

08 Feb 20:19
2142051
Compare
Choose a tag to compare

Changes

✨ New Features

  • feat: foreach method (PR #84)

📦 Dependencies

  • chore(deps): bump MSTest.TestFramework from 3.1.1 to 3.2.0 (PR #81) by @dependabot (bot)
  • chore(deps): bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 (PR #82) by @dependabot (bot)

Full Changelog: 2.0.0...2.1.0

2.0.0

09 Jan 18:56
cac012a
Compare
Choose a tag to compare

Changes

✨ New Features

  • feat: color extension to convert to hex string (PR #78)

🏭 Tests

  • chore: version bump to 2.0.0 (PR #80)

🧰 Misc

  • chore: code of conduct (PR #76)

Full Changelog: 1.9.0...2.0.0

1.9.0

24 Dec 10:06
0b9d141
Compare
Choose a tag to compare

Changes

✨ New Features

  • feat: double extensions is null method (PR #71)
  • feat: decimal extensions is null method (PR #72)

🐛 Bug Fixes

  • fix: use ArgumentNullException throw helper (PR #74)

🧰 Misc

1.8.1

21 Dec 18:38
e3567fb
Compare
Choose a tag to compare

Changes

✨ New Features

  • feat: add some null checks (PR #68)

🐛 Bug Fixes

📦 Dependencies

  • chore(deps): bump actions/checkout from 3 to 4 (PR #64) by @dependabot (bot)
  • chore(deps): bump actions/setup-dotnet from 3 to 4 (PR #65) by @dependabot (bot)
  • chore(deps): bump github/codeql-action from 2 to 3 (PR #66) by @dependabot (bot)
  • Update dependabot.yml (32022ec)

1.8.0

06 Dec 18:09
ac28573
Compare
Choose a tag to compare

Changes

✨ New Features

  • feat: byte extensions md5 (PR #63)

🧰 Misc

  • chore: issue templates (PR #61)

1.7.4

23 Nov 06:29
93a5e96
Compare
Choose a tag to compare

Changes

📦 Dependencies

  • chore(deps): bump System.Text.Json from 7.0.3 to 8.0.0 (PR #60) by @dependabot (bot)

1.7.3

20 Nov 16:29
d6f0049
Compare
Choose a tag to compare

Changes

✨ New Features

  • feat: support .net8.0 (PR #59)

📦 Dependencies

  • chore(deps): bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 (PR #57) by @dependabot (bot)

1.7.2

12 Nov 17:49
247480f
Compare
Choose a tag to compare

Changes

📚 Documentation

  • chore(docs): improved documentation (PR #56)

1.7.1

12 Nov 08:08
6e03a2f
Compare
Choose a tag to compare

Changes

🧰 Misc

  • chore: version bump to 1.7.1 (PR #55)
  • feat: for each method with func expression (1a6cc00)