Skip to content

1.2.0

Compare
Choose a tag to compare
@gil0mendes gil0mendes released this 16 Jul 14:11
· 72 commits to master since this release

Awesome! It's time to a new version of Stellar πŸ˜„

In this release, our focus was turned to the chat system. After using it for a while on a huge project we detect some usability problems and a need for rewrite arise.

  • 🌟 A brand new way to communicate between the client and the server using the chat system but this time through events (#75)
  • 🌟 Now we using daily log files (#60)
  • 🌟 The XMLHttpRequest was replaced with the new Fetch API (#21)
  • 🌟 The cache API was rewritten to make use of Promises
  • 🌟 Now the console logs use colors, based on the entry log level
  • 🌟 Stellar client now creates a queue for pending request, this will avoid the 'too many requests' error
  • 🌟 Now the action system implements a timeout mechanism
  • 🌟 New Docker files to test Stellar in different version (special thanks to @ivoribeiro)
  • πŸ’ͺ Reenable Uglify now with support for our ES6 code (#73)
  • πŸ’ͺ Catch syntax errors on the models and format them (#81)
  • πŸ’ͺ Reload the server when a mod file is changed (#88)
  • πŸ’ͺ Lots of packages were updated
  • πŸ’ͺ Now dev mode is disabled during testing
  • πŸ’ͺ Each error has now a specific code
  • πŸ› Prevent recursion when using the --daemon flag on CLI
  • πŸ› Fix some issues on the sendFile method, on the HttpServer class
  • πŸ› Fix a problem with the command line arguments