Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 3.25 KB

CHANGELOG.md

File metadata and controls

37 lines (29 loc) · 3.25 KB

0.3.11 (2014-10-15)

Bug Fixes

  • Adding travis support back in (d7d15fbe)
  • Gruntfile: names changed for tasks isGhPagesBranch, isClean (b5f95803)
  • TravisCI: Not testing 0.8 as dependencies no longer support it (443e4ffa)
  • docs:
  • generator: updated jade templates - fixes #447 (d58d2457)
  • http:
    • Fixes and updates (58898c5c)
    • Allow setting your own cookie parser secret (8432e347)
  • test: Updated should and made changes to testing setup (c4e2eb61)
  • tests:
    • Istanbul was injecting listeners that failed a test (32ab2283)
    • Added coveralls to check the code coverage stats (db166c1e)
    • Better test running (033f1787)
  • travis: Dropping support for 0.8 (1f6e3901)
  • workflow: Replacing grunt tasks with node modules (fedf8ac3)

Features

  • Gruntfile:
    • Add helper task grunt isGhPagesBranch (4afd173e)
    • Add task grunt release:push (5fa909f6)
    • Add task grunt isClean:branchName (1cfaf107)
    • Add task grunt changelog (fa3ebef8)
  • lib: Users can now pass the NODE_ENV to set the environment (09bb6c0d)
  • utils: Add ss.api.log unified logging API (5fcd9527)