kindled-utils
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "kindled-utils", | ||
"description": "A few functions to assist in development", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
# Kindled Utils | ||
Kindled Utils is a utilization tool made by kindled. | ||
It includes functions to manage files easily, shorten links and more. | ||
You can use the features() function to print all current features. | ||
Kindled Utils is a utilization tool made by kindled.\ | ||
It includes functions to manage files easily, shorten links and more. \ | ||
You can use the features() function to print all current features.\ | ||
**Update v1.7** | ||
(+) Added toJSONFile(path, object) - writes JS object to JSON | ||
(+) Added shorten(<bit.ly - api - key>, link) - Shortens links provided you have a bit.ly API key | ||
(+) Added features() - Prints all the features in Kindled Utils | ||
**Update v1.8** | ||
(!) Fixed package.json | ||
(!) Improved README.md | ||
(+) Added toJSONFile(path, object) - writes JS object to JSON\ | ||
(+) Added shorten(<bit.ly - api - key>, link) - Shortens links provided you have a bit.ly API key\ | ||
(+) Added features() - Prints all the features in Kindled Utils\ | ||
**Update v1.9** | ||
(!) Fixed package.json\ | ||
(!) Improved README.md / fixed bugs \ | ||
4993