Skip to content

Releases: IonicaBizau/node-cli-graph

3.2.3

Choose a tag to compare

@IonicaBizau IonicaBizau released this 25 May 10:33
  • 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.

3.2.2

Choose a tag to compare

@IonicaBizau IonicaBizau released this 26 Apr 05:50

Whitelist the npm files.

3.2.1

Choose a tag to compare

@IonicaBizau IonicaBizau released this 14 Jan 11:18
  • 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

Choose a tag to compare

@IonicaBizau IonicaBizau released this 03 Dec 13:43

Regarding the integration of json2md into blah, read this blog post I wrote.

3.1.0

Choose a tag to compare

@IonicaBizau IonicaBizau released this 12 Nov 12:19

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

Choose a tag to compare

@IonicaBizau IonicaBizau released this 21 Jun 09:30

2.0.1

Choose a tag to compare

@IonicaBizau IonicaBizau released this 22 May 04:59

Added the missing docs. 📝

2.0.0

Choose a tag to compare

@IonicaBizau IonicaBizau released this 21 May 18:55
  • Handle 0 values for min and max parameters (passed in setFunctionX and setFunctionY).
  • Added the functionality to provide the min and max values in any order.
  • Support for custom point characters.
  • Replaced parseInt with Math.round everywhere.
  • Added the isPoint method.

1.2.0

Choose a tag to compare

@IonicaBizau IonicaBizau released this 03 May 14:56
  • 🐛 Fixed the merge call, after upgrading to ul@1.2.0.

1.1.0

Choose a tag to compare

@IonicaBizau IonicaBizau released this 03 May 14:37
  • ⬆️ Upgrade to ul@2.1.0
  • 👕 Added setFunctionX and setFunctionY methods. Fixed #6.
  • 🔥 Deprecated the setFunction method.
  • Added tests and Travis integration.