Commit Graph

63 Commits (471521d2a8d2dae1383e4ea3b6e2c0d38b7adc0b)

Author SHA1 Message Date
SukkaW 471521d2a8 refactor: make code smaller after uglify 5 years ago
SukkaW 2942e4b72f refactor: simplify the code 5 years ago
SukkaW 208693364a feat: add external link attr for <a> tag 6 years ago
SukkaW 4cf41cca54 feat: replace a.disquscdn.com with c.disquscdn.com 6 years ago
SukkaW 81d486ac8b chore: enable babel loose 6 years ago
SukkaW 0bf5b7ed6f refactor: use fetch instead of xhr 6 years ago
SukkaW e134a73215 feat/refactor: not to support old browser 6 years ago
SukkaW 694e707fee refactor: rewrite the code to higher standard
- Use ES2015, ES2016, ES2017, ES2018 syntax
- Format the code
- Refactor some parts
6 years ago
kidonng 3a0ff649de feat: use `DISQUS.reset` when reloading 6 years ago
SukkaW 7e98ae7551 fix: syntax error 6 years ago
SukkaW d8f3ec1c18 version 1.2.4 6 years ago
SukkaW 940d9946f0 refactor: use dom instead of regrex 6 years ago
SukkaW 41fdfde9b7 fix(hasMore): change btn typo & style 6 years ago
SukkaW 3b99e35cc0 feat: add hasMore btn and add listener 6 years ago
SukkaW 94e06a209c feat: add hasMore prop 6 years ago
SukkaW ef0ab51a76 feat(nesting): custom nesting configuration 6 years ago
Sukka 54c6bccec5
fix: variable typo
Co-Authored-By: giuem <giuemcom@gmail.com>
7 years ago
giuem 0182d61b2a feat(config): allow to specify page's title 7 years ago
giuem 543a3f7198 fix: variable disqusjs is object 7 years ago
SukkaW 8a552d58e5 release 1.2.2 7 years ago
SukkaW 0c90098147 fix: missing defination
- babel can not tranform it
7 years ago
SukkaW cd6c809f00 refactor: simplify the code 7 years ago
SukkaW dd883a486b feat(sort/switch): bring up 7 years ago
SukkaW 5b4dbf383c feat(sort): bring up sort function 7 years ago
SukkaW 458a152d3e refactor: use /threads/listPostsThreaded 7 years ago
SukkaW a5d7709f28 feat(sort): add order elements 7 years ago
SukkaW 3652de0475 feat(apikey): support multi apikey config 7 years ago
SukkaW d16b598f5f feat: add msg when checking disqus availability 7 years ago
SukkaW 8b382b1ff9 refactor: minor updates 7 years ago
SukkaW bec6c16ebe refactor: reduce complexity 7 years ago
SukkaW 28ae122eff refactor: avoid using 28800000 directly 7 years ago
SukkaW 196a9adc54 refactor/style: reduce duplication 7 years ago
SukkaW bd8e82c51b refactor: update code quality
- Use ES6 Template String
- Avoid outside of binding context
- Simplify the code
7 years ago
SukkaW 8b0c2ab087 feat/style: replace getElementByID with $$ 7 years ago
SukkaW 950723cb02 refactor: rewrite some code
- Add `d` as document
- Avoid variable hoisting issues
- Avoid function loop for better performance
- Prefer let & const (Although they will be complied into var)
7 years ago
Sukka 33e1ea4f54
feat: say hello to umd (#18) 7 years ago
SukkaW 1c9369e5b9 fix: regex for disq.us 7 years ago
luyilin 4ec626d3ca feat: add export default DisqusJS 7 years ago
SukkaW dde0050639 fix: regex match for <a> tag 7 years ago
SukkaW 33ec16aa09 feat/fix(more-comment): avoid duplicate listener 7 years ago
SukkaW 2fee1a3aa0 fix(#8): avoid nesting comment missing parent 7 years ago
SukkaW e91d8241bb release 1.0.5 7 years ago
imlonghao 437c32892d
Remove the comma between sub comment 7 years ago
SukkaW 8c425fcee5 feat(loadMore): add button handler 7 years ago
SukkaW 3332fe2282 feat/fix(#6): show deleted comment 7 years ago
SukkaW d05530ae5b fix(#5): missing event listener 7 years ago
SukkaW b8d4b24e68 fix(regex): simplify the hrefMatcher 7 years ago
SukkaW cbc78976b4 refactor: use xhr.onload 7 years ago
SukkaW d46349e719 feat: parse disq.us to direct link 7 years ago
SukkaW a29cc165c0 fix(adminBadge): use original disqus username 7 years ago