Skip to content

Releases: justeat/f-copy-assets

v1.1.0 — Added Travis and DangerJS config. (#5)

Choose a tag to compare

@DamianMullins DamianMullins released this 21 Aug 08:05
f466944

Changed

  • Added Travis config.
  • Added Travis badge to readme.
  • Added DangerJS.
  • Added Coveralls badge.

v1.0.0

Choose a tag to compare

@DamianMullins DamianMullins released this 21 Aug 07:45

Changed

  • Bumped to version 1.0.0 for release version.
  • Updated package dependencies.

v0.5.0

Choose a tag to compare

@DamianMullins DamianMullins released this 30 Jan 08:18
ffa639a

Changed

  • Updated .gitignore rules.
  • JavaScript is now transpiled using babel.
  • Main script is now pointing at the dist directory.
  • Using import keyword rather than require inside modules.

v0.4.0

Choose a tag to compare

@DamianMullins DamianMullins released this 18 Oct 12:49

Fixed

  • Fixed EISDIR error.

Added

  • Added changelog file.
  • Added repository info and links to package.json.
  • Added prepare npm script — using concurrently in order to run tasks concurrently.
  • Added jest for unit testing.
  • Added eslint for linting.

Changed

  • Moved tests folder into root of project.
  • License file updated to shorter version.
  • Updated Travis config file.
  • Moved dev packages into devDependencies section.
  • Tidied up gulpfile.js.
  • Updated method names to be more consistent.

Removed

  • Removed .babelrc file.
  • Removed _build directory and files.
  • Removed sections from package.json which are not required.
  • Removed gulp-build-fozzie dependency as we only require unit testing and linting.