Skip to content

Releases: TimeWarpEngineering/timewarp-state

v4.1.0-beta.4+6.0.101

20 Dec 10:58
64e505b

Choose a tag to compare

Changes:

  • 64e505b Merge pull request #274 from TimeWarpEngineering/Cramer/2021-12-19/dotnet6
  • ff17691 Update badge Markdown from Azure
  • 2c2127d Bump to beta 4
  • 696895d Move Acknowledgements from Readme to different file

This list of changes was auto generated.

v4.1.0-beta.3+6.0.101

20 Dec 10:15
8d3a72f

Choose a tag to compare

Changes:

  • 8d3a72f Merge pull request #273 from TimeWarpEngineering/Cramer/2021-12-19/dotnet6
  • d440d54 Bump to beta 3
  • d31165f Merge pull request #272 from TimeWarpEngineering/Cramer/2021-12-19/dotnet6
  • 4d05416 Move Acknowledgements from Readme to different file

This list of changes was auto generated.

v4.1.0-beta.2+6.0.101

20 Dec 09:34
7a14e58

Choose a tag to compare

Changes:

  • 7a14e58 Merge pull request #271 from TimeWarpEngineering/Cramer/2021-12-19/dotnet6
  • 26ca98e Bump beta to try new icon
  • f7f2e79 Try again on the logo as they only allow 32x32

This list of changes was auto generated.

v4.1.0-beta.1+6.0.101

20 Dec 07:54
059177e

Choose a tag to compare

Changes:

  • 059177e Merge pull request #270 from TimeWarpEngineering/Cramer/2021-12-19/dotnet6
  • f584e6a resize logo to acceptable Nuget size
  • d09506f Merge pull request #269 from TimeWarpEngineering/Cramer/2021-12-19/dotnet6
  • 80d7124 update version number and add beta
  • 49df955 Update the package Description slightly
  • 575a5c1 Update Logo to new TimeWarp Enterprises Logo
  • 2742931 Line endings only
  • 33da6db Update Logo to new TimeWarp Enterprises Logo
  • 4055cb2 Update to dotnet 6 only

This list of changes was auto generated.

v4.0.1+5.0.3

17 Oct 15:34
36330af

Choose a tag to compare

Changes:

  • 36330af Merge pull request #265 from TimeWarpEngineering/Cramer/2021-08-15/Cleanup
  • f0c9838 Bump the Patch version to 1
  • 5e7aa7b Merge pull request #264 from TimeWarpEngineering/Cramer/2021-08-15/Cleanup
  • 86408b5 update to latest npm packages and npm audit fix
  • 2201906 ReduxDevTools JavaScript Interop and RouteState
  • 6ff318b Handling the action
  • 4e31236 Configuring Services
  • 235ca24 Format
  • 5af4b83 Add Counter State
  • 37fc76b Add Blazor-State to the Package References
See More
  • cf538c3 Add the Tutorial Sample to the sln
  • 49224b8 add Tutorial Sample
  • 0bb163f Add CustomInput Example to the TestApp
  • 265fe92 Cleanup
  • abd16ac Cleaning up the CustomInput Example
  • 5cfc222 Using Partial classes instead of inheritance in the TestApp
  • ffdf181 Using Partial classes instead of inheritance in the TestApp
  • 8c22921 clean up a bit using new language features and addressing some analyzer warnings
  • cc579b7 Merge pull request #263 from TimeWarpEngineering/ShadyNagy-ShadyNagy/Blazor_State_Input_Component
  • 8e0dac7 fix the merge
  • 482ee09 Merge commit '3cad3b3'
  • 0a04755 Merge pull request #261 from megafetis/master
  • ee9f5c0 Merge pull request #262 from TimeWarpEngineering/Cramer/2021-07-25/tutorial
  • 7d8e09d Update tutorial to dotnet 5.0
  • e47f29b replace BlazorStateComponent to IBlazorStateComponent in Subscriptions
  • 3cad3b3 remove project backup
  • c91fdcb Models added.
  • d9a6982 Style for custom Input.
  • 4e41d23 Sample InputComponent added.
  • 3d01975 BlazorStateInputComponent sample.
  • 96d428a Comment removed in interface.
  • 8230824 Added BlazorStateInputCompnent.
  • 7bf8bf8 Merge pull request #1 from TimeWarpEngineering/master [ #231 ]

This list of changes was auto generated.

v4.0.0+5.0.3

07 Apr 03:34
abfc1cc

Choose a tag to compare

Changes:

  • abfc1cc Merge pull request #259 from TimeWarpEngineering/Cramer/2021-02-28/Dotnet5
  • 5571a34 Increment the version to 4.0.0
  • 89b2e42 don't allow pre relase versions of SDK
  • 1600178 Updated all npm packages to latest versions
  • f9095e9 Remove reference TargetFramework
  • 10d6487 Wrap main in a div and reference page class
  • 85a64b7 Update all refereences to latest versions
  • 3a1de6c Fix the eventstream component
  • 0eb02f5 Remove RazorLangVersion
  • db029a0 Reference App component by Id now
See More
  • 71f8551 Closes #235 dotnet 5 support for HostingLocation
  • 337d3ba Add reference to Microsoft.AspNetCore.Components.Web.Virtualization
  • 6d568f7 Add in the styles link
  • c5a0251 Convert CRLF to LF
  • 82ebce7 Put in wrong spot
  • 0aa1cf9 Add PreferExactMatches
  • b757ac4 Change Test App Projects to reference net5.0
  • d15e56e Delete Selenium E2E tests as I prefer TestCafe
  • 9a71137 Update global.json to use dotnet 5

This list of changes was auto generated.

v3.4.4+3.1.404

27 Dec 15:44
49569de

Choose a tag to compare

Changes:

  • 49569de Merge pull request #249 from TimeWarpEngineering/Cramer/2020-12-27/UpdateVersions
  • ab80de1 Test doesn't apply anymore.
  • 90e2d61 Merge pull request #248 from TimeWarpEngineering/Cramer/2020-12-27/UpdateVersions
  • 0449336 Update AspNetCore to 3.1.10
  • 4e5fcbb Merge pull request #247 from TimeWarpEngineering/Cramer/2020-12-27/ClientVsServerError
  • b9f052c Change CRLF to LF
  • b461806 Test App Cleanup
  • dc39e18 Rename BaseHandler to BaseActionHandler
  • 06f9365 Update BaseRequest and BaseResponse to use CorrelationId
  • 8061aeb Update BaseCompnent to include Send
See More
  • db8b3f3 Update Test App Counter Component to use partial class
  • 23d3995 If the Request is nested in State then it is a clientside request and we trap the errors and send a Notificaiton

This list of changes was auto generated.

v3.4.3+3.1.404: Merge pull request #245 from astankov2/master

14 Dec 14:58
14b30ad

Choose a tag to compare

Changes:

  • 14b30ad Merge pull request #245 from astankov2/master
  • 0fa27b1 Bump version
  • dd79fa2 Check if an exception is client-side by checking if the exception source is a registered assembly in CloneStateBehavior

This list of changes was auto generated.

v3.4.2+3.1.404

13 Dec 04:42
6deb263

Choose a tag to compare

Changes:

  • 6deb263 Merge pull request #244 from TimeWarpEngineering/Cramer/2020-12-13/VersionsAndVirtual
  • 535d6c0 Bump version and push new lock file.
  • 813d3c4 Bump to latest versions for ts projects
  • d1b784d Make Dispose virtual so others can override.

This list of changes was auto generated.

v3.4.1+3.1.402

10 Dec 11:51
942fb5f

Choose a tag to compare

Changes:

  • 942fb5f Merge pull request #241 from TimeWarpEngineering/Cramer/2020-12-10/LogLevelAndTestApp
  • e9767a2 Bump Patch
  • cdfbe67 Merge pull request #240 from TimeWarpEngineering/Cramer/2020-12-10/LogLevelAndTestApp
  • ce40597 Use LogWarning instead of LogError as we now handle the exceptions
  • 0d5aaf6 Update CouterPage so I can test the exception Handling
  • bbc80d4 Update to latest 3.1 sdk

This list of changes was auto generated.