tag:github.com,2008:https://github.com/justeat/f-copy-assets/releases Release notes from f-copy-assets 2018-08-21T08:04:27Z tag:github.com,2008:Repository/101173552/v1.1.0 2018-08-21T08:05:41Z v1.1.0 — Added Travis and DangerJS config. (#5) <h2>Changed</h2> <ul> <li>Added Travis config.</li> <li>Added Travis badge to readme.</li> <li>Added DangerJS.</li> <li>Added Coveralls badge.</li> </ul> DamianMullins tag:github.com,2008:Repository/101173552/v1.0.0 2018-08-21T07:45:57Z v1.0.0 <h2>Changed</h2> <ul> <li>Bumped to version 1.0.0 for release version.</li> <li>Updated package dependencies.</li> </ul> DamianMullins tag:github.com,2008:Repository/101173552/v0.5.0 2018-01-30T08:18:30Z v0.5.0 <h2>Changed</h2> <ul> <li>Updated <code>.gitignore</code> rules.</li> <li>JavaScript is now transpiled using babel.</li> <li>Main script is now pointing at the <code>dist</code> directory.</li> <li>Using <code>import</code> keyword rather than <code>require</code> inside modules.</li> </ul> DamianMullins tag:github.com,2008:Repository/101173552/v0.4.0 2017-10-18T12:49:31Z v0.4.0 <h3>Fixed</h3> <ul> <li>Fixed <code>EISDIR</code> error.</li> </ul> <h3>Added</h3> <ul> <li>Added changelog file.</li> <li>Added repository info and links to <code>package.json</code>.</li> <li>Added <code>prepare</code> npm script — using <code>concurrently</code> in order to run tasks concurrently.</li> <li>Added <code>jest</code> for unit testing.</li> <li>Added <code>eslint</code> for linting.</li> </ul> <h3>Changed</h3> <ul> <li>Moved tests folder into root of project.</li> <li>License file updated to shorter version.</li> <li>Updated Travis config file.</li> <li>Moved dev packages into <code>devDependencies</code> section.</li> <li>Tidied up <code>gulpfile.js</code>.</li> <li>Updated method names to be more consistent.</li> </ul> <h3>Removed</h3> <ul> <li>Removed <code>.babelrc</code> file.</li> <li>Removed <code>_build</code> directory and files.</li> <li>Removed sections from <code>package.json</code> which are not required.</li> <li>Removed <code>gulp-build-fozzie</code> dependency as we only require unit testing and linting.</li> </ul> DamianMullins