UNPKG

docute-emojify

Version:

Docute plugin for transforming emoji aliases within Markdown.

41 lines (31 loc) 1.19 kB
# Change Log All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased ## [0.2.0] - 2018-06-26 ### Added - Up to date emoji aliases. ### Changed - Bump Docute support to v3. ## [0.1.4] - 2017-03-18 ### Changed - Initialization process in readme. ## [0.1.3] - 2017-03-14 ### Added - `emojifyCode` option for transforming aliases inside code blocks. ## [0.1.2] - 2017-03-11 ### Fixed - Messed up package meta. ## [0.1.1] - 2017-03-11 ### Added - `blacklist` option for ignoring aliases. ## 0.1.0 - 2017-03-11 ### Added - Emojifying plugin. - `aliases` option for custom aliases. [Unreleased]: https://github.com/hkwu/docute-emojify/compare/v0.2.0...HEAD [0.2.0]: https://github.com/hkwu/docute-emojify/compare/v0.1.4...v0.2.0 [0.1.4]: https://github.com/hkwu/docute-emojify/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/hkwu/docute-emojify/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/hkwu/docute-emojify/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/hkwu/docute-emojify/compare/v0.1.0...v0.1.1