Skip to content

Releases: rsm-hcd/AndcultureCode.DotnetReact.Boilerplate

v1.5.1

21 Apr 13:07
316c48c
Compare
Choose a tag to compare

v1.5.1 Release

Release notes

Maintenance release to bump AndcultureCode JS packages

Known issues

#62 Upgrade to latest AndcultureCode JS Core, React packages

Contributors

@brandongregoryscott

v1.5.0 - Use SqlConnectionStringBuilder

20 Oct 20:50
Compare
Choose a tag to compare

v1.5.0 Release

Release Notes

Updated testing fixture and base testing class, as well as related extension methods, to use SqlConnectionStringBuilder to generate and manipulate connection strings, instead of requiring that connection strings be defined as objects in appsettings.json for testing projects. Additionally, added a base class for flattened migrations.

Contributors

@Stefanie899

v1.3.0 - OAuth Support

30 Aug 11:04
Compare
Choose a tag to compare

v1.3.0 Release

Release notes

Added OAuth support with initial providers of Microsoft Accounts and Google. Addition of facebook, twitter and other providers should be a matter of minutes from this point (mostly configuring accounts).

Notable features:
#40 OAuth Support - Microsoft & Google

Contributors

@wintondeshong

v1.2.0 - Connect client-side to authentication API

15 Aug 03:26
Compare
Choose a tag to compare

v1.2.0 Release

Release notes

Wired up frontend login form to API, refactoring and abstracting up as I go.

Notable features:
#39 Wire up frontend sign-in to API

Contributors

@wintondeshong

v1.1.0 - Cookie Authentication

06 Aug 01:54
Compare
Choose a tag to compare

v1.1.0 Release

Release notes

  • Configured cookie authentication in dotnet boilerplate.
  • Provide userlogin controller to provide way to authenticate via API
  • Configure base-line data seeding strategy for user account

Notable features:
#35 Cookie Authentication

Contributors

@wintondeshong

Initial Release

23 Jul 15:23
e1bde9d
Compare
Choose a tag to compare

v1.0.0 Release

Release notes

Initial dotnet core 3.1 backend and react 16.13 frontend project boilerplate

Notable features:
#23 Switch to using endpoint routing
#24 Extract Presentation.Web IResultMatcherExtensions, bump dependencies
#25 Frontend scaffold

Contributors

@brandongregoryscott
@wintondeshong