Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 2.32 KB

CHANGELOG.md

File metadata and controls

54 lines (46 loc) · 2.32 KB

#1.8.0 (2023-03-22) ###📃 release notes

  • Upgrade to Angular 15.2.3;
  • Upgrade to Typescript 4.8.4.

#1.7.0 (2022-01-18) ###📃 release notes

  • Upgrade to Angular 13.1.2;
  • Replace TSLint by ESLint;
  • Upgrade to Typescript 4.5.4.

#1.6.0 (2022-01-14) ###📃 release notes

  • Upgrade to Angular 12.2.15;
  • Upgrade to Typescript 4.3.5;
  • Upgrade to Firebase 9.6.3;
  • Reduce overall bundle size;
  • IE11 support has been deprecated.

#1.5.0 (2022-01-13) ###📃 release notes

  • Upgrade to Angular 11.2.14;
  • Upgrade to Typescript 4;
  • Support for IE9, IE10, and IE mobile has been removed.

#1.4.0 (2022-01-11) ###📃 release notes

  • Upgrade to Angular 10.2.5.

#1.3.0 (2021-07-29) ###📃 release notes

  • Add horizontal gestures to navigate the profile experience.
  • Add horizontal gestures to navigate the profile posts.

#1.2.0 (2020-06-15) ###📃 release notes

  • Add to the header an icon for downloading the resume as PDF file;
  • Add the company logo to the Experience section;
  • Improv application text's readability.

#1.1.0 (2020-06-07) ###📃 release notes

  • Solve websocket-extensions dependency vulnerability;
  • Improve the README instructions;
  • Add Google Analytics integration to the repository using ga-beacon;
  • Update the footer section to provide the GitHub fork link;
  • Create the initial Wiki documentation;
  • Improve the skill icons nomenclature, making it generic;
  • Remove deprecated test files ( The new Unit and Integration tests are in development ) ;
  • Remove CDN assets from the master branch, allowing offline development.

#1.0.0 (2020-05-22) ###📃 Initial release

  • The Angular application is ready for production using ES6. The ES5 release can be found in the es5 branch.