Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

27 lines (22 loc) · 1.93 KB

0.6.2 (April 7th, 2015)

  • Readded (via direct github link), the FastChat web interface. More work will be going in that next. #128

0.6.1 (April 7th, 2015)

  • Fixed package.json pointing to the wrong bin file. You can now install it globally.

0.6.0 (April 6th, 2015)

  • First Release to NPM

  • Better Environment Key Management:

    • Broke Apple Push Notification management out into it's own class, which encapsulates the push certificates #119
    • Broke Google Cloud Notification management out it's own class, which encapsulates the the api key. #120
    • Broke AWS access into it's own class, also encapsulating the AWS keys. #118
  • All of this encapsulation allows for FastChat to run with no environment keys set. It will attempt to connect to the localhost Mongo (or MONGOLAB_URI), and start on 6190.

  • Added in Coveralls Badge. #111

  • Added to Travis CI. #110

  • Added CoffeeScript Linting. #109

  • Added a Deploy to Heroku Button. #102

  • Switched to Hapi. #100

    • Moved Server to its own file. #103
    • Rewrote integration tests using Hapi's .inject. #105
    • Added Code Coverage using Blanket-Node. #106
    • Moved Integration tests to server tests. #107
  • Broke out Web Client to it's own project. #104

    • This will be added back in as an NPM Module. Slated for 0.7.0.