Skip to content

Commit

Permalink
update .gitignore, add .npmignore, and added a change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-F committed Sep 11, 2015
1 parent 6273b5b commit 5e190ec
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1 +1 @@
/node_modules
node_modules
5 changes: 5 additions & 0 deletions .npmignore
@@ -0,0 +1,5 @@
test
examples
docs
.jshintrc
.travis.yml
47 changes: 47 additions & 0 deletions CHANGELOG.MD
@@ -0,0 +1,47 @@
[1.0.6] - 2015-08-06
=======================

### Added
- Add Oldschool Grand Exchange support (#2)

[1.0.5] - 2015-06-27
=======================

### Changed
- Structure cleanup (95ca423)
- Better error handling (50101ee)

[1.0.4] - 2015-06-23
=======================

### Added
- Grand Exchange API (#1)

[1.0.3] - 2015-06-04
=======================

### Added
- Tests + Travis support added

### Fixed
- Fixed an issue when using an array with `bestiary.beastsByTerms()`

[1.0.2] - 2015-06-02
=======================

### Added
- Hiscores support
- README.md

[1.0.1] - 2015-06-02
=======================

First release

[1.0.6]: https://github.com/Joshua-F/runescape-api/compare/1.0.5...1.0.6
[1.0.5]: https://github.com/Joshua-F/runescape-api/compare/1.0.4...1.0.5
[1.0.4]: https://github.com/Joshua-F/runescape-api/compare/1.0.3...1.0.4
[1.0.3]: https://github.com/Joshua-F/runescape-api/compare/1.0.2...1.0.3
[1.0.3]: https://github.com/Joshua-F/runescape-api/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/Joshua-F/runescape-api/compare/0fdebdb...1.0.2
[1.0.1]: https://github.com/Joshua-F/runescape-api/commits/0fdebdb

0 comments on commit 5e190ec

Please sign in to comment.