Releases: IonicaBizau/node-cli-circle
Releases · IonicaBizau/node-cli-circle
Release list
3.2.12
3.2.11
3.2.9
3.2.8
Updated the project badges. Added information about how you can support my projects (Bitcoin address, Amazon wishlist). 📖
3.2.7
Updated the project badges. Added information about how you can support my projects (Bitcoin address, Amazon wishlist). 📖
3.2.6
- Fix the Patreon link in the README.md file. 📝
3.2.5
- 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! ❤️
3.2.4
Fix a bug that appears in strict mode.
this is undefined when not calling the function using new, so use typpy to check if the context is a current instance, otherwise, create one. 💥
3.2.3
- Updated the README.md following the new template. 📝
- Use
babel-itto babelify the code, so the module is now compatible with older versions of Node.js.