outmoded / lout

API documentation generator
Other
276 stars 49 forks source link

Add support for an apiVersion option #139

Closed AdrieanKhisbe closed 8 years ago

AdrieanKhisbe commented 8 years ago

Implement the #132 requested feature

Marsup commented 8 years ago

Missing tests.

AdrieanKhisbe commented 8 years ago

voilà :)

AdrieanKhisbe commented 8 years ago

Test non passing because of 0.10:

  /home/travis/build/hapijs/lout/node_modules/hapi/lib/index.js:5
 const Server = require('./server');
 ^^^^^
 SyntaxError: Use of const in strict mode.

shall I update travis test version, to only target 4 and +?

Marsup commented 8 years ago

Yes go for it.

AdrieanKhisbe commented 8 years ago

Do you want me to set a coveralls badge?

(and update the dependancies, cf: https://david-dm.org/hapijs/lout#info=devDependencies)

Marsup commented 8 years ago

Merged manually in 608a80f to make a few fixes, thanks.