Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit daf3905

Browse files
committed
add release notes for v0.1.2
1 parent 31af1b9 commit daf3905

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,23 @@ The **Paperspace API** is the official devkit for automating your [Paperspace](h
1515
* [API documentation](https://paperspace.github.io/paperspace-node)
1616
* [Script Guide](scripts.md) for creating and using startup scripts
1717

18+
## Release Notes for v0.1.2
19+
20+
### New features
21+
* Support for [startup scripts](scripts.md)
22+
* scripts namespace and methods
23+
* Assign a new public ip address on machines create method
24+
* Query filters on list methods
25+
* Support for [paperspace terraform provider](https://github.com/Paperspace/paperspace-terraform)
26+
27+
### Fixes
28+
* fix for cli false input values being converted to strings
29+
* minor doc fixes
30+
31+
### Issues
32+
* List method exact date searches don't find matches
33+
* List method null value searches don't find matches
34+
1835
## Getting started
1936

2037
Your system will need [Node.js](https://nodejs.org) v4+ installed. Check that you have a recent enough version by running `node -v` in your terminal. Node.js comes bundled with `npm`, the Node.js package management tool, which you'll use to install this package.

docs/index.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,21 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="machin
5757
<li><a href="https://paperspace.github.io/paperspace-node">API documentation</a></li>
5858
<li><a href="scripts.md">Script Guide</a> for creating and using startup scripts</li>
5959
</ul>
60+
<h2>Release Notes for v0.1.2</h2><h3>New features</h3><ul>
61+
<li>Support for <a href="scripts.md">startup scripts</a></li>
62+
<li>scripts namespace and methods</li>
63+
<li>Assign a new public ip address on machines create method</li>
64+
<li>Query filters on list methods</li>
65+
<li>Support for <a href="https://github.com/Paperspace/paperspace-terraform">paperspace terraform provider</a></li>
66+
</ul>
67+
<h3>Fixes</h3><ul>
68+
<li>fix for cli false input values being converted to strings</li>
69+
<li>minor doc fixes</li>
70+
</ul>
71+
<h3>Issues</h3><ul>
72+
<li>List method exact date searches don't find matches</li>
73+
<li>List method null value searches don't find matches</li>
74+
</ul>
6075
<h2>Getting started</h2><p>Your system will need <a href="https://nodejs.org">Node.js</a> v4+ installed. Check that you have a recent enough version by running <code>node -v</code> in your terminal. Node.js comes bundled with <code>npm</code>, the Node.js package management tool, which you'll use to install this package.</p>
6176
<h3>Installation</h3><p>Install the package from npm:</p>
6277
<pre class="prettyprint source"><code>$ npm install -g paperspace-node</code></pre><p>The reason we recommend installing it globally is so the <code>paperspace</code> command will be available on your command line everywhere on your system. If you only want to make it available within an individual Node.js project, you can install it locally by omitting the <code>-g</code> flag.</p>
@@ -110,10 +125,10 @@ <h2>Copyright</h2><p>Copyright :copyright: 2017 Paperspace - All Rights Reserved
110125
<br class="clear">
111126

112127
<footer>
113-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Thu Jul 13 2017 22:32:57 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
128+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Sat Jul 15 2017 01:51:37 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
114129
</footer>
115130

116131
<script>prettyPrint();</script>
117132
<script src="scripts/linenumber.js"></script>
118133
</body>
119-
</html>
134+
</html>

0 commit comments

Comments
 (0)