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

Commit

Permalink
add release notes for v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sanfilip committed Jul 15, 2017
1 parent 31af1b9 commit daf3905
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,23 @@ The **Paperspace API** is the official devkit for automating your [Paperspace](h
* [API documentation](https://paperspace.github.io/paperspace-node)
* [Script Guide](scripts.md) for creating and using startup scripts

## Release Notes for v0.1.2

### New features
* Support for [startup scripts](scripts.md)
* scripts namespace and methods
* Assign a new public ip address on machines create method
* Query filters on list methods
* Support for [paperspace terraform provider](https://github.com/Paperspace/paperspace-terraform)

### Fixes
* fix for cli false input values being converted to strings
* minor doc fixes

### Issues
* List method exact date searches don't find matches
* List method null value searches don't find matches

## Getting started

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.
Expand Down
19 changes: 17 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,21 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="machin
<li><a href="https://paperspace.github.io/paperspace-node">API documentation</a></li>
<li><a href="scripts.md">Script Guide</a> for creating and using startup scripts</li>
</ul>
<h2>Release Notes for v0.1.2</h2><h3>New features</h3><ul>
<li>Support for <a href="scripts.md">startup scripts</a></li>
<li>scripts namespace and methods</li>
<li>Assign a new public ip address on machines create method</li>
<li>Query filters on list methods</li>
<li>Support for <a href="https://github.com/Paperspace/paperspace-terraform">paperspace terraform provider</a></li>
</ul>
<h3>Fixes</h3><ul>
<li>fix for cli false input values being converted to strings</li>
<li>minor doc fixes</li>
</ul>
<h3>Issues</h3><ul>
<li>List method exact date searches don't find matches</li>
<li>List method null value searches don't find matches</li>
</ul>
<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>
<h3>Installation</h3><p>Install the package from npm:</p>
<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>
Expand Down Expand Up @@ -110,10 +125,10 @@ <h2>Copyright</h2><p>Copyright :copyright: 2017 Paperspace - All Rights Reserved
<br class="clear">

<footer>
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.
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.
</footer>

<script>prettyPrint();</script>
<script src="scripts/linenumber.js"></script>
</body>
</html>
</html>

0 comments on commit daf3905

Please sign in to comment.