@bbc/spartacus
Version:
16 lines (14 loc) • 1.8 kB
Markdown
# SPArtacus Changelog
| Version | Description |
| ------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| 0.0.13 | De-duplicates dependencies such as React by using peer dependencies. Adds a logging prefix. Adds unit test for basic 200 and 404 server responses. |
| 0.0.12 | Creates helpers.js. Exposes a jest mock of the logger |
| 0.0.11 | Remember to run `npm run build` before doing `npm publish` |
| 0.0.10 | Makes client.js export the window data object for upstream applications to use. Also add Travis to the pipeline. Also change exported functions to use destructuring assignment so params can easily be assigned defaults |
| 0.0.9 | Adds Document/component.jsx, Document/index.jsx and document.js therefore allowing the Document to be shared across application that are using react-helmet and styled-components. Also means the rendering of the Document could be swapped much easier in the future |
| 0.0.8 | Adds enzyme-to-json to fix the app.test.jsx snapshot |
| 0.0.7 | Expose the nodeLogger through the top-level `logger.js`, allows the node and web logger switching to be magic to the top-level application. Also tidies up some single exports which were exported as objects |
| 0.0.6 | Removes use of globals and exposes the server and Express server to the upstream app |
| 0.0.5 | Ensure the log/ directory is deleted after the unit tests create it |
| 0.0.4 | Stop ignoring lib/ as that is what published to npm and used at run time |
| 0.0.3 | Initial setup (copy and paste) including working HMR, sharable webpack configs and logging |