Skip to content

Releases: Testably/Testably.Abstractions

v2.2.2

18 Apr 07:28
3fcb264
Compare
Choose a tag to compare

What's Changed

  • fix: support rooted paths under Windows by @vbreuss in #293
  • doc: add a changelog batch to the README.md for nuget packages by @vbreuss in #294
  • fix: use suggested prefix docs for conventional commit pull request titles by @vbreuss in #295

Full Changelog: v2.2.1...v2.2.2

v2.2.1

16 Apr 16:18
4e58c3a
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update dependency testableio.system.io.abstractions to v19.2.8 by @renovate in #288
  • chore(deps): update dependency testableio.system.io.abstractions to v19.2.9 by @renovate in #289
  • chore(deps): update nuget/setup-nuget action to v1.2.0 by @renovate in #290
  • chore(deps): update dependency testableio.system.io.abstractions to v19.2.11 by @renovate in #291
  • fix: throw correct exception when creating a file or directory when a conflicting directory or file already exists by @vbreuss in #292

Full Changelog: v2.2.0...v2.2.1

v2.2.0

11 Apr 04:24
e0771ce
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update danielpalme/reportgenerator-github-action action to v5.1.19 by @renovate in #279
  • fix: set Directory attribute correctly by @vbreuss in #283
  • feat: improve FileSystemInitializer by @vbreuss in #282
  • fix: brittle tests by @vbreuss in #284
  • chore(deps): update dependency testableio.system.io.abstractions to v19.2.4 by @renovate in #281
  • refactor: Replace Task.Factory.StartNew with Task.Run by @vbreuss in #278
  • feat: make Random.Shared thread-static singleton by @vbreuss in #285
  • coverage: add tests for InMemoryStorage by @vbreuss in #287

Full Changelog: v2.1.0...v2.2.0

v2.1.0

07 Mar 06:42
11882bd
Compare
Choose a tag to compare

What's Changed

  • coverage: add test for IsReadOnly on missing FileInfo by @vbreuss in #233
  • fix: allow deps as scope for conventional commits guideline by @vbreuss in #252
  • chore(deps): update danielpalme/reportgenerator-github-action action to v5.1.17 by @renovate in #234
  • chore(deps): update dependency microsoft.codeanalysis.analyzers to v3.3.4 by @renovate in #235
  • chore(deps): update dependency microsoft.extensions.dependencyinjection to v6.0.1 by @renovate in #237
  • chore(deps): update dependency moq to v4.18.4 by @renovate in #238
  • chore(deps): update dependency coverlet.collector to v3.2.0 by @renovate in #240
  • chore(deps): update dependency microsoft.codeanalysis.csharp to v4.4.0 by @renovate in #242
  • chore(deps): update dependency microsoft.net.test.sdk to v17.4.1 by @renovate in #243
  • chore(deps): update amannn/action-semantic-pull-request action to v5 by @renovate in #250
  • chore(deps): update actions/setup-java action to v3 by @renovate in #249
  • chore(deps): update actions/checkout action to v3 by @renovate in #247
  • chore(deps): update actions/cache action to v3 by @renovate in #246
  • chore(deps): update actions/setup-dotnet action to v3 by @renovate in #248
  • chore(deps): update nuget/setup-nuget action to v1.1.1 by @renovate in #245
  • chore(deps): update dependency minver to v4.3.0 by @renovate in #244
  • chore(deps): update dependency fluentassertions to v6.10.0 by @renovate in #241
  • chore(deps): update dependency microsoft.extensions.dependencyinjection to v7 by @renovate in #251
  • chore(deps): update dependency testableio.system.io.abstractions to v19.1.14 by @renovate in #239
  • fix: add distribution to setup-java build task by @vbreuss in #253
  • chore(deps): update dependency testableio.system.io.abstractions to v19.1.18 by @renovate in #254
  • fix: update java version for sonarcloud analysis by @vbreuss in #255
  • chore(deps): update dependency microsoft.net.test.sdk to v17.5.0 by @renovate in #257
  • chore(deps): update dependency autofixture.xunit2 to v4.18.0 by @renovate in #258
  • feat: add timer functionality by @vbreuss in #259
  • fix: sonar issues by @vbreuss in #260
  • fix: Timer should support swallowing exceptions by @vbreuss in #263
  • chore(deps): update dependency microsoft.codeanalysis.csharp to v4.5.0 by @renovate in #261
  • coverage: move extensibility tests to Testing project by @vbreuss in #264
  • coverage: improve coverage of TimerMock by @vbreuss in #265
  • fix: disable fail-on-test in "Test Report" action by @vbreuss in #266
  • feat: Allow initialization of the filesystem with files from embedded resources by @vbreuss in #256
  • refactor: remove brittle Timer implementation by @vbreuss in #267
  • chore(deps): update danielpalme/reportgenerator-github-action action to v5.1.18 by @renovate in #268
  • chore(deps): update dependency testableio.system.io.abstractions to v19.2.1 by @renovate in #269
  • feat: add timer functionality by @vbreuss in #270
  • doc: improve documentation in Timers by @vbreuss in #271
  • fix: avoid redundant object creation by @vbreuss in #272
  • coverage: improve stryker coverage for Timer functions by @vbreuss in #273
  • feat: initialize MockFileSystem with drive from current directory by @vbreuss in #274
  • coverage: add internal tests for RealFileSystem by @vbreuss in #275
  • fix: sonar issues by @vbreuss in #277
  • fix: release build by @vbreuss in #276

Full Changelog: v2.0.1...v2.1.0

v2.0.1

12 Feb 06:58
215bda6
Compare
Choose a tag to compare

What's Changed

  • chore: update version from System.IO.Abstractions to 19.1.14 by @vbreuss in #229
  • feat: Configure Renovate by @renovate in #230
  • fix: initialize filesystem in drive of current directory by @vbreuss in #232

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

19 Dec 09:34
82f4828
Compare
Choose a tag to compare

What's Changed

  • fix: update version used in Examples to "1.*" by @vbreuss in #220
  • refactor: update .NET Framework to 4.8 for testing purposes by @vbreuss in #221
  • fix: exclude tests on real file system in DEBUG mode by @vbreuss in #222
  • fix: time-related tests by @vbreuss in #224
  • feat: use FileSystem interfaces from System.IO.Abstractions by @vbreuss in #225
  • doc: prepare release 2.0 by @vbreuss in #226

Full Changelog: v1.0.0...v2.0.0

v1.0.0

18 Nov 19:44
8d96152
Compare
Choose a tag to compare

Initial Version