Skip to content

Releases: tylercrosse/gitter-clone

v0.3.2

24 Mar 01:28
Compare
Choose a tag to compare
  • Improve error handling
    • 404s, input validation
  • UX tweaks

v0.3.1

22 Mar 21:23
Compare
Choose a tag to compare
  • Add domain name and ssl certs
  • Fix small bug with icons in readme

v0.3.0

14 Mar 19:37
Compare
Choose a tag to compare

Notable Changes:

  • Test coverage >95%
  • Webpack 2
    • Add code splitting
    • Add post-css
    • Better handle assets
  • Improve Lighthouse score
    • Add manifest, & service worker
    • Add compression to serve gziped files
    • Reduce bundle size
    • Reduce number of HTTP requests

v0.2.1

02 Mar 05:14
Compare
Choose a tag to compare

🐛 Fixes:

  • Prism highlighting

v0.2.0

02 Mar 02:40
Compare
Choose a tag to compare

Notable Changes:

  • Move sign-in to a modal
  • Rebuild Welcome page
  • Add Explore page
  • Refactor routes
    / => welcome
    /explore => explore
    /(:convos) => route to convos
  • Add input validation

v0.1.0

18 Feb 17:48
Compare
Choose a tag to compare

Initial deployed app

Major features:

  • Create Channels
  • Send Messages to all subscribed clients on channel
  • Load previous messages in channel
  • MD / syntax highlighting support for messages
  • Messages grouped into bursts