Skip to content

Commit

Permalink
a lot of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Aug 2, 2016
1 parent a7d7c7b commit ec9b0d2
Show file tree
Hide file tree
Showing 136 changed files with 256,981 additions and 596 deletions.
28 changes: 28 additions & 0 deletions .esdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"source": "./src",
"destination": "./docs",
"includes": [".js$"],
"excludes": ["(node_modules|build|docs|views|gulpfile*)"],
"access": ["public", "protected"],
"autoPrivate": true,
"unexportIdentifier": false,
"undocumentIdentifier": true,
"builtinExternal": true,
"index": "./README.md",
"package": "./package.json",
"coverage": true,
"includeSource": true,
"title": "Popcorn API",
"plugins": [{
"name": "esdoc-es7-plugin"
}],
"manual": {
"changelog": ["./CHANGELOG.md"],
"example": ["./manual/example.md"],
"installation": ["./manual/installation.md"],
"overview": ["./manual/overview.md"],
"tutorial": ["./manual/tutorial.md"],
"usage": ["./manual/usage.md"]
},
"lint": true
}
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,5 @@ node_modules
# Generated files by popcorn-api.
tmp

# Generated documentation.
docs

# Transpiled ES5 code
build
25 changes: 0 additions & 25 deletions .jsdoc.json

This file was deleted.

3 changes: 0 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,5 @@ node_modules
# Generated files by popcorn-api.
tmp

# Generated documentation.
docs

# untranspiled ES6 code
src
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
2.1.0 - You weeaboos - 2 August 2016
==================================

New features:
- Anime! For all you weeaboos
- Get a random tv show at `/random/show`.

Bug fixes:
- Fixed search not working correctly.

Notes:
- Moved documentation over to ESDoc.
- Documentation will now be on GitHub.
- Added Travis CI.
- Using ES6 classes instead of factory functions.

2.0.0 - Whatcha Babbling about? - 20 June 2016
===============================================
==============================================

New features:
- Get a random movie at `/random/movie`
- Get a random movie at `/random/movie`.
- Added YTS as a movie provider.
- Movies now support multiple languages.
- Moved the entire project to ES6 with [Babel](https://babeljs.io/).
Expand Down
Loading

0 comments on commit ec9b0d2

Please sign in to comment.