tag:github.com,2008:https://github.com/ngfelixl/nodeplotlib/releases Release notes from nodeplotlib 2022-07-12T16:13:35Z tag:github.com,2008:Repository/149402291/v1.1.2 2022-07-14T17:36:48Z v1.1.2 <h1>Changelog</h1> <ul> <li>Fix migration issue to version 14 were I introduced the wrong executor for the typescript compilation. Before <code>@nrwl/node:webpack</code>, now <code>@nrwl/js:tsc</code></li> <li>This fixes the non-existing type declaration emit for <code>@nrwl/node:webpack</code></li> <li>Add <code>[Nodeplotlib] {message}</code> scope to console logs.</li> <li>Cache the visited routes to prevent a (partially not-existing) redraw of the plots.</li> </ul> ngfelixl tag:github.com,2008:Repository/149402291/v1.1.1 2022-07-12T15:47:19Z v1.1.1: Merge pull request #74 from ngfelixl/fix/type-definitions <p>fix: bundle type definitions with @nrwl/js:tsc</p> ngfelixl tag:github.com,2008:Repository/149402291/v1.1.0 2022-07-12T14:29:21Z v1.1.0 <h1>Changelog</h1> <h2>Nodeplotlib</h2> <ul> <li>Add the plotly configuration as parameter of the <code>plot</code> function</li> <li>Create the <code>Config</code> property proxy and export it</li> <li>Update the docs</li> </ul> <h2>Web</h2> <ul> <li>Read the <code>Config</code> and provide it to the Plotly <code>newPlot</code> and <code>react</code> functions</li> <li>Provide SocketService and PlotsService in root</li> </ul> ngfelixl tag:github.com,2008:Repository/149402291/v1.0.2 2022-07-06T12:54:31Z v1.0.2 <h1>Changelog</h1> <ul> <li>Use "main" as default branch instead of "master"</li> <li>Migrate to @nrwl/workspace version 14 and Angular version 14</li> <li>Use nx' distributed project.json configuration</li> <li>Add <code>nx workspace-lint</code> and <code>nx format:check</code> to ci</li> </ul> ngfelixl tag:github.com,2008:Repository/149402291/v1.0.1 2022-02-19T10:11:05Z v1.0.1 <h1>Changelog</h1> <ul> <li>Chore: Update dependencies by running @nrwl/workspace migrations</li> </ul> ngfelixl tag:github.com,2008:Repository/149402291/v1.0.0 2022-01-03T23:52:36Z v1.0.0 <p>This is a complete rewrite of NodePlotLib. In addition to the previous functionality it provides the possibility to stream data from NodeJS directly to the browser without any frontend preparations, the only thing needed is a <code>plot</code> function that accepts plot data or an <strong>RxJS</strong> observable of plot data. The previous versions <code>stack</code> and <code>clear</code> functions are not needed anymore.</p> <h2>Changelog</h2> <ul> <li>Uses an NX workspace</li> <li>Uses Angular for the frontend</li> <li>Uses NestJS for the library</li> <li>Exposes a <code>plot</code> function and <code>Plot</code>, <code>Layout</code> types (TypeScript)</li> <li>Uses a socket.io real time connection</li> <li>Closes all active subscriptions if there is no browser window listening</li> <li>Reworked the docs</li> <li>Added an icon</li> <li>Added a new animation for npmjs.com</li> <li>Adds a link to the Plotly.js documentation</li> <li>Adds a link to an internal documentation</li> <li>Adds a link to the Github repository</li> </ul> ngfelixl tag:github.com,2008:Repository/149402291/v1.0.0-rc2 2022-01-03T22:39:47Z v1.0.0-rc2 <p>chore: bump version number</p> ngfelixl tag:github.com,2008:Repository/149402291/v1.0.0-rc1 2021-12-20T23:48:38Z v1.0.0-rc1 <p>chore: bump version number</p> ngfelixl tag:github.com,2008:Repository/149402291/v1.0.0-rc0 2021-12-20T23:39:23Z v1.0.0-rc0 <p>fix(tools): fix path for copying web files</p> ngfelixl tag:github.com,2008:Repository/149402291/v0.7.7 2021-12-09T19:34:15Z v0.7.7: Merge pull request #59 from nathanbabcock/master <p>Fix plot type in README</p> ngfelixl