Skip to content

Latest commit

 

History

History
95 lines (74 loc) · 2.18 KB

File metadata and controls

95 lines (74 loc) · 2.18 KB

Angular SPA Web API Changelog

Oct 22, 2018

  • Upgrade to Angular v7, .NET Core 2.1 and switch to SpaServices

May 26, 2018

  • Upgrade to Angular v6

Nov 17, 2017

  • Create different environments for Staging & Production

Nov 12-13, 2017

  • Switch to angular-oauth2-oidc
  • Switch to HttpClient
  • Switch to Angular CLI

Nov 3, 2017

  • Upgrade to Angular v5
  • Use RxJS lettable operators

Oct 10, 2017

  • Upgrade to ASP.NET Core 2.0
  • Upgrade to IdentityServer4 2.0
  • Update Angular & Material

Sep 11, 2017

  • Handle refresh token expiration.

Aug 21, 2017

  • Create BrowserStorage class & store user's info.

Jul 13, 2017

  • Building: switch to @ngtools/webpack

Jul 12, 2017

  • Styles: add md-table to dashboard

Jul 4, 2017

  • Architecture redesign: child modules and lazy loading (by @aalmajanob)

Jun 6, 2017

  • Use a Self-signed certificate for signing credential
  • Switch to Role based Authorization

Apr 9, 2017

  • Upgrade to Angular v4
  • Create Staging environment for final testing before deployment to production

Mar 22, 2017

  • Upgrade to Visual Studio 2017 (switch to .csproj)

Mar 5, 2017

  • Add Hot Module Replacement in development mode

Feb 5, 2017

  • AngularSPAWebAPI code refactoring
  • Add Role Claims to manage Identity roles
  • Add Swagger to test APIs

Dec 18, 2016

  • Persist login status with BehaviorSubject of the user's status, data & roles

Dec 2, 2016

  • Token is not decoded on the client
  • Scheduler for refresh token

Oct 29, 2016

  • Switch to PathLocationStrategy

Oct 27, 2016

  • Add support for refresh token

Oct 21, 2016

  • Create app