Releases: robbdimitrov/pixelgram
Releases · robbdimitrov/pixelgram
Pixelgram 3.1.1
Pixelgram 3.1.0
- Simplified k8s manifests
- Updated API docs
- Cleanup scss styles
Pixelgram 3.0.0
- Kubernetes
- PostgreSQL
- Graceful shutdown
- Session cookies
- Http interceptors
- Simplified routers
Pixelgram 2.2.1
Update quartzite dependency to latest version
Pixelgram 2.2.0
- Added pagination service
- Updated Angular version
Pixelgram 2.1.1
- Replaced custom JWT
id
claim withsub
claim, - Reduced JWT expiration time to 1 hour
- Added mandatory JWT algorithm check
- Moved
imageDir
to environment variable
Pixelgram 2.1.0
- Replaced dateCreated with createdAt, derivative of ObjectId
- Simplified DbClient method names
- Added timestamps to user objects
- Updated API docs
Pixelgram 2.0.1
- Fixed a paging bug where additional posts weren't being loaded when the current page contained less posts than the limit per page
- Updated
Node
version in Dockerfiles
Pixelgram 2.0.0
- Replaced promises with rxjs observables in APIClient
- Updated components to use rxjs subscriptions for APIClient methods
- Shared the same network request beween callers
- Replaced external Font Awesome with angular-fontawesome
- Replaced console.log with console.error for errors
Pixelgram 1.9.0
- Added unique indexes for email and username
- Simplified duplicate user creation check
- Improved code style