Releases: IonicaBizau/node-cli-graph
Releases · IonicaBizau/node-cli-graph
Release list
3.2.3
3.2.2
3.2.1
- 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. 🎆
3.2.0
- Added package.json
- Improved the documentation.
- Integrated json2md with blah to get the best flexibility in generating documentation. 💫
- Relicense to MIT and link to the license. ❤️
Regarding the integration of json2md into blah, read this blog post I wrote.
3.1.0
This update is part of the biggest process of cleaning up my GitHub projects:
- Some of the repos were merged with other repos. 🎈
- Obsolete repositories (actually these that didn't have any functionality) were been deleted. 🔥
- Most of them got better documentation using blah configuration. 📖 📚 📝
Changes
- Improved documentation 📝
- Added/updated the the CONTRIBUTING.md file. 📖
- Integrated json2md with blah to get the best flexibility in generating documentation. 💫
Regarding the integration of json2md into blah, read this blog post I wrote.
3.0.0
- Relicensed under The KINDLY License.
- Updated dependencies:
- Generated docs via blah.
- Added the browser version and demo.
2.0.1
2.0.0
- Handle
0values forminandmaxparameters (passed insetFunctionXandsetFunctionY). - Added the functionality to provide the
minandmaxvalues in any order. - Support for custom point characters.
- Replaced
parseIntwithMath.roundeverywhere. - Added the
isPointmethod.
1.2.0
- 🐛 Fixed the
mergecall, after upgrading toul@1.2.0.
1.1.0
- ⬆️ Upgrade to
ul@2.1.0 - 👕 Added
setFunctionXandsetFunctionYmethods. Fixed #6. - 🔥 Deprecated the
setFunctionmethod. - Added tests and Travis integration.