Skip to content

Helping developers to build from the project

Compare
Choose a tag to compare
@johnnymast johnnymast released this 25 Apr 19:08
· 3 commits to master since this release

1.4 Helping developers to build from the project

This release will be more about helping developers with useful boilerplate functions. This will assist them
to create a new project from this one quickly.

For more information about the project, you can visit our new wiki right here on GitHub.

  • Fixed some grammar issues
  • Cleaned up the code according to PSR1 and PSR2
  • Added GitHub Actions
  • Added checks for CSS via stylelint
  • Added javascript checks via eslint
  • Fixed a few typo's
  • Updated the layout of the private messages.
  • Added an indicator of who the user is typing to. The channel or a user.
  • Made the text of the active user bold red in client list and chat area.
  • Improved comments for JSDOC3
  • Added JSDOC development dependence.
  • Added more instructions to README.md.
  • Renamed CHAT_SERVER_HOST to WEBSOCKET_SERVER_IP for clarity.
  • Renamed CHAT_SERVER_PORT to WEBSOCKET_SERVER_PORT for clarity.
  • Moved the index.php and js files and css files to its own public folder.
  • Fixed a bug where dom(selector).prop(..) would not set a value
  • Updated the comments in dom.js for later documentation. Fixing #31
  • Added dom(selector).removeAttr(). Fixing #25
  • Removed external dependence bootstrap-theme.min.css from the project.
  • Scripts and Stylesheets are now relative to the directory your hosting it in. So that the project can be hosted in sub directories for example chat/index.php. Fixing #29 and #28.
  • Cleaned up the HTML code. fixing #30