Releases: opensource254/twitter
Releases · opensource254/twitter
v0.1.5
What's Changed
- fix(deps): bump actions/setup-node from 3.1.1 to 3.2.0 by @dependabot in #58
- fix(deps): bump dotenv from 16.0.0 to 16.0.1 by @dependabot in #57
- chore(deps-dev): bump nodemon from 2.0.15 to 2.0.16 by @dependabot in #56
- fix(deps): bump github/codeql-action from 1 to 2 by @dependabot in #53
- fix(deps): bump express from 4.17.3 to 4.18.1 by @dependabot in #55
- Update node.js.yml by @StanleyMasinde in #59
- chore(deps-dev): bump mocha from 9.2.2 to 10.0.0 by @dependabot in #54
Full Changelog: 0.1.4...v0.1.5
0.1.4
What's Changed
- fix(deps): bump actions/setup-node from 2.5.1 to 3.1.1 by @dependabot in #49
- fix(deps): bump moment from 2.29.1 to 2.29.2 by @dependabot in #48
- fix(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #46
- fix(deps): bump debug from 4.3.3 to 4.3.4 by @dependabot in #45
- chore(deps-dev): bump mocha from 9.1.4 to 9.2.2 by @dependabot in #44
- fix(deps): bump actions/checkout from 2 to 3 by @dependabot in #43
- fix(deps): bump express from 4.17.2 to 4.17.3 by @dependabot in #39
- fix(deps): bump ajv from 6.12.2 to 6.12.6 by @dependabot in #38
- chore(deps-dev): bump chai from 4.3.4 to 4.3.6 by @dependabot in #35
- Update codeql-analysis.yml by @StanleyMasinde in #51
- fix(deps): bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #50
- fix(deps): bump dotenv from 14.2.0 to 16.0.0 by @dependabot in #37
Full Changelog: v0.1.3...0.1.4
v0.1.3
What's Changed
- fix(deps): bump dotenv from 8.2.0 to 14.2.0 by @dependabot in #30
- chore(deps-dev): bump mocha from 7.2.0 to 9.1.4 by @dependabot in #29
- fix(deps): bump actions/setup-node from 1 to 2.5.1 by @dependabot in #17
- fix(deps): bump moment-timezone from 0.5.31 to 0.5.34 by @dependabot in #20
- fix(deps): bump debug from 2.6.9 to 4.3.3 by @dependabot in #18
- chore(deps-dev): bump chai from 4.2.0 to 4.3.4 by @dependabot in #19
- fix(deps): bump cookie-parser from 1.4.5 to 1.4.6 by @dependabot in #22
- fix(deps): bump express from 4.16.4 to 4.17.2 by @dependabot in #23
- fix(deps): bump morgan from 1.9.1 to 1.10.0 by @dependabot in #24
- chore(deps-dev): bump nodemon from 2.0.3 to 2.0.15 by @dependabot in #25
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
v0.1.0
- Bump y18n from 4.0.0 to 4.0.1 (#10) (3c5601c)
- Update README.md (#9) (7a73dac)
- Bump ini from 1.3.5 to 1.3.8 (#8) (501a7d9)
- Bump lodash from 4.17.15 to 4.17.19 (#7) (87860b7)
- Update README.md (692d1b2)
- Create codeql-analysis.yml (7bc68c8)
- Added !Doctype to the HTML (6ced60f)
- General refactor and landing page improvement (8c598a8)
- Add Codacy badge (045e336)
- Update README.md (e77f4b2)
- Create node.js.yml (0ab8f30)
- I have added tests (5253035)
- General refactor. (8d2a764)
- (New tweet object version) The API now returns multiple media if they are available. the (5c52337)
- updated the dev command the previous one was crashing (fb4004a)
- Update README.md (d400318)
v1.1-beta
Version 1.0 beta
- (Fix) changed API v1 to API v2 in app.js (e77d3f6) @StannLee
- Deprecated the first API (3be59c5) @StannLee
- Added the cache middleware to cache results for 10 min in order ti improve the performance of the API (c5af36d) @StannLee
- Version two directories (78351c4) @StannLee
- Added version 2 of the API with better methods and room for future expansion (d0b1e12) @StannLee
- Fixed some typos and more (6e545ce) @StannLee
- Update twitter.js (1426700) @StannLee
- Returning only the user's name instead of the whole user Object (f8a88ab) @StannLee
- 🚀 Added tweet id and user to the response (7df770f) @StannLee
- Update README.md (dc48bab) @StannLee
- 😁 Getting the full tweet now instead of a truncated tweet (ae3283e) @StannLee
- Added media to the tweet Object (0ce8fe5) @StannLee
- Update README.md (e12cc07) @StannLee
- removed vscode tasks file (818c716) @StannLee
- ➕Added the CORS middleware and removed console.log statements (134586e) @StannLee
- 📖 Updated the package information in package.lock (3f1ebab) @StannLee
- Create LICENSE (2dc8b4c) @StannLee
- Create CODE_OF_CONDUCT.md (079dac1) @StannLee