Skip to content

Releases: TimeWarpEngineering/timewarp-state

1.0.0-preview6.19307.2-20190710-123619

10 Jul 05:43
e99448d
Compare
Choose a tag to compare
Pre-release

Changes:

  • e99448d Merge pull request #147 from TimeWarpEngineering/Cramer-2019-07-05
  • a1afe28 I want to see the Request and Response in the log message
  • c8ed5a9 Add better structured logging
  • 78996ca Remove libman.json per issue reported on Github
  • e7577d6 Update blazor-state.yml for Azure Pipelines
  • 6bfbc59 The Logger was from wrong context probably from a copy and paste error and when reading the log that is confusing.
  • 9f1e3f7 Merge pull request #145 from TimeWarpEngineering/Cramer-2019-07-02
  • f97bb8a Move to the released version of TypeSupport with my PR
  • 706d647 Merge pull request #144 from TimeWarpEngineering/Cramer-2019-06-25
  • ad6852b Serialization doesn't work currently for no setters or private setters so I have added them back until they fix that.
See more
  • 83b8870 Formatting only
  • 22c736a Formatting only
  • d252e2c Commented some tests
  • 0cf7d94 Add null check in Dispose in case it doesn't exist already
  • cc80e63 Remove unused using
  • 5407b0f Remove commented code.
  • 0762cde Make WeatherForecastDto Immutable
  • b195df8 I don't need Guard Clauses in this code as it is for test cases and I may even want to test empty or null.
  • 79c9634 Use Double quotes for strings as part of standards.
  • b14c9e7 Merge pull request #143 from TimeWarpEngineering/Cramer-2019-06-25
  • 5369cf3 Update documentation for preview 6 changes.
  • 1a44eab Updated comment.
  • 4791ce7 The assemblies based to AddBlazorState are just used in a call to AddMediatR so this isn't necessary.
  • 9d969d2 Update to all latest npm packages so we dont' get to far behind.
  • d1ee1c2 Add this to stay in sync with default template.
  • 8b30845 MediatR 7 update requires this change.
  • b139c11 Don't dispose if already disposed .
  • f4aae9f Update to MediatR7
  • 9590691 Update blazor-state.yml for Azure Pipelines
  • 14b7232 Merge pull request #142 from TimeWarpEngineering/Cramer-2019-05-15
  • 3f27a57 Add special build of TypeSupport and use MyGet to pull it in.
  • c0af363 Register JsonSerializerOptions in Client which will get called by both client and server
  • 3414890 Was accidentally overriding the attribute with a class
  • 90a3400 codding standards cleanup
  • 026d977 Converted reduxDevTools and RenderSubscriptions behaviors to post processors
  • 9aca6ef "The current thread is not associated with the renderer's synchronization context. Use Invoke() or InvokeAsync() to switch execution to the renderer's synchronization context when triggering rendering or modifying any state accessed during rendering."
  • 6ab67c5 ReduxDevToolsFactory depends on the JsonRequestHandler so we need to initialize that first.
  • 9797e44 Clean up coding standards warnings TODO's etc...
  • 6ed9ae2 Add Default gitignore for the api docs not sure how this hasn't been there all along.
  • c183dc9 Remove Newton soft as we are using the new System.Text.JsonSerializer
  • fab3964 Remove Blazor.Extentions.Logging given it isn't updated to Preview 6
  • 17d7359 I want global JsonSerializerOptions for the server so we register them and inject them here.
  • 233357d Instead of Activator.CreateInstance we now can use the Container to create the initial state.
  • b21d922 Fix spelling error
  • e763acd Update to preview 6 UseClientSideBlazorFiles
  • 0cb70ba Fix spelling error
  • 44e850b Update to preview 6 UseClientSideBlazorFiles
  • 2d8db06 Remove Blazor.Extentions.Logging again as they are not updated to Preview 6 yet.
  • 0e1cb79 Turn off the play button (TimeTravel) by default in the redux dev tools
  • fe6cb27 Extract Options into its own file.
  • 8a6fc31 Required updating to use the ne LocationChangeEventArgs
  • 467ff2c Changes made to use the new JsonSerializer
  • 7b42549 Change @functions to @code
  • 7c2b066 Add the @ symbol for all C# event handlers.
  • c8b1108 Update to Preview 6 packages
  • a873e01 Fix typo in comment
  • 694229b Add Contact info to Readme
  • 8f51689 Merge pull request #138 from TimeWarpEngineering/Cramer-2019-05-15
  • 75e499e Fix the TimeStamp in the package version
  • 5a1307d Merge pull request #137 from TimeWarpEngineering/Cramer-2019-05-15
  • c71e720 Update model a bit to diagram subscriptions
  • dee9aa6 Add ToList to enumeration, which will create a new List, so I can alter the the collection while iterating
  • f6881ae Merge pull request #136 from TimeWarpEngineering/Cramer-2019-05-15
  • 5936495 Trying to make Codacy happy.
  • ff43ffa Add operators and IEquatable
  • a98f50b Merge pull request #119 from BlazorBowl/RemoveCloneFromTemplate
  • eec38e8 Make struct readonly and autogenerate methods
  • b1c6da6 I found out that Dispose will be called on components if implemented. So I want to remove subscriptions when the component is disposed.
  • 939e770 Some linting fixes
  • ba8c864 Merge pull request #135 from stefanbemelmans/patch-1
  • 90daafc minor edits for meter
  • 816d57b Merge pull request #134 from TimeWarpEngineering/Cramer-2019-05-15
  • af28bf0 lint rule should declare the function before using it.
  • 96d22cb editorconfig coding standards update
  • d61df61 make state internal to reduce scope
  • eade7e4 Client side shuld be called actions not Request
  • c659ce6 Merge pull request #133 from TimeWarpEngineering/Cramer-2019-05-15
  • 4f36798 Bold Actions as well because we use both Actions and Requests in Blazor-State
  • 6c42831 Merge pull request #132 from TimeWarpEngineering/Cramer-2019-05-15
  • b3edc6e Update docs a bit more.
  • 5574d5d Merge pull request #131 from TimeWarpEngineering/Cramer-2019-05-15
  • 764d760 Clean up Overview
  • 31a571f Merge pull request #130 from TimeWarpEngineering/Cramer-2019-05-15
  • 341ef4b Documentation Update
  • 06cafd1 Merge pull request #129 from TimeWarpEngineering/Cramer-2019-05-15
  • 0570df9 Move version specs to directory.build.props
  • a0a88e2 Merge pull request #128 from TimeWarpEngineering/Cramer-2019-05-15
  • a7cebb4 Wrong path it is from source dir not project location.
  • b0f6f7c Merge pull request #127 from TimeWarpEngineering/Cramer-2019-05-15
  • 1b685dd the predefined var is System.DefaultWorkingDirectory not build.DefaultWorkingDirectory
  • eb22970 Merge pull request #126 from TimeWarpEngineering/Cramer-2019-05-15
  • 90bdad7 Have build write the version to known spot /bin
  • d2b04d4 Merge pull request #125 from TimeWarpEngineering/Cramer-2019-05-15
  • c884697 csproj generates Version.txt not Version.
  • d99e0b9 Merge pull request #124 from TimeWarpEngineering/Cramer-2019-05-15
  • 38e8ead Publish the Version Artifact so it will be available to Release.
  • 3a6e844 Merge pull request #123 from TimeWarpEngineering/Cramer-2019-05-15
  • ede6dad Forgot to add the Target to the TargetsForTfmSpecificBuildOutput
  • 43aa9ec Merge pull request #122 from TimeWarpEngineering/Cramer-2019-05-15
  • b68bb8c Write the ...
Read more

1.0.0-preview6.19307.2-20190702-105921

02 Jul 06:07
9f1e3f7
Compare
Choose a tag to compare
Pre-release

Changes:

  • 9f1e3f7 Merge pull request #145 from TimeWarpEngineering/Cramer-2019-07-02
  • f97bb8a Move to the released version of TypeSupport with my PR
  • 706d647 Merge pull request #144 from TimeWarpEngineering/Cramer-2019-06-25
  • ad6852b Serialization doesn't work currently for no setters or private setters so I have added them back until they fix that.
  • 83b8870 Formatting only
  • 22c736a Formatting only
  • d252e2c Commented some tests
  • 0cf7d94 Add null check in Dispose in case it doesn't exist already
  • cc80e63 Remove unused using
  • 5407b0f Remove commented code.
See more
  • 0762cde Make WeatherForecastDto Immutable
  • b195df8 I don't need Guard Clauses in this code as it is for test cases and I may even want to test empty or null.
  • 79c9634 Use Double quotes for strings as part of standards.
  • b14c9e7 Merge pull request #143 from TimeWarpEngineering/Cramer-2019-06-25
  • 5369cf3 Update documentation for preview 6 changes.
  • 1a44eab Updated comment.
  • 4791ce7 The assemblies based to AddBlazorState are just used in a call to AddMediatR so this isn't necessary.
  • 9d969d2 Update to all latest npm packages so we dont' get to far behind.
  • d1ee1c2 Add this to stay in sync with default template.
  • 8b30845 MediatR 7 update requires this change.
  • b139c11 Don't dispose if already disposed .
  • f4aae9f Update to MediatR7
  • 9590691 Update blazor-state.yml for Azure Pipelines
  • 14b7232 Merge pull request #142 from TimeWarpEngineering/Cramer-2019-05-15
  • 3f27a57 Add special build of TypeSupport and use MyGet to pull it in.
  • c0af363 Register JsonSerializerOptions in Client which will get called by both client and server
  • 3414890 Was accidentally overriding the attribute with a class
  • 90a3400 codding standards cleanup
  • 026d977 Converted reduxDevTools and RenderSubscriptions behaviors to post processors
  • 9aca6ef "The current thread is not associated with the renderer's synchronization context. Use Invoke() or InvokeAsync() to switch execution to the renderer's synchronization context when triggering rendering or modifying any state accessed during rendering."
  • 6ab67c5 ReduxDevToolsFactory depends on the JsonRequestHandler so we need to initialize that first.
  • 9797e44 Clean up coding standards warnings TODO's etc...
  • 6ed9ae2 Add Default gitignore for the api docs not sure how this hasn't been there all along.
  • c183dc9 Remove Newton soft as we are using the new System.Text.JsonSerializer
  • fab3964 Remove Blazor.Extentions.Logging given it isn't updated to Preview 6
  • 17d7359 I want global JsonSerializerOptions for the server so we register them and inject them here.
  • 233357d Instead of Activator.CreateInstance we now can use the Container to create the initial state.
  • b21d922 Fix spelling error
  • e763acd Update to preview 6 UseClientSideBlazorFiles
  • 0cb70ba Fix spelling error
  • 44e850b Update to preview 6 UseClientSideBlazorFiles
  • 2d8db06 Remove Blazor.Extentions.Logging again as they are not updated to Preview 6 yet.
  • 0e1cb79 Turn off the play button (TimeTravel) by default in the redux dev tools
  • fe6cb27 Extract Options into its own file.
  • 8a6fc31 Required updating to use the ne LocationChangeEventArgs
  • 467ff2c Changes made to use the new JsonSerializer
  • 7b42549 Change @functions to @code
  • 7c2b066 Add the @ symbol for all C# event handlers.
  • c8b1108 Update to Preview 6 packages
  • a873e01 Fix typo in comment
  • 694229b Add Contact info to Readme
  • 8f51689 Merge pull request #138 from TimeWarpEngineering/Cramer-2019-05-15
  • 75e499e Fix the TimeStamp in the package version
  • 5a1307d Merge pull request #137 from TimeWarpEngineering/Cramer-2019-05-15
  • c71e720 Update model a bit to diagram subscriptions
  • dee9aa6 Add ToList to enumeration, which will create a new List, so I can alter the the collection while iterating
  • f6881ae Merge pull request #136 from TimeWarpEngineering/Cramer-2019-05-15
  • 5936495 Trying to make Codacy happy.
  • ff43ffa Add operators and IEquatable
  • a98f50b Merge pull request #119 from BlazorBowl/RemoveCloneFromTemplate
  • eec38e8 Make struct readonly and autogenerate methods
  • b1c6da6 I found out that Dispose will be called on components if implemented. So I want to remove subscriptions when the component is disposed.
  • 939e770 Some linting fixes
  • ba8c864 Merge pull request #135 from stefanbemelmans/patch-1
  • 90daafc minor edits for meter
  • 816d57b Merge pull request #134 from TimeWarpEngineering/Cramer-2019-05-15
  • af28bf0 lint rule should declare the function before using it.
  • 96d22cb editorconfig coding standards update
  • d61df61 make state internal to reduce scope
  • eade7e4 Client side shuld be called actions not Request
  • c659ce6 Merge pull request #133 from TimeWarpEngineering/Cramer-2019-05-15
  • 4f36798 Bold Actions as well because we use both Actions and Requests in Blazor-State
  • 6c42831 Merge pull request #132 from TimeWarpEngineering/Cramer-2019-05-15
  • b3edc6e Update docs a bit more.
  • 5574d5d Merge pull request #131 from TimeWarpEngineering/Cramer-2019-05-15
  • 764d760 Clean up Overview
  • 31a571f Merge pull request #130 from TimeWarpEngineering/Cramer-2019-05-15
  • 341ef4b Documentation Update
  • 06cafd1 Merge pull request #129 from TimeWarpEngineering/Cramer-2019-05-15
  • 0570df9 Move version specs to directory.build.props
  • a0a88e2 Merge pull request #128 from TimeWarpEngineering/Cramer-2019-05-15
  • a7cebb4 Wrong path it is from source dir not project location.
  • b0f6f7c Merge pull request #127 from TimeWarpEngineering/Cramer-2019-05-15
  • 1b685dd the predefined var is System.DefaultWorkingDirectory not build.DefaultWorkingDirectory
  • eb22970 Merge pull request #126 from TimeWarpEngineering/Cramer-2019-05-15
  • 90bdad7 Have build write the version to known spot /bin
  • d2b04d4 Merge pull request #125 from TimeWarpEngineering/Cramer-2019-05-15
  • c884697 csproj generates Version.txt not Version.
  • d99e0b9 Merge pull request #124 from TimeWarpEngineering/Cramer-2019-05-15
  • 38e8ead Publish the Version Artifact so it will be available to Release.
  • 3a6e844 Merge pull request #123 from TimeWarpEngineering/Cramer-2019-05-15
  • ede6dad Forgot to add the Target to the TargetsForTfmSpecificBuildOutput
  • 43aa9ec Merge pull request #122 from TimeWarpEngineering/Cramer-2019-05-15
  • b68bb8c Write the version to a file for use in the Release pipeline to create lease with that version number.
  • d67d042 Merge pull request #121 from TimeWarpEngineering/Cramer-2019-05-15
  • e8b0278 Update Build Targets to push FileVersion
  • ff2bea8 Merge pull request #120 from TimeWarpEngineering/Cramer-2019-05-09
  • a5f0cee Documentation updates
  • 2713083 Removed Clone method and Interface from WeatherForecastDto
  • b4130c2 Rename the Fet...
Read more

1.0.0-preview6.19307.2-20190625-215609

25 Jun 15:32
b14c9e7
Compare
Choose a tag to compare
Pre-release

Changes:

  • b14c9e7 Merge pull request #143 from TimeWarpEngineering/Cramer-2019-06-25
  • 5369cf3 Update documentation for preview 6 changes.
  • 1a44eab Updated comment.
  • 4791ce7 The assemblies based to AddBlazorState are just used in a call to AddMediatR so this isn't necessary.
  • 9d969d2 Update to all latest npm packages so we dont' get to far behind.
  • d1ee1c2 Add this to stay in sync with default template.
  • 8b30845 MediatR 7 update requires this change.
  • b139c11 Don't dispose if already disposed .
  • f4aae9f Update to MediatR7
  • 9590691 Update blazor-state.yml for Azure Pipelines
See more
  • 14b7232 Merge pull request #142 from TimeWarpEngineering/Cramer-2019-05-15
  • 3f27a57 Add special build of TypeSupport and use MyGet to pull it in.
  • c0af363 Register JsonSerializerOptions in Client which will get called by both client and server
  • 3414890 Was accidentally overriding the attribute with a class
  • 90a3400 codding standards cleanup
  • 026d977 Converted reduxDevTools and RenderSubscriptions behaviors to post processors
  • 9aca6ef "The current thread is not associated with the renderer's synchronization context. Use Invoke() or InvokeAsync() to switch execution to the renderer's synchronization context when triggering rendering or modifying any state accessed during rendering."
  • 6ab67c5 ReduxDevToolsFactory depends on the JsonRequestHandler so we need to initialize that first.
  • 9797e44 Clean up coding standards warnings TODO's etc...
  • 6ed9ae2 Add Default gitignore for the api docs not sure how this hasn't been there all along.
  • c183dc9 Remove Newton soft as we are using the new System.Text.JsonSerializer
  • fab3964 Remove Blazor.Extentions.Logging given it isn't updated to Preview 6
  • 17d7359 I want global JsonSerializerOptions for the server so we register them and inject them here.
  • 233357d Instead of Activator.CreateInstance we now can use the Container to create the initial state.
  • b21d922 Fix spelling error
  • e763acd Update to preview 6 UseClientSideBlazorFiles
  • 0cb70ba Fix spelling error
  • 44e850b Update to preview 6 UseClientSideBlazorFiles
  • 2d8db06 Remove Blazor.Extentions.Logging again as they are not updated to Preview 6 yet.
  • 0e1cb79 Turn off the play button (TimeTravel) by default in the redux dev tools
  • fe6cb27 Extract Options into its own file.
  • 8a6fc31 Required updating to use the ne LocationChangeEventArgs
  • 467ff2c Changes made to use the new JsonSerializer
  • 7b42549 Change @functions to @code
  • 7c2b066 Add the @ symbol for all C# event handlers.
  • c8b1108 Update to Preview 6 packages
  • a873e01 Fix typo in comment
  • 694229b Add Contact info to Readme
  • 8f51689 Merge pull request #138 from TimeWarpEngineering/Cramer-2019-05-15
  • 75e499e Fix the TimeStamp in the package version
  • 5a1307d Merge pull request #137 from TimeWarpEngineering/Cramer-2019-05-15
  • c71e720 Update model a bit to diagram subscriptions
  • dee9aa6 Add ToList to enumeration, which will create a new List, so I can alter the the collection while iterating
  • f6881ae Merge pull request #136 from TimeWarpEngineering/Cramer-2019-05-15
  • 5936495 Trying to make Codacy happy.
  • ff43ffa Add operators and IEquatable
  • a98f50b Merge pull request #119 from BlazorBowl/RemoveCloneFromTemplate
  • eec38e8 Make struct readonly and autogenerate methods
  • b1c6da6 I found out that Dispose will be called on components if implemented. So I want to remove subscriptions when the component is disposed.
  • 939e770 Some linting fixes
  • ba8c864 Merge pull request #135 from stefanbemelmans/patch-1
  • 90daafc minor edits for meter
  • 816d57b Merge pull request #134 from TimeWarpEngineering/Cramer-2019-05-15
  • af28bf0 lint rule should declare the function before using it.
  • 96d22cb editorconfig coding standards update
  • d61df61 make state internal to reduce scope
  • eade7e4 Client side shuld be called actions not Request
  • c659ce6 Merge pull request #133 from TimeWarpEngineering/Cramer-2019-05-15
  • 4f36798 Bold Actions as well because we use both Actions and Requests in Blazor-State
  • 6c42831 Merge pull request #132 from TimeWarpEngineering/Cramer-2019-05-15
  • b3edc6e Update docs a bit more.
  • 5574d5d Merge pull request #131 from TimeWarpEngineering/Cramer-2019-05-15
  • 764d760 Clean up Overview
  • 31a571f Merge pull request #130 from TimeWarpEngineering/Cramer-2019-05-15
  • 341ef4b Documentation Update
  • 06cafd1 Merge pull request #129 from TimeWarpEngineering/Cramer-2019-05-15
  • 0570df9 Move version specs to directory.build.props
  • a0a88e2 Merge pull request #128 from TimeWarpEngineering/Cramer-2019-05-15
  • a7cebb4 Wrong path it is from source dir not project location.
  • b0f6f7c Merge pull request #127 from TimeWarpEngineering/Cramer-2019-05-15
  • 1b685dd the predefined var is System.DefaultWorkingDirectory not build.DefaultWorkingDirectory
  • eb22970 Merge pull request #126 from TimeWarpEngineering/Cramer-2019-05-15
  • 90bdad7 Have build write the version to known spot /bin
  • d2b04d4 Merge pull request #125 from TimeWarpEngineering/Cramer-2019-05-15
  • c884697 csproj generates Version.txt not Version.
  • d99e0b9 Merge pull request #124 from TimeWarpEngineering/Cramer-2019-05-15
  • 38e8ead Publish the Version Artifact so it will be available to Release.
  • 3a6e844 Merge pull request #123 from TimeWarpEngineering/Cramer-2019-05-15
  • ede6dad Forgot to add the Target to the TargetsForTfmSpecificBuildOutput
  • 43aa9ec Merge pull request #122 from TimeWarpEngineering/Cramer-2019-05-15
  • b68bb8c Write the version to a file for use in the Release pipeline to create lease with that version number.
  • d67d042 Merge pull request #121 from TimeWarpEngineering/Cramer-2019-05-15
  • e8b0278 Update Build Targets to push FileVersion
  • ff2bea8 Merge pull request #120 from TimeWarpEngineering/Cramer-2019-05-09
  • a5f0cee Documentation updates
  • 2713083 Removed Clone method and Interface from WeatherForecastDto
  • b4130c2 Rename the FetchWeatherForecastsAction
  • 593a2d7 Document a method.
  • c7106a7 Merge pull request #118 from TimeWarpEngineering/Cramer-2019-05-09-DocFx3
  • 5b689b3 Update the Sample.md
  • ed0c78a The PR I submitted to TypeSupport was approved and new Nuget is out
  • 8a1734d Move back to netstandard2.0
  • 44e84fb Add BlazorExtensionsLoggingVersion to Directory.Build.props
  • 981c3a9 Update the global.json to preview 5
  • d8f7d0a Use the new using sytax in C# 8
  • f70e42f This is to have Test configuration available for tests
  • 36acb4d Remove Language as it is set for the whole solution in directory.build.props
  • cd3ee8a Add Shouldly for the In client tests of AnyClone
  • 11c9ca7 States are all internal now so I need to use GetTypes vs GetExportedTypes
  • 9278a53 Remove Language as it is set for the ...
Read more

1.0.0-preview6.19307.2-20190625-141107

25 Jun 07:15
Compare
Choose a tag to compare
Pre-release

Changes:

  • 9590691 Update blazor-state.yml for Azure Pipelines
  • 14b7232 Merge pull request #142 from TimeWarpEngineering/Cramer-2019-05-15
  • 3f27a57 Add special build of TypeSupport and use MyGet to pull it in.
  • c0af363 Register JsonSerializerOptions in Client which will get called by both client and server
  • 3414890 Was accidentally overriding the attribute with a class
  • 90a3400 codding standards cleanup
  • 026d977 Converted reduxDevTools and RenderSubscriptions behaviors to post processors
  • 9aca6ef "The current thread is not associated with the renderer's synchronization context. Use Invoke() or InvokeAsync() to switch execution to the renderer's synchronization context when triggering rendering or modifying any state accessed during rendering."
  • 6ab67c5 ReduxDevToolsFactory depends on the JsonRequestHandler so we need to initialize that first.
  • 9797e44 Clean up coding standards warnings TODO's etc...
See more
  • 6ed9ae2 Add Default gitignore for the api docs not sure how this hasn't been there all along.
  • c183dc9 Remove Newton soft as we are using the new System.Text.JsonSerializer
  • fab3964 Remove Blazor.Extentions.Logging given it isn't updated to Preview 6
  • 17d7359 I want global JsonSerializerOptions for the server so we register them and inject them here.
  • 233357d Instead of Activator.CreateInstance we now can use the Container to create the initial state.
  • b21d922 Fix spelling error
  • e763acd Update to preview 6 UseClientSideBlazorFiles
  • 0cb70ba Fix spelling error
  • 44e850b Update to preview 6 UseClientSideBlazorFiles
  • 2d8db06 Remove Blazor.Extentions.Logging again as they are not updated to Preview 6 yet.
  • 0e1cb79 Turn off the play button (TimeTravel) by default in the redux dev tools
  • fe6cb27 Extract Options into its own file.
  • 8a6fc31 Required updating to use the ne LocationChangeEventArgs
  • 467ff2c Changes made to use the new JsonSerializer
  • 7b42549 Change @functions to @code
  • 7c2b066 Add the @ symbol for all C# event handlers.
  • c8b1108 Update to Preview 6 packages
  • a873e01 Fix typo in comment
  • 694229b Add Contact info to Readme
  • 8f51689 Merge pull request #138 from TimeWarpEngineering/Cramer-2019-05-15
  • 75e499e Fix the TimeStamp in the package version
  • 5a1307d Merge pull request #137 from TimeWarpEngineering/Cramer-2019-05-15
  • c71e720 Update model a bit to diagram subscriptions
  • dee9aa6 Add ToList to enumeration, which will create a new List, so I can alter the the collection while iterating
  • f6881ae Merge pull request #136 from TimeWarpEngineering/Cramer-2019-05-15
  • 5936495 Trying to make Codacy happy.
  • ff43ffa Add operators and IEquatable
  • a98f50b Merge pull request #119 from BlazorBowl/RemoveCloneFromTemplate
  • eec38e8 Make struct readonly and autogenerate methods
  • b1c6da6 I found out that Dispose will be called on components if implemented. So I want to remove subscriptions when the component is disposed.
  • 939e770 Some linting fixes
  • ba8c864 Merge pull request #135 from stefanbemelmans/patch-1
  • 90daafc minor edits for meter
  • 816d57b Merge pull request #134 from TimeWarpEngineering/Cramer-2019-05-15
  • af28bf0 lint rule should declare the function before using it.
  • 96d22cb editorconfig coding standards update
  • d61df61 make state internal to reduce scope
  • eade7e4 Client side shuld be called actions not Request
  • c659ce6 Merge pull request #133 from TimeWarpEngineering/Cramer-2019-05-15
  • 4f36798 Bold Actions as well because we use both Actions and Requests in Blazor-State
  • 6c42831 Merge pull request #132 from TimeWarpEngineering/Cramer-2019-05-15
  • b3edc6e Update docs a bit more.
  • 5574d5d Merge pull request #131 from TimeWarpEngineering/Cramer-2019-05-15
  • 764d760 Clean up Overview
  • 31a571f Merge pull request #130 from TimeWarpEngineering/Cramer-2019-05-15
  • 341ef4b Documentation Update
  • 06cafd1 Merge pull request #129 from TimeWarpEngineering/Cramer-2019-05-15
  • 0570df9 Move version specs to directory.build.props
  • a0a88e2 Merge pull request #128 from TimeWarpEngineering/Cramer-2019-05-15
  • a7cebb4 Wrong path it is from source dir not project location.
  • b0f6f7c Merge pull request #127 from TimeWarpEngineering/Cramer-2019-05-15
  • 1b685dd the predefined var is System.DefaultWorkingDirectory not build.DefaultWorkingDirectory
  • eb22970 Merge pull request #126 from TimeWarpEngineering/Cramer-2019-05-15
  • 90bdad7 Have build write the version to known spot /bin
  • d2b04d4 Merge pull request #125 from TimeWarpEngineering/Cramer-2019-05-15
  • c884697 csproj generates Version.txt not Version.
  • d99e0b9 Merge pull request #124 from TimeWarpEngineering/Cramer-2019-05-15
  • 38e8ead Publish the Version Artifact so it will be available to Release.
  • 3a6e844 Merge pull request #123 from TimeWarpEngineering/Cramer-2019-05-15
  • ede6dad Forgot to add the Target to the TargetsForTfmSpecificBuildOutput
  • 43aa9ec Merge pull request #122 from TimeWarpEngineering/Cramer-2019-05-15
  • b68bb8c Write the version to a file for use in the Release pipeline to create lease with that version number.
  • d67d042 Merge pull request #121 from TimeWarpEngineering/Cramer-2019-05-15
  • e8b0278 Update Build Targets to push FileVersion
  • ff2bea8 Merge pull request #120 from TimeWarpEngineering/Cramer-2019-05-09
  • a5f0cee Documentation updates
  • 2713083 Removed Clone method and Interface from WeatherForecastDto
  • b4130c2 Rename the FetchWeatherForecastsAction
  • 593a2d7 Document a method.
  • c7106a7 Merge pull request #118 from TimeWarpEngineering/Cramer-2019-05-09-DocFx3
  • 5b689b3 Update the Sample.md
  • ed0c78a The PR I submitted to TypeSupport was approved and new Nuget is out
  • 8a1734d Move back to netstandard2.0
  • 44e84fb Add BlazorExtensionsLoggingVersion to Directory.Build.props
  • 981c3a9 Update the global.json to preview 5
  • d8f7d0a Use the new using sytax in C# 8
  • f70e42f This is to have Test configuration available for tests
  • 36acb4d Remove Language as it is set for the whole solution in directory.build.props
  • cd3ee8a Add Shouldly for the In client tests of AnyClone
  • 11c9ca7 States are all internal now so I need to use GetTypes vs GetExportedTypes
  • 9278a53 Remove Language as it is set for the whole solution in directory.build.props
  • c94f971 InCrease timeout for the test.
  • 60ccb38 Remove unused.
  • 950b890 Add Logging back in.
  • 38471ee Coding Standards
  • 8d1920d Reorgnaize the Services.
  • 4a1e6bb remove unused params and naming standards
  • 2b0c0ad Coding Standards
  • 7289554 Clean up placeholder
  • 05bd174 Add Link for cloneTest
  • 90394da Remove Unused
  • 1e88e9d Remove Unused
  • 9257493 make field readonly
  • 4503ee...
Read more

1.0.0-preview5-19227-01-20190604-231114

04 Jun 16:14
8f51689
Compare
Choose a tag to compare
Pre-release

Changes:

  • 8f51689 Merge pull request #138 from TimeWarpEngineering/Cramer-2019-05-15
  • 75e499e Fix the TimeStamp in the package version
  • 5a1307d Merge pull request #137 from TimeWarpEngineering/Cramer-2019-05-15
  • c71e720 Update model a bit to diagram subscriptions
  • dee9aa6 Add ToList to enumeration, which will create a new List, so I can alter the the collection while iterating
  • f6881ae Merge pull request #136 from TimeWarpEngineering/Cramer-2019-05-15
  • 5936495 Trying to make Codacy happy.
  • ff43ffa Add operators and IEquatable
  • a98f50b Merge pull request #119 from BlazorBowl/RemoveCloneFromTemplate
  • eec38e8 Make struct readonly and autogenerate methods
See more
  • b1c6da6 I found out that Dispose will be called on components if implemented. So I want to remove subscriptions when the component is disposed.
  • 939e770 Some linting fixes
  • ba8c864 Merge pull request #135 from stefanbemelmans/patch-1
  • 90daafc minor edits for meter
  • 816d57b Merge pull request #134 from TimeWarpEngineering/Cramer-2019-05-15
  • af28bf0 lint rule should declare the function before using it.
  • 96d22cb editorconfig coding standards update
  • d61df61 make state internal to reduce scope
  • eade7e4 Client side shuld be called actions not Request
  • c659ce6 Merge pull request #133 from TimeWarpEngineering/Cramer-2019-05-15
  • 4f36798 Bold Actions as well because we use both Actions and Requests in Blazor-State
  • 6c42831 Merge pull request #132 from TimeWarpEngineering/Cramer-2019-05-15
  • b3edc6e Update docs a bit more.
  • 5574d5d Merge pull request #131 from TimeWarpEngineering/Cramer-2019-05-15
  • 764d760 Clean up Overview
  • 31a571f Merge pull request #130 from TimeWarpEngineering/Cramer-2019-05-15
  • 341ef4b Documentation Update
  • 06cafd1 Merge pull request #129 from TimeWarpEngineering/Cramer-2019-05-15
  • 0570df9 Move version specs to directory.build.props
  • a0a88e2 Merge pull request #128 from TimeWarpEngineering/Cramer-2019-05-15
  • a7cebb4 Wrong path it is from source dir not project location.
  • b0f6f7c Merge pull request #127 from TimeWarpEngineering/Cramer-2019-05-15
  • 1b685dd the predefined var is System.DefaultWorkingDirectory not build.DefaultWorkingDirectory
  • eb22970 Merge pull request #126 from TimeWarpEngineering/Cramer-2019-05-15
  • 90bdad7 Have build write the version to known spot /bin
  • d2b04d4 Merge pull request #125 from TimeWarpEngineering/Cramer-2019-05-15
  • c884697 csproj generates Version.txt not Version.
  • d99e0b9 Merge pull request #124 from TimeWarpEngineering/Cramer-2019-05-15
  • 38e8ead Publish the Version Artifact so it will be available to Release.
  • 3a6e844 Merge pull request #123 from TimeWarpEngineering/Cramer-2019-05-15
  • ede6dad Forgot to add the Target to the TargetsForTfmSpecificBuildOutput
  • 43aa9ec Merge pull request #122 from TimeWarpEngineering/Cramer-2019-05-15
  • b68bb8c Write the version to a file for use in the Release pipeline to create lease with that version number.
  • d67d042 Merge pull request #121 from TimeWarpEngineering/Cramer-2019-05-15
  • e8b0278 Update Build Targets to push FileVersion
  • ff2bea8 Merge pull request #120 from TimeWarpEngineering/Cramer-2019-05-09
  • a5f0cee Documentation updates
  • 2713083 Removed Clone method and Interface from WeatherForecastDto
  • b4130c2 Rename the FetchWeatherForecastsAction
  • 593a2d7 Document a method.
  • c7106a7 Merge pull request #118 from TimeWarpEngineering/Cramer-2019-05-09-DocFx3
  • 5b689b3 Update the Sample.md
  • ed0c78a The PR I submitted to TypeSupport was approved and new Nuget is out
  • 8a1734d Move back to netstandard2.0
  • 44e84fb Add BlazorExtensionsLoggingVersion to Directory.Build.props
  • 981c3a9 Update the global.json to preview 5
  • d8f7d0a Use the new using sytax in C# 8
  • f70e42f This is to have Test configuration available for tests
  • 36acb4d Remove Language as it is set for the whole solution in directory.build.props
  • cd3ee8a Add Shouldly for the In client tests of AnyClone
  • 11c9ca7 States are all internal now so I need to use GetTypes vs GetExportedTypes
  • 9278a53 Remove Language as it is set for the whole solution in directory.build.props
  • c94f971 InCrease timeout for the test.
  • 60ccb38 Remove unused.
  • 950b890 Add Logging back in.
  • 38471ee Coding Standards
  • 8d1920d Reorgnaize the Services.
  • 4a1e6bb remove unused params and naming standards
  • 2b0c0ad Coding Standards
  • 7289554 Clean up placeholder
  • 05bd174 Add Link for cloneTest
  • 90394da Remove Unused
  • 1e88e9d Remove Unused
  • 9257493 make field readonly
  • 4503ee2 simplify using
  • af12a08 remove unused param
  • e3a7496 reduce scop of states to internal and thus handlers also.
  • 1b82d0e EventStreamState should be immutable from the outside so needed ReadOnlyList
  • 6e8d767 Update to Preview 5 versions
  • 8289a17 Cleaner UI for Counter page.
  • ecf2eb6 Update Clone Test page UI a bit cleaner.
  • f8aca61 Update comment
  • e2a3513 EventStream has IReadOnlyList public now so need to access the private one.
  • a1f57ba Remove Clone and IClonable use AnyClone instead
  • 9d75948 Coding Conventions
  • 73b004b Coding Conventions
  • e4ecac7 Make all state internal and add EventStreamState to Base component for easy access.
  • 763501c This is needed it seems that the DI container runs a check when building to see if it can create all the classes.
  • 6b471a1 Update editorConfig again with changes
  • 3f34c54 Now that we don't need Clone we can remove all the behavoir files
  • 7f51613 Add Tests for Any Clone
  • dac7d4e Update to Preview 5 and Add AnyClone
  • c6a9056 Update editorconfig with new settings
  • 74775ea I needed to debug AnyClone and TypeSupport but don't want to have to check in that code.
  • 87acf05 Updated to standards.
  • a9f9ea4 The Version value isn't set this does nothing.
  • a40f3df Naming convention cleanup.
  • 8c6ab5c Clean up WeatherForecaste State to coding standards
  • 0706e19 Merge pull request #117 from TimeWarpEngineering/Preview4Branch
  • 3f19dae Forgot to assign the injected item to the property.
  • 0fe5c14 goal is to remove Console.Write and use Logging instead.
  • 2c45dc7 goal is to remove Console.Write and use Logging instead.
  • b36b966 Align namespace with directory
  • 4a2b4ee This is an example NotificationHandler
  • 81e66c7 Elimnate all Console.Write with Logging if needed.
  • 1e63cea Align namespace with directory
  • f44933c This file was just a demo and we have one in Counter Pipeline so not needed.
  • b433fa6 Remove the Destructor from BaseCompo...
Read more

1.0.0-preview5-19227-01-20190604-052101

04 Jun 10:27
5a1307d
Compare
Choose a tag to compare
Pre-release

Changes:

  • 5a1307d Merge pull request #137 from TimeWarpEngineering/Cramer-2019-05-15
  • c71e720 Update model a bit to diagram subscriptions
  • dee9aa6 Add ToList to enumeration, which will create a new List, so I can alter the the collection while iterating
  • f6881ae Merge pull request #136 from TimeWarpEngineering/Cramer-2019-05-15
  • 5936495 Trying to make Codacy happy.
  • ff43ffa Add operators and IEquatable
  • a98f50b Merge pull request #119 from BlazorBowl/RemoveCloneFromTemplate
  • eec38e8 Make struct readonly and autogenerate methods
  • b1c6da6 I found out that Dispose will be called on components if implemented. So I want to remove subscriptions when the component is disposed.
  • 939e770 Some linting fixes
See more
  • ba8c864 Merge pull request #135 from stefanbemelmans/patch-1
  • 90daafc minor edits for meter
  • 816d57b Merge pull request #134 from TimeWarpEngineering/Cramer-2019-05-15
  • af28bf0 lint rule should declare the function before using it.
  • 96d22cb editorconfig coding standards update
  • d61df61 make state internal to reduce scope
  • eade7e4 Client side shuld be called actions not Request
  • c659ce6 Merge pull request #133 from TimeWarpEngineering/Cramer-2019-05-15
  • 4f36798 Bold Actions as well because we use both Actions and Requests in Blazor-State
  • 6c42831 Merge pull request #132 from TimeWarpEngineering/Cramer-2019-05-15
  • b3edc6e Update docs a bit more.
  • 5574d5d Merge pull request #131 from TimeWarpEngineering/Cramer-2019-05-15
  • 764d760 Clean up Overview
  • 31a571f Merge pull request #130 from TimeWarpEngineering/Cramer-2019-05-15
  • 341ef4b Documentation Update
  • 06cafd1 Merge pull request #129 from TimeWarpEngineering/Cramer-2019-05-15
  • 0570df9 Move version specs to directory.build.props
  • a0a88e2 Merge pull request #128 from TimeWarpEngineering/Cramer-2019-05-15
  • a7cebb4 Wrong path it is from source dir not project location.
  • b0f6f7c Merge pull request #127 from TimeWarpEngineering/Cramer-2019-05-15
  • 1b685dd the predefined var is System.DefaultWorkingDirectory not build.DefaultWorkingDirectory
  • eb22970 Merge pull request #126 from TimeWarpEngineering/Cramer-2019-05-15
  • 90bdad7 Have build write the version to known spot /bin
  • d2b04d4 Merge pull request #125 from TimeWarpEngineering/Cramer-2019-05-15
  • c884697 csproj generates Version.txt not Version.
  • d99e0b9 Merge pull request #124 from TimeWarpEngineering/Cramer-2019-05-15
  • 38e8ead Publish the Version Artifact so it will be available to Release.
  • 3a6e844 Merge pull request #123 from TimeWarpEngineering/Cramer-2019-05-15
  • ede6dad Forgot to add the Target to the TargetsForTfmSpecificBuildOutput
  • 43aa9ec Merge pull request #122 from TimeWarpEngineering/Cramer-2019-05-15
  • b68bb8c Write the version to a file for use in the Release pipeline to create lease with that version number.
  • d67d042 Merge pull request #121 from TimeWarpEngineering/Cramer-2019-05-15
  • e8b0278 Update Build Targets to push FileVersion
  • ff2bea8 Merge pull request #120 from TimeWarpEngineering/Cramer-2019-05-09
  • a5f0cee Documentation updates
  • 2713083 Removed Clone method and Interface from WeatherForecastDto
  • b4130c2 Rename the FetchWeatherForecastsAction
  • 593a2d7 Document a method.
  • c7106a7 Merge pull request #118 from TimeWarpEngineering/Cramer-2019-05-09-DocFx3
  • 5b689b3 Update the Sample.md
  • ed0c78a The PR I submitted to TypeSupport was approved and new Nuget is out
  • 8a1734d Move back to netstandard2.0
  • 44e84fb Add BlazorExtensionsLoggingVersion to Directory.Build.props
  • 981c3a9 Update the global.json to preview 5
  • d8f7d0a Use the new using sytax in C# 8
  • f70e42f This is to have Test configuration available for tests
  • 36acb4d Remove Language as it is set for the whole solution in directory.build.props
  • cd3ee8a Add Shouldly for the In client tests of AnyClone
  • 11c9ca7 States are all internal now so I need to use GetTypes vs GetExportedTypes
  • 9278a53 Remove Language as it is set for the whole solution in directory.build.props
  • c94f971 InCrease timeout for the test.
  • 60ccb38 Remove unused.
  • 950b890 Add Logging back in.
  • 38471ee Coding Standards
  • 8d1920d Reorgnaize the Services.
  • 4a1e6bb remove unused params and naming standards
  • 2b0c0ad Coding Standards
  • 7289554 Clean up placeholder
  • 05bd174 Add Link for cloneTest
  • 90394da Remove Unused
  • 1e88e9d Remove Unused
  • 9257493 make field readonly
  • 4503ee2 simplify using
  • af12a08 remove unused param
  • e3a7496 reduce scop of states to internal and thus handlers also.
  • 1b82d0e EventStreamState should be immutable from the outside so needed ReadOnlyList
  • 6e8d767 Update to Preview 5 versions
  • 8289a17 Cleaner UI for Counter page.
  • ecf2eb6 Update Clone Test page UI a bit cleaner.
  • f8aca61 Update comment
  • e2a3513 EventStream has IReadOnlyList public now so need to access the private one.
  • a1f57ba Remove Clone and IClonable use AnyClone instead
  • 9d75948 Coding Conventions
  • 73b004b Coding Conventions
  • e4ecac7 Make all state internal and add EventStreamState to Base component for easy access.
  • 763501c This is needed it seems that the DI container runs a check when building to see if it can create all the classes.
  • 6b471a1 Update editorConfig again with changes
  • 3f34c54 Now that we don't need Clone we can remove all the behavoir files
  • 7f51613 Add Tests for Any Clone
  • dac7d4e Update to Preview 5 and Add AnyClone
  • c6a9056 Update editorconfig with new settings
  • 74775ea I needed to debug AnyClone and TypeSupport but don't want to have to check in that code.
  • 87acf05 Updated to standards.
  • a9f9ea4 The Version value isn't set this does nothing.
  • a40f3df Naming convention cleanup.
  • 8c6ab5c Clean up WeatherForecaste State to coding standards
  • 0706e19 Merge pull request #117 from TimeWarpEngineering/Preview4Branch
  • 3f19dae Forgot to assign the injected item to the property.
  • 0fe5c14 goal is to remove Console.Write and use Logging instead.
  • 2c45dc7 goal is to remove Console.Write and use Logging instead.
  • b36b966 Align namespace with directory
  • 4a2b4ee This is an example NotificationHandler
  • 81e66c7 Elimnate all Console.Write with Logging if needed.
  • 1e63cea Align namespace with directory
  • f44933c This file was just a demo and we have one in Counter Pipeline so not needed.
  • b433fa6 Remove the Destructor from BaseComponet
  • 53bfaea Rename directory to be consistent
  • df86498 More coding standards clean up.
  • 7eae859...
Read more

1.0.0-preview5-19227-01-20190604-105245

04 Jun 03:56
f6881ae
Compare
Choose a tag to compare
Pre-release

Changes:

  • f6881ae Merge pull request #136 from TimeWarpEngineering/Cramer-2019-05-15
  • 5936495 Trying to make Codacy happy.
  • ff43ffa Add operators and IEquatable
  • a98f50b Merge pull request #119 from BlazorBowl/RemoveCloneFromTemplate
  • eec38e8 Make struct readonly and autogenerate methods
  • b1c6da6 I found out that Dispose will be called on components if implemented. So I want to remove subscriptions when the component is disposed.
  • 939e770 Some linting fixes
  • ba8c864 Merge pull request #135 from stefanbemelmans/patch-1
  • 90daafc minor edits for meter
  • 816d57b Merge pull request #134 from TimeWarpEngineering/Cramer-2019-05-15
See more
  • af28bf0 lint rule should declare the function before using it.
  • 96d22cb editorconfig coding standards update
  • d61df61 make state internal to reduce scope
  • eade7e4 Client side shuld be called actions not Request
  • c659ce6 Merge pull request #133 from TimeWarpEngineering/Cramer-2019-05-15
  • 4f36798 Bold Actions as well because we use both Actions and Requests in Blazor-State
  • 6c42831 Merge pull request #132 from TimeWarpEngineering/Cramer-2019-05-15
  • b3edc6e Update docs a bit more.
  • 5574d5d Merge pull request #131 from TimeWarpEngineering/Cramer-2019-05-15
  • 764d760 Clean up Overview
  • 31a571f Merge pull request #130 from TimeWarpEngineering/Cramer-2019-05-15
  • 341ef4b Documentation Update
  • 06cafd1 Merge pull request #129 from TimeWarpEngineering/Cramer-2019-05-15
  • 0570df9 Move version specs to directory.build.props
  • a0a88e2 Merge pull request #128 from TimeWarpEngineering/Cramer-2019-05-15
  • a7cebb4 Wrong path it is from source dir not project location.
  • b0f6f7c Merge pull request #127 from TimeWarpEngineering/Cramer-2019-05-15
  • 1b685dd the predefined var is System.DefaultWorkingDirectory not build.DefaultWorkingDirectory
  • eb22970 Merge pull request #126 from TimeWarpEngineering/Cramer-2019-05-15
  • 90bdad7 Have build write the version to known spot /bin
  • d2b04d4 Merge pull request #125 from TimeWarpEngineering/Cramer-2019-05-15
  • c884697 csproj generates Version.txt not Version.
  • d99e0b9 Merge pull request #124 from TimeWarpEngineering/Cramer-2019-05-15
  • 38e8ead Publish the Version Artifact so it will be available to Release.
  • 3a6e844 Merge pull request #123 from TimeWarpEngineering/Cramer-2019-05-15
  • ede6dad Forgot to add the Target to the TargetsForTfmSpecificBuildOutput
  • 43aa9ec Merge pull request #122 from TimeWarpEngineering/Cramer-2019-05-15
  • b68bb8c Write the version to a file for use in the Release pipeline to create lease with that version number.
  • d67d042 Merge pull request #121 from TimeWarpEngineering/Cramer-2019-05-15
  • e8b0278 Update Build Targets to push FileVersion
  • ff2bea8 Merge pull request #120 from TimeWarpEngineering/Cramer-2019-05-09
  • a5f0cee Documentation updates
  • 2713083 Removed Clone method and Interface from WeatherForecastDto
  • b4130c2 Rename the FetchWeatherForecastsAction
  • 593a2d7 Document a method.
  • c7106a7 Merge pull request #118 from TimeWarpEngineering/Cramer-2019-05-09-DocFx3
  • 5b689b3 Update the Sample.md
  • ed0c78a The PR I submitted to TypeSupport was approved and new Nuget is out
  • 8a1734d Move back to netstandard2.0
  • 44e84fb Add BlazorExtensionsLoggingVersion to Directory.Build.props
  • 981c3a9 Update the global.json to preview 5
  • d8f7d0a Use the new using sytax in C# 8
  • f70e42f This is to have Test configuration available for tests
  • 36acb4d Remove Language as it is set for the whole solution in directory.build.props
  • cd3ee8a Add Shouldly for the In client tests of AnyClone
  • 11c9ca7 States are all internal now so I need to use GetTypes vs GetExportedTypes
  • 9278a53 Remove Language as it is set for the whole solution in directory.build.props
  • c94f971 InCrease timeout for the test.
  • 60ccb38 Remove unused.
  • 950b890 Add Logging back in.
  • 38471ee Coding Standards
  • 8d1920d Reorgnaize the Services.
  • 4a1e6bb remove unused params and naming standards
  • 2b0c0ad Coding Standards
  • 7289554 Clean up placeholder
  • 05bd174 Add Link for cloneTest
  • 90394da Remove Unused
  • 1e88e9d Remove Unused
  • 9257493 make field readonly
  • 4503ee2 simplify using
  • af12a08 remove unused param
  • e3a7496 reduce scop of states to internal and thus handlers also.
  • 1b82d0e EventStreamState should be immutable from the outside so needed ReadOnlyList
  • 6e8d767 Update to Preview 5 versions
  • 8289a17 Cleaner UI for Counter page.
  • ecf2eb6 Update Clone Test page UI a bit cleaner.
  • f8aca61 Update comment
  • e2a3513 EventStream has IReadOnlyList public now so need to access the private one.
  • a1f57ba Remove Clone and IClonable use AnyClone instead
  • 9d75948 Coding Conventions
  • 73b004b Coding Conventions
  • e4ecac7 Make all state internal and add EventStreamState to Base component for easy access.
  • 763501c This is needed it seems that the DI container runs a check when building to see if it can create all the classes.
  • 6b471a1 Update editorConfig again with changes
  • 3f34c54 Now that we don't need Clone we can remove all the behavoir files
  • 7f51613 Add Tests for Any Clone
  • dac7d4e Update to Preview 5 and Add AnyClone
  • c6a9056 Update editorconfig with new settings
  • 74775ea I needed to debug AnyClone and TypeSupport but don't want to have to check in that code.
  • 87acf05 Updated to standards.
  • a9f9ea4 The Version value isn't set this does nothing.
  • a40f3df Naming convention cleanup.
  • 8c6ab5c Clean up WeatherForecaste State to coding standards
  • 0706e19 Merge pull request #117 from TimeWarpEngineering/Preview4Branch
  • 3f19dae Forgot to assign the injected item to the property.
  • 0fe5c14 goal is to remove Console.Write and use Logging instead.
  • 2c45dc7 goal is to remove Console.Write and use Logging instead.
  • b36b966 Align namespace with directory
  • 4a2b4ee This is an example NotificationHandler
  • 81e66c7 Elimnate all Console.Write with Logging if needed.
  • 1e63cea Align namespace with directory
  • f44933c This file was just a demo and we have one in Counter Pipeline so not needed.
  • b433fa6 Remove the Destructor from BaseComponet
  • 53bfaea Rename directory to be consistent
  • df86498 More coding standards clean up.
  • 7eae859 Coding Standards
  • 8e45ab4 Remove Unused variable.
  • 9524245 Merge pull request #116 from TimeWarpEngineering/Preview4Branch
  • 543e48c Clean up comments
  • c1d4b86 Remove unused BlazorHostingLocation
  • 82a9007...
Read more

1.0.0-preview5-19227-01-20190517-105724

17 May 04:32
816d57b
Compare
Choose a tag to compare
Pre-release

Changes:

  • 816d57b Merge pull request #134 from TimeWarpEngineering/Cramer-2019-05-15
  • af28bf0 lint rule should declare the function before using it.
  • 96d22cb editorconfig coding standards update
  • d61df61 make state internal to reduce scope
  • eade7e4 Client side shuld be called actions not Request
  • c659ce6 Merge pull request #133 from TimeWarpEngineering/Cramer-2019-05-15
  • 4f36798 Bold Actions as well because we use both Actions and Requests in Blazor-State
  • 6c42831 Merge pull request #132 from TimeWarpEngineering/Cramer-2019-05-15
  • b3edc6e Update docs a bit more.
  • 5574d5d Merge pull request #131 from TimeWarpEngineering/Cramer-2019-05-15
See more
  • 764d760 Clean up Overview
  • 31a571f Merge pull request #130 from TimeWarpEngineering/Cramer-2019-05-15
  • 341ef4b Documentation Update
  • 06cafd1 Merge pull request #129 from TimeWarpEngineering/Cramer-2019-05-15
  • 0570df9 Move version specs to directory.build.props
  • a0a88e2 Merge pull request #128 from TimeWarpEngineering/Cramer-2019-05-15
  • a7cebb4 Wrong path it is from source dir not project location.
  • b0f6f7c Merge pull request #127 from TimeWarpEngineering/Cramer-2019-05-15
  • 1b685dd the predefined var is System.DefaultWorkingDirectory not build.DefaultWorkingDirectory
  • eb22970 Merge pull request #126 from TimeWarpEngineering/Cramer-2019-05-15
  • 90bdad7 Have build write the version to known spot /bin
  • d2b04d4 Merge pull request #125 from TimeWarpEngineering/Cramer-2019-05-15
  • c884697 csproj generates Version.txt not Version.
  • d99e0b9 Merge pull request #124 from TimeWarpEngineering/Cramer-2019-05-15
  • 38e8ead Publish the Version Artifact so it will be available to Release.
  • 3a6e844 Merge pull request #123 from TimeWarpEngineering/Cramer-2019-05-15
  • ede6dad Forgot to add the Target to the TargetsForTfmSpecificBuildOutput
  • 43aa9ec Merge pull request #122 from TimeWarpEngineering/Cramer-2019-05-15
  • b68bb8c Write the version to a file for use in the Release pipeline to create lease with that version number.
  • d67d042 Merge pull request #121 from TimeWarpEngineering/Cramer-2019-05-15
  • e8b0278 Update Build Targets to push FileVersion
  • ff2bea8 Merge pull request #120 from TimeWarpEngineering/Cramer-2019-05-09
  • a5f0cee Documentation updates
  • b4130c2 Rename the FetchWeatherForecastsAction
  • 593a2d7 Document a method.
  • c7106a7 Merge pull request #118 from TimeWarpEngineering/Cramer-2019-05-09-DocFx3
  • 5b689b3 Update the Sample.md
  • ed0c78a The PR I submitted to TypeSupport was approved and new Nuget is out
  • 8a1734d Move back to netstandard2.0
  • 44e84fb Add BlazorExtensionsLoggingVersion to Directory.Build.props
  • 981c3a9 Update the global.json to preview 5
  • d8f7d0a Use the new using sytax in C# 8
  • f70e42f This is to have Test configuration available for tests
  • 36acb4d Remove Language as it is set for the whole solution in directory.build.props
  • cd3ee8a Add Shouldly for the In client tests of AnyClone
  • 11c9ca7 States are all internal now so I need to use GetTypes vs GetExportedTypes
  • 9278a53 Remove Language as it is set for the whole solution in directory.build.props
  • c94f971 InCrease timeout for the test.
  • 60ccb38 Remove unused.
  • 950b890 Add Logging back in.
  • 38471ee Coding Standards
  • 8d1920d Reorgnaize the Services.
  • 4a1e6bb remove unused params and naming standards
  • 2b0c0ad Coding Standards
  • 7289554 Clean up placeholder
  • 05bd174 Add Link for cloneTest
  • 90394da Remove Unused
  • 1e88e9d Remove Unused
  • 9257493 make field readonly
  • 4503ee2 simplify using
  • af12a08 remove unused param
  • e3a7496 reduce scop of states to internal and thus handlers also.
  • 1b82d0e EventStreamState should be immutable from the outside so needed ReadOnlyList
  • 6e8d767 Update to Preview 5 versions
  • 8289a17 Cleaner UI for Counter page.
  • ecf2eb6 Update Clone Test page UI a bit cleaner.
  • f8aca61 Update comment
  • e2a3513 EventStream has IReadOnlyList public now so need to access the private one.
  • a1f57ba Remove Clone and IClonable use AnyClone instead
  • 9d75948 Coding Conventions
  • 73b004b Coding Conventions
  • e4ecac7 Make all state internal and add EventStreamState to Base component for easy access.
  • 763501c This is needed it seems that the DI container runs a check when building to see if it can create all the classes.
  • 6b471a1 Update editorConfig again with changes
  • 3f34c54 Now that we don't need Clone we can remove all the behavoir files
  • 7f51613 Add Tests for Any Clone
  • dac7d4e Update to Preview 5 and Add AnyClone
  • c6a9056 Update editorconfig with new settings
  • 74775ea I needed to debug AnyClone and TypeSupport but don't want to have to check in that code.
  • 87acf05 Updated to standards.
  • a9f9ea4 The Version value isn't set this does nothing.
  • a40f3df Naming convention cleanup.
  • 8c6ab5c Clean up WeatherForecaste State to coding standards
  • 0706e19 Merge pull request #117 from TimeWarpEngineering/Preview4Branch
  • 3f19dae Forgot to assign the injected item to the property.
  • 0fe5c14 goal is to remove Console.Write and use Logging instead.
  • 2c45dc7 goal is to remove Console.Write and use Logging instead.
  • b36b966 Align namespace with directory
  • 4a2b4ee This is an example NotificationHandler
  • 81e66c7 Elimnate all Console.Write with Logging if needed.
  • 1e63cea Align namespace with directory
  • f44933c This file was just a demo and we have one in Counter Pipeline so not needed.
  • b433fa6 Remove the Destructor from BaseComponet
  • 53bfaea Rename directory to be consistent
  • df86498 More coding standards clean up.
  • 7eae859 Coding Standards
  • 8e45ab4 Remove Unused variable.
  • 9524245 Merge pull request #116 from TimeWarpEngineering/Preview4Branch
  • 543e48c Clean up comments
  • c1d4b86 Remove unused BlazorHostingLocation
  • 82a9007 Simplify yaml use the Build version for nuget package.
  • 2d7ed1a Change names of Routing Actions to End in Action vs Request
  • ec3aad3 Merge pull request #115 from TimeWarpEngineering/Preview4Branch
  • 62d7c09 fix hard coded files
  • 796200b Merge pull request #114 from TimeWarpEngineering/Preview4Branch
  • b4b4fcd Minor cleanup in csproj
  • 76a7b03 Add System.CommandLine.Experimental to Nuget.Config
  • e57cb56 Remove the Condition on RestoreAdditionalProjectSources
  • 8939a1c Merge pull request #113 from TimeWarpEngineering/Preview4Branch
  • 7d7d00e Update the Build props and versions
  • 5001d03...
Read more

1.0.0-preview5-19227-01-20190516-032812

16 May 08:31
06cafd1
Compare
Choose a tag to compare
Pre-release
Merge pull request #129 from TimeWarpEngineering/Cramer-2019-05-15

Move version specs to directory.build.props