nwb v0.5.0 Release Notes

Release Date: 2015-12-15 // over 8 years ago
  • โž• Added:

    • ๐Ÿ”ง Top-level Webpack config can now be provided for loaders which support it, as a config object in their nwb.config.js loaders configuration. This is intended for loaders which can't use serialisable query config due to plugins, such as some CSS preprocessors [#18]

    ๐Ÿ›  Fixed:

    • ๐Ÿ“ฆ files config from template package.json was being used when packing nwb for publishing. Renamed them to _package.json to avoid this [#22]

    ๐Ÿ”„ Changed:

    • โฌ‡๏ธ Downgraded qs dependency so nwb can be used with Node.js 0.12.x [#19]

    Dependencies:

    • copy-template-dir: v1.0.5 โ†’ v1.1.0 - rename all files beginning with _
    • ๐Ÿ›  expect: v1.13.0 โ†’ v1.13.3 - Map, Set and circular comparison fixes
    • โฌ‡๏ธ qs: v6.0.0 โ†’ v5.2.0 - downgrade to lose Node.js >= 4.0.0 requirement