Commit graph

18 commits

Author SHA1 Message Date
greenkeeper[bot]
10ee7d57d8
docs(readme): add Greenkeeper badge 2020-02-27 23:42:37 +00:00
greenkeeper[bot]
5d0ca9aed6
chore(package): update dependencies 2020-02-27 23:42:34 +00:00
319d67d84b feat: pull country or language by code.
* feat: pull country or language by code.

This differs from the existing `search` functionality in that it allows
you to explicitly pull back a single country or language instead of
anything that matches (which could result in more items returned than
expected).

* refactor(types): add new types for the affected endpoints.
* docs(readme): update to include examples for new functionality.
* test: expand tests to include new parameters.
* feat(package): upgrade dependencies to the latest versions.
* fix(eslint): adjust configuration based on an updated dependency.
* docs(license): bump the year of the license.
2020-02-11 19:06:09 -06:00
9b40c4050e chore: test against node 13 and bump versions
* chore: added the latest version of Node.js to the test plan
* docs: fixed a few code typos in the README
* chore: upgraded dependency versions
* chore: bumped version number
* chore: dropped testing for unmaintained Node.js version
* docs: added some notes about Node.js compatibility
2019-11-11 15:24:17 -06:00
e36a998229 feat: add search capability to all calls
* chore: Updated dependencies.
* test: Fixed a linter issue in the test suite.
* feat: Updated all requests to contain the `search` property.
* chore: Cleaned up some of the type properties order (alphabetized).
* test: Added tests to cover the search capabilities.
* docs: Added examples to the readme to cover all endpoints as well as search.
* docs: Updated the readme to cover migrating from v1 to v2.
* docs: Fixed repository links where applicable.
* chore: Bumped the minor version number.
2019-10-04 00:26:22 -05:00
80d96a68ef
chore: updated readme, repo and version 2019-09-12 10:26:03 -05:00
8c94c5b134
chore: fixed a few more places 2019-09-09 22:54:45 -05:00
23dfd7933b
chore: rename package
* No reason to have the `node-` in the published package's name.
2019-09-09 22:47:36 -05:00
4886f14bc3
Merge pull request #6 from holidayapi/development-v2
feat: port to typescript
2019-09-09 22:30:30 -05:00
Yaw Etse
b6ad36a075 allow for the key to be passed as a parameter
this will also use the property `key` on the prototype if it's defined.
2019-06-01 13:54:16 -05:00
Josh Sherman
e4b27db043 Bumped version 2016-08-30 23:56:39 -05:00
Josh Sherman
5bf4a64d59 Fixed up README 2016-08-30 23:55:58 -05:00
Josh Sherman
8288d8f246 Bumped version 2016-08-20 14:04:28 -05:00
Josh Sherman
05abb58875 Fixed README 2016-08-20 14:04:03 -05:00
Josh Sherman
9b9d800ef4 Spruced up readme, bumped version 2016-08-20 13:46:16 -05:00
Josh Sherman
221e1303be Q&D wrapper 2016-08-20 13:40:12 -05:00
Josh Sherman
87874b013f Update README.md 2016-08-08 23:57:15 -05:00
Josh Sherman
ee9a5b083e Initial commit 2016-08-08 23:55:29 -05:00