UNPKG

916 BMarkdownView Raw
1### 0.2.5
2 - ⬆️ chore: update deps
3 - 🔧 config(tsconfig): change target to ES5
4 - 🔧 config(eslint): update rules for typescript
5 - 🏷️ types: update types to match new typescript eslint rules
6 - ✨ utils: update user agent version to 0.2.5
7 - 🏷️ types: fix tmdb api configuration interface
8
9### 0.2.4
10 - fix(utils): some requests returns NotFoundError
11 - fix(types): mark some parameters as non required
12
13### 0.2.3
14 - fix(utils): destructure undefined options [#4](https://github.com/andywampir/node-themoviedb/issues/4#issue-632588490)
15 - fix(endpoints): remove slash in start of endpoints
16
17### 0.2.2
18 - fix(docs): typo
19
20### 0.2.1
21 - Added deprecated warnings for relative stuff to rate limit
22
23### 0.2.0
24 - Removed `rateLimit` object from response object, because The Movie Database disabled rate limit ([details](https://developers.themoviedb.org/3/getting-started/request-rate-limiting))