Skip to content

Releases: jacklowrie/wp-gizmo

v0.3.1 Testing Framework

31 May 05:03
3025719
Compare
Choose a tag to compare

Adds test scaffolding for plugin, updates/refactors pipes, and fixes some pipe issues.

v0.3 Testing framework

19 Mar 15:30
bc49662
Compare
Choose a tag to compare
  • 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

18 Aug 03:02
53541d1
Compare
Choose a tag to compare
  • 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

02 Aug 21:46
2be3920
Compare
Choose a tag to compare
  • Initializes WP-Gizmo project
  • adds PHPCS ruleset, which takes advantage of the meta-standard NeutronRuleset