LuanRT
|
1d62e469a9
|
refactor: rewrite Comments Section logic (#88)
* feat: add core comments section classes
* chore: update type declarations
* chore: fix linter warnings
* style: fix linter
* chore: update tests
* chore(tests): fix typo
* chore(tests): fix typo x2
* fix(tests): `getReplies()` method is only present in `CommentThread` and not `Comment`
* chore(tests): fix comment id path
* chore(tests): remove outdated code
* chore(tests): fix results path
* chore: enforce code style
* chore: update type declarations
* docs: add examples and documentation
* chore(docs): fix paths
* chore(docs): fix more paths
* chore(docs): fix `Comments.js` path
* chore(docs): fix typo
* chore(docs): mention example file
* chore(examples): fix imports
* chore(examples): fix typo
|
2022-07-02 19:55:33 -03:00 |
|
LuanRT
|
748e34758f
|
feat: tidy things up and implement more renderers
- Finished Library parser
- Fixed search continuations
- Improved channel parser
- Improved playlist parser
- Added support for posts of type poll
- Improved History parser
- Removed redundant code
|
2022-06-20 03:02:42 -03:00 |
|
LuanRT
|
4c7a42d8d4
|
fix: search continuations should return a Search class
Why? To keep things consistent.
|
2022-06-18 05:16:21 -03:00 |
|
LuanRT
|
455556ba89
|
feat: add all watch history feed action renderers
|
2022-06-16 16:09:29 -03:00 |
|
LuanRT
|
54a50d5704
|
chore(docs): remove unneeded tags
|
2022-06-14 15:08:37 -03:00 |
|
LuanRT
|
49688a0ad6
|
chore: fix invalid jsdoc comments
|
2022-06-14 15:03:45 -03:00 |
|
LuanRT
|
049fd16aab
|
docs: update jsdoc comments
|
2022-06-09 15:19:46 -03:00 |
|
LuanRT
|
4ee6ec0d20
|
refactor: move data access code to /parser
|
2022-06-08 20:11:05 -03:00 |
|