Commit Graph

65 Commits

Author SHA1 Message Date
Zhao Zuohong 8e49740e1e 更新emojis.json 2023-12-01 11:44:53 +08:00
Zhao Zuohong 65b0d2eb95 改用pnpm 2023-12-01 11:44:41 +08:00
Zhao Zuohong 38846b68cd 降级node-fetch以适配require 2023-12-01 11:44:31 +08:00
crimx b4700631d4 chore: bump version to 3.0.5 2022-04-26 01:01:57 +08:00
crimx 1f913caa7f chore: upgrade deps 2022-04-26 01:01:21 +08:00
crimx 7cf318ff67 refactor: remove lodash 2022-04-26 01:01:10 +08:00
dependabot[bot] 855ca3cf31
chore(deps): bump ws from 7.3.1 to 7.4.6 (#30)
Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.3.1...7.4.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-25 21:00:04 +08:00
dependabot[bot] f2ab72dce5
chore(deps): bump node-fetch from 2.6.1 to 3.1.1 (#31)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 3.1.1.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v3.1.1)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-25 20:59:52 +08:00
dependabot[bot] a5c19ae246
chore(deps): bump lodash from 4.17.20 to 4.17.21 (#29)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 11:03:41 +08:00
crimx bec1c0cef3 chore: bump version 2020-10-03 13:59:27 +08:00
crimx 0df8258d29 refactor: add aria-hidden 2020-10-03 13:59:08 +08:00
crimx d25bb3ae34 chore: bump version 2020-10-03 13:30:33 +08:00
crimx 08fce7a271 refactor: inject style to head 2020-10-03 13:28:34 +08:00
crimx 015d80b2e8 chore: bump version 2020-10-03 11:54:59 +08:00
crimx a01582fdce fix: check options.enable and no-emoji 2020-10-03 11:54:42 +08:00
crimx c95b1331c7 docs: remove the style tag 2020-10-03 11:47:51 +08:00
crimx 51e92a6f16 chore: bump version 2020-10-03 11:45:35 +08:00
crimx 7f7f78cd6e fix: fix #28 2020-10-03 11:41:24 +08:00
crimx 2e906df384 fix: check options.enable 2020-10-03 11:34:27 +08:00
crimx 7c15687c2b chore: bump version 2020-10-03 11:21:15 +08:00
crimx 4abbb05751 docs: note about fancybox 2020-10-03 11:21:03 +08:00
crimx 4a04a77f64 refactor: simplify implementation 2020-10-03 11:10:42 +08:00
crimx 90d06a9b0b refactor: update emoji list 2020-10-03 11:10:05 +08:00
dependabot[bot] 10e9ba2871
Bump lodash from 4.17.15 to 4.17.19 (#27)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-16 19:39:24 +08:00
crimx f31170f9f6 bump version 2019-08-15 01:43:33 +08:00
crimx 73205070cf update emoji 2019-08-15 01:42:57 +08:00
crimx c95e611780 replace cheerio with jsdom 2019-08-15 01:42:50 +08:00
CRIMX 04a3fb1582 bump version 2019-07-19 19:24:00 +08:00
CRIMX 3b4dbcf70c
Merge pull request #21 from goto-bus-stop/no-git
Exclude .git from npm publish
2019-07-19 19:20:50 +08:00
Renée Kooi 60a5bf8d68
Exclude .git from npm publish
npm is supposed to ignore this by default, but in v2.0.2 the `.git`
folder was included in the published hexo-filter-github-emojis module.
This causes problems when doing `npm install` again, because it sees a
git repo where it expects a bare npm package.

```
npm ERR! path ./node_modules/hexo-filter-github-emojis
npm ERR! code EISGIT
npm ERR! git ./node_modules/hexo-filter-github-emojis:
Appears to be a git repo or submodule.
npm ERR! git ./node_modules/hexo-filter-github-emojis
npm ERR! git Refusing to remove it. Update manually,
npm ERR! git or move it out of the way first.
```

If you publish again with this patch, all should be fine ✌️

Thanks for this package!
2019-07-19 13:08:39 +02:00
CRIMX 0441985ea4 bump version 2019-07-18 18:34:27 +08:00
CRIMX bf114997c9
Merge pull request #20 from liuyib/master
Update emoji.json
2019-07-18 18:30:02 +08:00
liuyib 045d19a554
Update emoji.json
Change the links
2019-07-18 16:10:30 +08:00
CRIMX deea114b43 bump version to 2.0.1 2019-04-12 14:38:18 +08:00
CRIMX d50d6a8974
style: space after comma 2019-04-12 14:35:34 +08:00
CRIMX 222ea40102
Merge pull request #18 from Core00077/master
确保了cheerio返回非html实体编码,同时修复了hexo主页上emoji不能正常显示的问题
2019-04-12 14:35:05 +08:00
Core b9b9ed4250 修复了在主页上的emoji字段不能被正确的替换为emoji表情的问题 2019-04-12 14:06:02 +08:00
Core 679a118687 加入decodeEntities: false字段,确保cheerio返回非html实体编码 2019-04-12 14:04:16 +08:00
Travis CI 975a3244d3 [ci skip] Travis build: 10 2018-12-06 11:36:02 +00:00
Travis CI 9013c092db [ci skip] Travis build: 9 2018-11-29 11:35:54 +00:00
Travis CI 5f3f00f310 [ci skip] Travis build: 5 2018-11-01 11:34:14 +00:00
Travis CI a4c30db597 [ci skip] Travis build: 4 2018-10-25 11:33:43 +00:00
Travis CI 36f3e03ac4 [ci skip] Travis build: 2 2018-10-11 11:33:19 +00:00
CRIMX f31dc7d092 Add CI for downloading emojis 2018-10-04 19:29:18 +08:00
CRIMX 66b2369476 update v2 2018-10-04 19:07:24 +08:00
CRIMX e52ceb8b18 Added no-emoji 2018-01-05 14:30:59 +08:00
CRIMX fa9253d9ab Bumped version 2017-10-01 09:28:28 +08:00
CRIMX 48fe355823 Fixed #8 2017-10-01 09:27:30 +08:00
CRIMX 6828e8721f Bumped version & upgraded dependencies 2017-09-30 12:29:57 +08:00
CRIMX 5ac992f596 Fixed typo 2017-09-30 12:28:59 +08:00