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
CRIMX
d0d9fd8837
Fixed deprecated async function call
2017-09-30 12:27:45 +08:00
CRIMX
8e78eb76f8
Bumped Version to 1.4.1
2017-06-26 15:52:34 +08:00
CRIMX
6467244677
Added Tag Support
2017-06-26 15:52:12 +08:00
CRIMX
2a6607ed9d
Added Inline Style Support
2017-06-26 15:51:51 +08:00
Jack Wong
0910a7bdb4
Merge pull request #4 from ngokevin/helper
...
expose as a helper to be used from templates
2017-06-26 14:31:46 +08:00
Kevin Ngo
9295e5f7ff
expose as a helper to be used from templates
2017-06-25 16:38:48 -07:00
CRIMX
a144d00ed0
bumped version to 1.1.1
2016-12-25 18:19:11 +08:00
CRIMX
99eadc8f58
fixed stop yelling error for unset local emojis
2016-12-25 18:18:12 +08:00
CRIMX
d7e1ca5e29
added MIT License
2016-12-24 16:36:24 +08:00
CRIMX
ff96305e1e
fixed yaml highlight
2016-12-23 18:50:32 +08:00
CRIMX
49967ab374
bumped version to 1.1.0
2016-12-23 18:46:35 +08:00
CRIMX
24d7948ed1
added JSON file writing
2016-12-23 18:46:01 +08:00
CRIMX
5d743a227c
added multi code point support
2016-12-23 01:16:35 +08:00