Skip to content

Releases: TimeWarpEngineering/timewarp-state

v3.4.0+3.1.402

10 Dec 08:35
4fe38ed

Choose a tag to compare

Changes:

  • 4fe38ed Merge pull request #239 from TimeWarpEngineering/Cramer/2020-12-09/ErrorHandling
  • 66bb887 bump the minor version
  • b050303 Merge pull request #238 from TimeWarpEngineering/Cramer/2020-12-09/ErrorHandling
  • e229415 Instead of throwing we instead publish the ExceptionNotificaiton Event
  • b8d7be8 Move ResetStore inside some State to pass analyser
  • f1381cd Adding ExceptionMessage here so we can validate
  • a5b78c2 Merge pull request #236 from taylorchasewhite/patch-1
  • b14145f Add "n" to Engineering in Readme
  • b79da31 Merge pull request #231 from ShadyNagy/master
  • 870ed9f C# Linter again.
See More
  • c2e9e5f C# Linter
  • 8322157 Fix to be Will Not Rollback State When Exception Occurs In An Endpoint On Server.

This list of changes was auto generated.

v3.3.0+3.1.402

14 Oct 14:17
594eee3

Choose a tag to compare

Changes:

  • 594eee3 Merge pull request #229 from TimeWarpEngineering/Cramer/2020-10-14/UpdateTypescriptProject
  • b7659bf Switch editorconfig to LF
  • 6d1b712 Migrate to ISender and IPublisher everywhere we can that doesn't not impact the public API
  • bac3eaa Clean up formatting
  • 404aa2d Use the new IPublisher Interface from MediatR where appropriate.
  • 133026b Update minor version
  • 7c2b0a8 AsyncFixer fixes
  • 784ae17 Single line expression and proper comment
  • 55d09da single expression editorconfig fix
  • 4a6f1c1 Remove comments
See More
  • 86e05f4 Proper supression of a warning
  • 6884210 Add eidtorconfig to the sln for easy access
  • 4f1fefa Update to MediatR 9.0.0
  • 788b1c5 Fix compiler warning related to ReduxDevTools
  • 4d9e519 Explicit use of Scrutor in Tests
  • 1970bbf Update to latest Microsoft AspNetCore libs
  • 726a71c remove Scrutor from Test App not needed.
  • 0240c49 Remove this test as it isn't testing what is actually needed
  • 3713a69 Update TestCafe and all Typescript project
  • de90478 tiny cleanup.
  • 3b3b067 Store tests did compile. Add necessary usings so that it would.
  • 86e51ce Update global.json to 3.1.402 and allow rollforward to latest Feature

This list of changes was auto generated.

v3.2.4+3.1.302

05 Aug 16:18
4b6ab6f

Choose a tag to compare

Changes:

  • 4b6ab6f Merge pull request #226 from TimeWarpEngineering/Cramer/2020-08-05/LiveSharpFix
  • 2f9d220 Backout the changes to work around LiveSharp issue now that LiveSharp has been fixed :)

This list of changes was auto generated.

v3.2.3+3.1.300

05 Aug 03:10
8da28bc

Choose a tag to compare

Changes:

  • 8da28bc Merge pull request #225 from TimeWarpEngineering/Cramer/2020-08-05/LiveSharpFix
  • 003113f Bump version
  • 1eb140d Merge pull request #224 from TimeWarpEngineering/Cramer/2020-08-05/LiveSharpFix
  • 0055cb6 Add the extension
  • 8d5d7f3 Merge pull request #223 from TimeWarpEngineering/Cramer/2020-08-05/LiveSharpFix
  • 13879aa Update npm and nuget packages
  • 80e1231 Catch the exception that is raised with use LiveSharp

This list of changes was auto generated.

v3.2.2+3.1.300

04 Jul 18:33
6016d4b

Choose a tag to compare

Changes:

  • 6016d4b Merge pull request #220 from TimeWarpEngineering/Cramer/2020-07-05/DependencyUpdates
  • 2237618 Update Typescript dependencies to latest
  • e398575 Update Coverlet
  • df1a6a5 Update System.Net.Http.Json
  • 587692b Update Microsoft AspnetCore packages
  • e9b88b9 Update MediatR
  • 6e0263f Update Fixie
  • cc56c3b Code formatting
  • a82a5b5 Require SKD 3.1.301
  • 126297c Update testing convetion for proper disposing
See More
  • 992774c Merge pull request #215 from TimeWarpEngineering/Cramer/2020-05-31/UpdateTutorial
  • 63de6e5 Update Tutorial to latest version.

This list of changes was auto generated.

v3.2.1+3.1.300

30 May 18:32
5ef5d56

Choose a tag to compare

Changes:

  • 5ef5d56 Merge pull request #214 from TimeWarpEngineering/Cramer/2020-05-31/SkipInteropTests
  • 3aeaf86 Skup these tests until we figure out how to restore functionality that we had with WebAssemblyHostBuilder
  • 4f7196e Merge pull request #213 from TimeWarpEngineering/Cramer/2020-05-25/Bug
  • e0683a3 Rename Test files
  • 3091178 remove old yml build file using multistage now.
  • 8b0f33e Restructure tests utilzing namespaces in a different and I think better manner.
  • 2db50de Update to use ClientHostBuilder for now
  • a650eed Step by step and it is still discoverying correctly
  • 467f16d Migrating toward the Client Integration Test Convention hoping to find the issue.
  • 2c9c08b Adding the JsonSerializationOptions Singleton and all is still fine as expected.
See More
  • 4d7db8c Adding another test project to see why the TestConvention isn't working this will be thrown away.
  • f179c0d Base request needs to be setable for model binding. Request objects are DTOS from client to the API
  • d762937 update to new assembly names
  • acd35cf formatting
  • e68f4e6 Use webapplication factory and basetest
  • 259e00f add BaseTest with helpers
  • 4368f71 explicitly use System.Text.Json and System.Configuration.ConfigurationManager to avoid downgrade warngings
  • 7bf0fbe explicitly use System.Text.Json and System.Configuration.ConfigurationManager to avoid downgrade warngings
  • cb15edd explicitly use System.Text.Json to avoid downgrade warngings
  • 93eae72 Move Startup Configure Services to Program.cs new recommended way from the Blazor team... not sure why.
  • d6e93df Trying to see if nuget supports embeded logo now.
  • 4ef3485 Allow model binding to bind objects to query params
  • cc2ae63 Convert this from a Post to a Get with params
  • e7f0c70 explicitly use System.Text.Json and System.Configuration.ConfigurationManager to avoid downgrade warngings
  • 52c7792 convert to partial class and cleanup style in template.
  • a9b80b9 The new templates don't use Startup but instead put that logic in the Program.cs file
  • 017240d Goign to use WebApplciationFactory to test so don't need testfixutre.
  • 0865287 Rename BaseController to BaseEndpoint
  • fc56dfd Rename directory
  • 7b0f2d8 Update versions
  • c442351 remove no longer needed reference.
  • 9d480e6 npm install updates the lock
  • 05b0133 Update to new named libs
  • 5edcabf formatting
  • ae2ec76 remove unused class
  • 05bc201 update all package.json to latest
  • ab546e1 Start updating versions the API project builds
  • d540713 Endpoint vs Controller
  • 1d0e404 Update testing convention to based on namespace vs class name this frees us up to use more readable names and better organization.
  • b457968 Follow formatting convention
  • 03fe178 Rename classes to conform to updated convention
  • 8be3375 Update sdk to the release version containing BlazorWasm
  • bb6c24c Adding Fluent Assertions
  • 71f4a62 rename directory

This list of changes was auto generated.

v3.2.0+3.1.100

02 Feb 17:15
e8c9d6f

Choose a tag to compare

Changes:

  • e8c9d6f Merge pull request #207 from TimeWarpEngineering/Cramer/2020-20-01/AutoRegisterStates
  • b6b3549 Update Release notes
  • 59b3bf4 Remove MOQ from dependency list as not used.
  • e7b2699 Update the npm dependencies to latest
  • dfdbf77 Update to MediatR 8.0 added a non generic Send method.
  • 17d5835 Move EnsureStates up to be with others.
  • deeaf32 Fix bug in test app where I am trying to color code the console output
  • b9526c7 Remove the tools project from the sln
  • 60ddc06 Update tutorial to support latest version of Blazor-State
  • c22a0bc Bump minor version
See More
  • 85e725d Remove unused yml file.
  • a0e4541 organize code
  • 4c45528 No longer need to explicitly register States
  • 71ac993 Allow access to State in NavMenu
  • 4117ffc formatting and documentation only
  • 423b176 Merge pull request #204 from TimeWarpEngineering/Cramer/2019-12-11/UpdateTutorial
  • 062b9dc Update Tutorial and new image based on latest template

This list of changes was auto generated.

v3.0.1+3.1.100

10 Dec 10:52
33292d5

Choose a tag to compare

Changes:

  • 33292d5 Merge pull request #202 from TimeWarpEngineering/Cramer/2019-12-10/UpdateDependencies
  • 27ba39c Update version and release notes
  • 5fcd738 Update SourceLink, Fixie and TypeSupport

This list of changes was auto generated.

v3.0.0+3.1.100

09 Dec 05:02
6a7b058

Choose a tag to compare

Changes:

  • 6a7b058 Merge pull request #201 from TimeWarpEngineering/Cramer/2019-11-04/Preview2Update
  • 08142c8 Coding standards cleanup
  • 9240f67 Set version for next Nuget Package
  • 4365e39 add Pascal case Tag BlazorState.
  • baf50e1 Set Assembly Name to match the PackageId this can help avoid confusion
  • 85b3bed Fix Typo in release notes.
  • 11c55cc Tor seems to have abandoned his repo so I can recommend it anymore.
  • f04aff3 update the typescript dependencies to latest
  • aaca3d8 Use HashCode.Combine
  • c9e5815 The way packages seem to work now is different.
See More
  • 2d29083 Update to latest sdk
  • 32331ca Add some soultion items for easy access.
  • e5e053a Code clean up mostly on the AnyClone tests I copied here.
  • 9a00b4c Trying to control the Selenium start up is about as error prone as it gets. I don't run them via CI/CD anymore Instead use TestCafe which is 10x easier.
  • f324bd6 Update TargetFramework to 3.1
  • 7a9284d set global.json to the 3.1 preview
  • 08c4df1 Remove Samples from sln

This list of changes was auto generated.

v2.0.6+3.0.100

29 Oct 19:54
1234107

Choose a tag to compare

Changes:

  • 1234107 Merge pull request #196 from TimeWarpEngineering/Cramer/2019-10-27/ReduxToolsOff
  • ed8b024 Update Release notes with improvment
  • 6b38aa8 Add Releases and Migrations to the docs
  • 56eb6f1 Add Releases and Migrations to the docs
  • a3590d4 Revert some changes in yaml
  • a6d0655 Breaking Change: Change Options to have Redux Dev Tools off by default.
  • 084a51d naming convention
  • a9dbb1b Assist the developer find errors when using IActions that are not properly nested in the state they effect.
  • d1e6565 remove global.json
  • 4165720 Update global.json to reflect the proper version.

This list of changes was auto generated.