Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📦 v5.4.0 #471

Merged
merged 25 commits into from
Nov 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
c9b3e4a
📦 Bump Version - Bump version to v5.4.0
Nov 9, 2020
deb53bb
📝 CHANGELOG - Add v5.4.0 to CHANGELOG
Nov 9, 2020
12bf2bb
📦 Remove uuid
Nov 10, 2020
b5490f9
✨ RateLimit - Don't Rate Limit on Local #461 - Adjust server
Nov 10, 2020
f20180d
Merge pull request #462 from alexlee-dev/rate-limit
Nov 10, 2020
2534cef
✨ Details - Unable to Find PortfolioItem #460 - Change Regex
Nov 10, 2020
4328771
✨ Details - Unable to Find PortfolioItem #460 - Create getPortfolioIt…
Nov 10, 2020
088d629
Merge pull request #463 from alexlee-dev/broken-details
Nov 10, 2020
1b47cab
✨ Notification - Success Background is Red #459 - Change color
Nov 10, 2020
3b51ac5
Merge pull request #464 from alexlee-dev/notification-success
Nov 10, 2020
249ba88
✨ Optimize - Compression #450 - Add Compression
Nov 10, 2020
0b93dd4
Merge pull request #465 from alexlee-dev/compression
Nov 10, 2020
9301fc1
✨ Optimize - Preload Specific Requests #451 - Add preload
Nov 10, 2020
d1f31fe
Merge pull request #466 from alexlee-dev/preload
Nov 10, 2020
6929c46
✨ Optimize - Resize Images #452 - Resize Avatar
Nov 10, 2020
7a5b842
Merge pull request #467 from alexlee-dev/image-resize
Nov 10, 2020
ec76e38
✨ Optimize - Robots.txt #454 - Add file
Nov 10, 2020
95c2701
Merge pull request #468 from alexlee-dev/robots
Nov 10, 2020
4a81e8f
✨ Optimize - Update Webpack #455 - Update dependencies
Nov 11, 2020
b3b7c9d
✨ Optimize - Update Webpack #455 - Configure webpack
Nov 11, 2020
787901b
✨ Optimize - Update Webpack #455 - Fix preload links
Nov 11, 2020
19ef5c2
✨ Optimize - Update Webpack #455 - Only rateLimit in Production
Nov 11, 2020
a75ab1c
📝 CHANGELOG - Update CHANGELOG
Nov 11, 2020
3814cfd
✏️ Fix spelling mistake
Nov 11, 2020
8c88b6e
📝 README - Update README
Nov 11, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.4.0] - 2020-11-11

### Added

- Preload requests - [451](https://github.com/alexlee-dev/portfolio/issues/451)
- Robots.txt - [454](https://github.com/alexlee-dev/portfolio/issues/454)
- Server Compression - [450](https://github.com/alexlee-dev/portfolio/issues/450)

### Changed

- Only ratelimit in `production` - [461](https://github.com/alexlee-dev/portfolio/issues/461)
- Resize Avatar image - [452](https://github.com/alexlee-dev/portfolio/issues/452)
- Updated `webpack` - [455](https://github.com/alexlee-dev/portfolio/issues/455)

### Removed

- `uuid`

### Fixed

- Broken PortfolioItemDetails - [460](https://github.com/alexlee-dev/portfolio/issues/460)
- Success Notification Colors - [459](https://github.com/alexlee-dev/portfolio/issues/459)

## [5.3.0] - 2020-11-09

### Added
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ This project is a portfolio to showcase the work of Alex Lee.
- [@tinymce/tinymce-react](https://www.npmjs.com/package/@tinymce/tinymce-react) - Official TinyMCE React component.
- [bcryptjs](https://github.com/dcodeIO/bcrypt.js) - Optimized bcrypt in plain JavaScript with zero dependencies.
- [chalk](https://github.com/chalk/chalk) - Terminal string styling done right.
- [compression](https://github.com/expressjs/compression) - Node.js compression middleware.
- [cookie-parser](https://github.com/expressjs/cookie-parser) - Parse HTTP request cookies.
- [cors](https://github.com/expressjs/cors) - Node.js CORS middleware.
- [express](https://expressjs.com/) - Fast, unopinionated, minimalist web framework for node.
- [express-rate-limit](https://github.com/nfriedly/express-rate-limit) - Basic rate-limiting middleware for express.
- [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) - JsonWebToken implementation for node.js.
- [mongoose](https://mongoosejs.com/) - MongoDB object modeling designed to work in an asynchronous environment.
- [morgan](https://github.com/expressjs/morgan) - HTTP request logger middleware for node.js.
Expand All @@ -48,14 +50,14 @@ This project is a portfolio to showcase the work of Alex Lee.
- [svg-inline-loadeer](https://github.com/webpack-contrib/svg-inline-loader) - Inline SVG loader with cleaning-up functionality.
- [theme-ui](https://github.com/system-ui/theme-ui) - Build consistent, themeable React apps based on constraint-based design principles.
- [tinymce](https://github.com/tinymce/tinymce-dist) - Official TinyMCE repository for production usage in package managers.
- [uuid](https://github.com/uuidjs/uuid) - Generate RFC-compliant UUIDs in JavaScript.
- [validator](https://github.com/validatorjs/validator.js) - String validation.

### DevDependencies

- [copyfiles](https://github.com/calvinmetcalf/copyfiles) - Copy files on the command line.
- [css-loader](https://github.com/webpack-contrib/css-loader) - CSS Loader.
- [cypress](https://www.cypress.io/) - Fast, easy and reliable testing for anything that runs in a browser.
- [cypress-file-upload](https://github.com/abramenal/cypress-file-upload) - File upload testing made easy.
- [env-cmd](https://github.com/toddbluhm/env-cmd) - Setting the environment from a file.
- [eslint](https://eslint.org/) - Find and fix problems in your JavaScript code.
- [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) - React specific linting rules for ESLint.
Expand Down
Loading