Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 781 Bytes

history.md

File metadata and controls

21 lines (19 loc) · 781 Bytes

1.8.1

  • updated package.json
    • added repository field so that NPM doesn't throw a warning
    • added contributors list
    • added author
    • added license
    • reformatted json
    • updated version number
  • foundation, should.js and passport removed from requirements in readme
  • updated readme technologies to match package.json

1.8

  • added history.md for change tracking
  • updated stable dependencies
  • added bootstrap-stylus (https://github.com/Acquisio/bootstrap-stylus,not an npm module)
  • updated readme.md to better reflect technologies and dependencies
  • added session example
    • see ./src/controllers/private.coffee for examples of privates controllers
    • see ./src/routes.coffee for auth through routing example
    • see ./src/index.coffee for session config example