Commit Graph

81 Commits (b2db72ad8b5494f0b6d2879589dca5d600ff639f)

Author SHA1 Message Date
Chawye Hsu 7cce96652a
fix: correct HTML_TPL_A_ATTR on avatarEl (#58) 5 years ago
Ren Zibei 60a5430737
refactor: use Array#slice instead of Array#from (#52) 5 years ago
Ren Zibei d13b4d60ad
fix: avoid spread syntax & encode api endpoint (#51)
* add encodeURIComponent before get
* use Array.from instead of spread operator because of the behavior of gulp
5 years ago
SukkaW 6ab240b777 refactor: replace for..of with forEach 5 years ago
SukkaW af6512312b refactor: use Promise.all for check disqus 5 years ago
Kid 112f5d0f31
fix: `replaceDisquscdn` (#47) 5 years ago
SukkaW 0b7db01af2 chore(gulp): update gulpfile 5 years ago
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
Kid b8a204b2e2
refactor: remove inappropriate styles 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 2f83d2d3d9
merge(#22): from giuem/master to sukkaw/master 6 years ago
Chawye Hsu 12b91ae33e
fix(css): encode disqus svg logo 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