Releases: jacklowrie/wp-gizmo
Releases · jacklowrie/wp-gizmo
v0.3.1 Testing Framework
Adds test scaffolding for plugin, updates/refactors pipes, and fixes some pipe issues.
v0.3 Testing framework
- installs
lazypipe
,jest
,vinyl-fs-fake
- refactors gulp tasks into reusable sets of pipes using lazypipe
- adds tests using jest and vinyl-fs-fake for those pipes.
- update dependencies
v0.2
- create bundle process
- create gulpfile starter
- create basic lint & watch tasks
- create and hook up config file
- add npm to project
- add gulp as a dev dependency
- add babel as dev dependency
- add eslint and related gulp plugin as dev dependencies
- add google js styleguide as dev dep and lint gulpfile
- add gulp-rename as a dev dependency
- add rimraf as a dev dependency
- add gulp-string-replace as dev dependency
v0.1
- Initializes WP-Gizmo project
- adds PHPCS ruleset, which takes advantage of the meta-standard NeutronRuleset