Skip to content

Commit

Permalink
update note on previously undocumented breaking changes
Browse files Browse the repository at this point in the history
update docs
  • Loading branch information
silkentrance committed Aug 26, 2022
1 parent 31bf774 commit d6be356
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ All breaking changes that had been introduced, i.e.
have been reverted in v0.2.2 and tmp should now behave as it did before the
introduction of these breaking changes.

Other breaking changes, i.e.

- template must not include any path components
- name must be relative to tmpdir
- dir option must be relative to tmpdir

are still in place.

In order to override the system's tmpdir, you will have to use the newly
introduced tmpdir option.

Expand Down
2 changes: 1 addition & 1 deletion docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -3510,7 +3510,7 @@ <h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.htm
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Fri Aug 26 2022 21:08:17 GMT+0200 (Mitteleuropäische Sommerzeit)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Fri Aug 26 2022 22:10:07 GMT+0200 (Mitteleuropäische Sommerzeit)
</footer>

<script> prettyPrint(); </script>
Expand Down
9 changes: 8 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ <h2>An Important Note on Previously Undocumented Breaking Changes</h2>
</ul>
<p>have been reverted in v0.2.2 and tmp should now behave as it did before the
introduction of these breaking changes.</p>
<p>Other breaking changes, i.e.</p>
<ul>
<li>template must not include any path components</li>
<li>name must be relative to tmpdir</li>
<li>dir option must be relative to tmpdir</li>
</ul>
<p>are still in place.</p>
<p>In order to override the system's tmpdir, you will have to use the newly
introduced tmpdir option.</p>
<h2>An Important Note on Compatibility</h2>
Expand Down Expand Up @@ -331,7 +338,7 @@ <h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.htm
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Fri Aug 26 2022 21:08:17 GMT+0200 (Mitteleuropäische Sommerzeit)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Fri Aug 26 2022 22:10:07 GMT+0200 (Mitteleuropäische Sommerzeit)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/tmp.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ <h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.htm
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Fri Aug 26 2022 21:08:17 GMT+0200 (Mitteleuropäische Sommerzeit)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Fri Aug 26 2022 22:10:07 GMT+0200 (Mitteleuropäische Sommerzeit)
</footer>

<script> prettyPrint(); </script>
Expand Down

0 comments on commit d6be356

Please sign in to comment.