Skip to content

Releases: robbdimitrov/pixelgram

Pixelgram 3.1.1

Pixelgram 3.1.0

17 Apr 16:03
Compare
Choose a tag to compare
  • Simplified k8s manifests
  • Updated API docs
  • Cleanup scss styles

Pixelgram 3.0.0

10 Apr 19:16
Compare
Choose a tag to compare
  • Kubernetes
  • PostgreSQL
  • Graceful shutdown
  • Session cookies
  • Http interceptors
  • Simplified routers

Pixelgram 2.2.1

14 Nov 20:44
Compare
Choose a tag to compare

Update quartzite dependency to latest version

Pixelgram 2.2.0

07 Nov 22:44
Compare
Choose a tag to compare
  • Added pagination service
  • Updated Angular version

Pixelgram 2.1.1

05 Nov 21:28
Compare
Choose a tag to compare
  • Replaced custom JWT id claim with sub claim,
  • Reduced JWT expiration time to 1 hour
  • Added mandatory JWT algorithm check
  • Moved imageDir to environment variable

Pixelgram 2.1.0

04 Nov 22:45
Compare
Choose a tag to compare
  • Replaced dateCreated with createdAt, derivative of ObjectId
  • Simplified DbClient method names
  • Added timestamps to user objects
  • Updated API docs

Pixelgram 2.0.1

31 Oct 21:42
Compare
Choose a tag to compare
  • 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

27 Oct 20:05
Compare
Choose a tag to compare
  • 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

12 Oct 17:00
Compare
Choose a tag to compare
  • Added unique indexes for email and username
  • Simplified duplicate user creation check
  • Improved code style