Skip to content

Releases: IonicaBizau/regex-emoji

2.0.9

Choose a tag to compare

@IonicaBizau IonicaBizau released this 14 Feb 01:27

 - Update the documentation.

  • Add the GitHub Sponsors link. 

As always, I am very grateful to those supporting my projects! You can do that by donating via PayPal or via GitHub Sponsors.

Thank you very much! ❤️

2.0.8

Choose a tag to compare

@IonicaBizau IonicaBizau released this 09 Aug 15:19

Update docs and licence year. 🚀

2.0.7

Choose a tag to compare

@IonicaBizau IonicaBizau released this 03 Jan 20:07

Happy New Year! 🎉 🚀

This pull request is going to update the documentation of this project and add the Buy me a coffee cookies and tea button:

Buy Me A Coffee

If this project helped you, tea and cookies is perhaps something I would really enjoy. :)

2.0.6

Choose a tag to compare

@IonicaBizau IonicaBizau released this 08 Sep 13:23

Rerender documentation.

2.0.5

Choose a tag to compare

@IonicaBizau IonicaBizau released this 20 Mar 19:43

Updated the project badges. Added information about how you can support my projects (Bitcoin address, Amazon wishlist). 📖

2.0.4

Choose a tag to compare

@IonicaBizau IonicaBizau released this 11 Oct 15:36

2.0.3

Choose a tag to compare

@IonicaBizau IonicaBizau released this 11 Oct 04:17
  • Updated the README.md following the new template. 📝
  • Add the Patreon link in the README.md file. If you like what I'm doing, supporting me would be awesome! Even one dollar / month would be helpful! Thanks! ❤️

2.0.2

Choose a tag to compare

@IonicaBizau IonicaBizau released this 25 May 11:18
  • Updated the README.md following the new template. 📝
  • Use babel-it to babelify the code, so the module is now compatible with older versions of Node.js.

2.0.1

Choose a tag to compare

@IonicaBizau IonicaBizau released this 14 Jan 12:25
  • Added badges 🎉
    • PayPal Donations
    • npm downloads
    • npm version
    • Travis (if there are tests)
    • CodeMentor–you can ping me there if you need help with one of these modules (or help in general).
  • Updated the LICENSE year. 🎆

2.0.0

Choose a tag to compare

@IonicaBizau IonicaBizau released this 29 Dec 05:48
  • Use a function to not export the same reference to the regex but always return a new reference.
  • Improved the regex to handle + and - chars.
  • Better tests, using @muan's emojilib goodie. 😁