hubot-wikipedia-lang
Version:
A Hubot script for search articles in Wikipedia
98 lines (66 loc) • 5.98 kB
Markdown
#### 1.0.3 (2017-5-9)
##### Chores
* **package:**
* Upgrade dependencies ([3d4255da](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/3d4255daf6352332c3a1b3907ce575a0fa7db2fd))
* update coffee-coverage to version 2.0.0 ([183d7e7e](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/183d7e7eccdcbf5e397e9f377e043ef8e96c0fb7))
##### Bug Fixes
* **script:** Add support to others app (no slack). Fix #8 ([ede339a4](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/ede339a416829ee7597b7825c71149a0d9acd36e))
#### 1.0.2 (2017-1-6)
##### Chores
* **package:** Update dependencies ([c5358c9d](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/c5358c9de910fdcf683a510103a01d8e522f66bc))
#### 1.0.1 (2016-12-5)
##### Chores
* **package:** Update dependencies ([ccbe0e3e](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/ccbe0e3e6e7958cf3b70f799b74fd68a85a93430))
## 1.0.0 (2016-11-22)
##### Chores
* **nvm:** Add nvmrc ([cb8e9eeb](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/cb8e9eebd25e2e9e21c4603c93d81326187a246e))
* **settings:**
* Add editorconfig ([687dbb4b](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/687dbb4b0f243b14c6fb2f01cf0f7fd339ff377e))
* Update ignores ([addbeeb7](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/addbeeb7b86d7417944d3e06aa98e405dfa2d78a))
* **package:**
* Update dependencies ([d59a9ce3](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/d59a9ce349436dc4c1cc01ff96543f55f8ae829c))
* update grunt-mocha-test to version 0.13.0 ([9a5317ae](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/9a5317aea1efde72b774338bbf5894d73ca17cce))
* update mocha to version 3.0.0 ([c3cc5a83](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/c3cc5a839b7e04497d4174a9ac22674b863c78ab))
* update grunt-release to version 0.14.0 ([fc306ca4](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/fc306ca429d6959258f0e00e3893d453dacd1dc5))
* update dependencies ([90b357fc](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/90b357fc5139590b8e871cbf3c376ce8b2797702))
* **scripts:** Remove unused files ([9bc61341](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/9bc61341990e91d95a1fd36f56de1982154ebc9d))
* **travis:** Add coveralls and codeclimate. Update node versions ([c63e0320](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/c63e03209cb8eb74b068ba1824f67c6228110dc6))
##### Documentation Changes
* **all:** Update docs ([596603e2](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/596603e26ec6b54c7cb6c62f5f44ac0cccf3b3cd))
##### New Features
* **scripts:** Send messages with api to unfurl_links. Add all tests ([6c68682b](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/6c68682b3fde0ea10e53c1f80a9163f0a4c6bcfd))
#### 0.1.2 (2016-03-11)
* Fix set lang ([9f421c0](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/9f421c0))
#### 0.1.1 (2016-03-11)
* Fix typo ([9cb1975](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/9cb1975))
### 0.1.0 (2016-03-11)
* Add language command ([c646eaa](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/c646eaa))
* Change name ([583372e](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/583372e))
* Change node version in travis ([dc3af6a](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/dc3af6a))
* Change owner ([b0c05a1](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/b0c05a1))
#### 0.0.4 (2016-03-06)
* Fix check for article existence (compare as string), and trim user input ([739d48b](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/739d48b))
* Prepared to release 0.0.4. ([7b205f9](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/7b205f9))
#### 0.0.3 (2015-12-12)
* Adding redirects=true to handle redirections. Example "Brewhouse" -> "Brewery" ([3b38fc9](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/3b38fc9))
* Changed msg to res ([8af7c65](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/8af7c65))
* Prepared to release 0.0.3. ([15d0c94](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/15d0c94))
* Renaming test files for convention ([8f0d2e1](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/8f0d2e1))
* Update matchdep to v1.0.0 ([464b390](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/464b390))
#### 0.0.2 (2015-08-27)
* Added link to Wikipedia EN API ([b68e118](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/b68e118))
* Added listener ID ([f95dbb9](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/f95dbb9))
* Prepared to release 0.0.2. ([bdd23ac](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/bdd23ac))
* Updated e-mail address ([ebefa3a](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/ebefa3a))
#### 0.0.1 (2015-06-28)
* Added Wikipedia script ([23260c3](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/23260c3))
* Changing messages ([3fdc47b](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/3fdc47b))
* Code consistency ([229e575](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/229e575))
* Fixed empty body bug (due to HTTP -> HTTPS) ([f1292f6](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/f1292f6))
* hubot-scripts scaffolding ([129af19](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/129af19))
* Initial commit ([a44fb28](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/a44fb28))
* Prepared to release 0.0.1. ([95572b0](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/95572b0))
* Refactored Wikipedia script and added article summary command ([f098cf9](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/f098cf9))
* Reorganising for hubot-scripts (own project) ([4910f99](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/4910f99))
* Rephrasing for clarity ([7928344](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/7928344))
* Rephrasing script info ([f0f8a68](https://github.com/lgaticaq/hubot-wikipedia-lang/commit/f0f8a68))