Releases: justeat/f-copy-assets
Releases · justeat/f-copy-assets
v1.1.0 — Added Travis and DangerJS config. (#5)
Changed
- Added Travis config.
- Added Travis badge to readme.
- Added DangerJS.
- Added Coveralls badge.
v1.0.0
Changed
- Bumped to version 1.0.0 for release version.
- Updated package dependencies.
v0.5.0
Changed
- Updated
.gitignore
rules. - JavaScript is now transpiled using babel.
- Main script is now pointing at the
dist
directory. - Using
import
keyword rather thanrequire
inside modules.
v0.4.0
Fixed
- Fixed
EISDIR
error.
Added
- Added changelog file.
- Added repository info and links to
package.json
. - Added
prepare
npm script — usingconcurrently
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.