Skip to content

Latest commit

 

History

History
162 lines (149 loc) · 16.8 KB

CHANGELOG.md

File metadata and controls

162 lines (149 loc) · 16.8 KB

Change Log

upcoming (2016/03/03 00:36 +00:00)

  • 2579884 update tests to reflect undertaker updates (@phated)
  • #58 Add changelog (@Xiphe)
  • #64 Avoid locking errors on AppVeyor (@sttk)
  • 07b061c Change to specifying npm version only in verion 0.10 of node.js (@sttk)
  • 8dc8e6e Avoid locking errors on AppVeyor (@sttk)

v1.2.1 (2016/02/09 20:47 +00:00)

  • fef30d8 1.2.1 (@phated)
  • 0af0e01 back out displayName change from #53 - add regression test (@phated)
  • 7d56090 add example usage (@phated)
  • 745d2c2 docs: add initial changelog (@Xiphe)
  • c80b6b2 chore: add NPM script for changelog (@Xiphe)

v1.2.0 (2016/01/31 20:01 +00:00)

  • 962d465 1.2.0 (@phated)
  • c6aba4a Add custom metadata docs (@phated)
  • 1a2f553 better labels (@phated)
  • fb7fcaf add appveyor badge (@phated)
  • 6aa13f0 cleanup (@phated)
  • 61a02d6 # This is a combination of 4 commits. (@sttk)

v1.1.1 (2016/01/29 18:57 +00:00)

  • 07984b6 1.1.1 (@phated)
  • #53 add displayName support to exported tasks (@nmn)
  • b7da669 add displayName support to exported tasks (@nmn)
  • #52 Fixed AppVeyor errors. (@sttk)
  • 7845ae7 Fixed AppVeyor errors. (@sttk)

v1.1.0 (2015/12/21 23:37 +00:00)

  • 41cead7 1.1.0
  • #48 move branches to debug log (@gulpjs)
  • 3d28be6 move branches to debug log
  • #47 register any function that is exported from a gulpfile (@gulpjs)
  • 80ba208 cleanup and backport
  • 9d9013d register any function that is exported from a gulpfile
  • #46 Track logged errors (@gulpjs)
  • af74029 fix jscs linting
  • 6f23077 rename e event to avoid confusing with e for error
  • f9834f7 track errors we log and only log them once

v1.0.0 (2015/11/18 23:50 +00:00)

  • 5e121b6 1.0.0
  • 30e7ec4 bump interpret dep
  • 622db18 bump mute-stdout dep
  • 7fa14fc update README and man page
  • 44a14e5 using package.json files property so no need for npmignore
  • d4c2fc7 run appveyor CI on node 4 and 5
  • a99a031 update package.json
  • 62a896e ^4.0.0 support which is a mirror of alpha.2 logic
  • 565cf68 ignore test output
  • e69cfdc make CLI support new undertaker tree return value
  • b4cbc14 add license file
  • 9bc66cc Improve task not found messaging (@soulcutter)
  • 7387dec reorganize package.json
  • d543afc temporarily update gulp version for travis tests
  • 0fd9075 linting and cleanup
  • 72592bd bump yargs for awesome CLI fixes
  • c26cf2e add usage docs + options - closes #38
  • 6f367a6 Added more integration tests, switch to gulp 4 for devDep (@Romanx)
  • bda8ac3 bump deps
  • b86ea81 fix license property
  • d0fba75 Added some integration tests (@Romanx)
  • f44cfa7 Added tests for require module option (@Romanx)
  • b45beeb Package path should no longer be relative (@Romanx)
  • 9ec3baa Verify pkgPath should use env.cwd (@Romanx)
  • 92e0356 Add task not completed warnings
  • 832a6a5 avoid marking --tasks-json as string to catch booleans - closes #41
  • 320c02c update taskTree test to be more clear
  • 62a7cae use 1.0.0 of gulplog
  • 7baf41f update yargs and switch aliases plus some cleanup
  • ec9f42a introduce gulplog and wire up listener (@kahlil)
  • 08ad295 allow an output file to be specified for --tasks-json option - ref #24
  • f6aec36 mute stream when listing tasks - closes #24
  • 5376c22 make things work with babel change
  • 5e82b4f add support for settling (--continue flag)
  • 0226d55 Fix #19 support tasks description
  • a8371e0 DRY tasks.js
  • 3870672 Fix dependency regex in logTasks
  • d42fb9e Fix typo (@NicoSantangelo)
  • 298df67 Update cliOptions.js (@stramel)
  • 94c07da use .task to get the task - closes #28
  • 6e698e4 make lint pass
  • 5235056 initial commit to support 3.x & 4.0
  • 52ef399 fix autocompletion (@heikki)
  • fccc041 fix lint
  • ae4f954 switch nomnom for yargs
  • 8dfc1f1 cleanup for unsupported versions
  • 76ae4d2 reorg file structure and add version matching based on semver ranges
  • 1629465 fix require path (@heikki)
  • b0fa8f8 rename versioned directory
  • #43 Switching to ESLint (@pdehaan)
  • 2360108 Remove glob from JSCS lint (@pdehaan)
  • 2a49e20 Bump eslint-config-gulp and jscs-preset-gulp deps (@pdehaan)
  • 57f069b Switching to ESLint (@pdehaan)
  • #44 Switching to jscs-preset-gulp preset (@pdehaan)
  • 6b9e1c0 Switching to jscs-preset-gulp preset (@pdehaan)

v0.3.0 (2015/07/12 22:42 +00:00)

v0.2.0 (2015/03/22 03:56 +00:00)

  • ef6fef2 0.2.0
  • 47fb9be bring JSCS over from gulp and fix formatting
  • 58c4c53 Fix dependency regex
  • c559f79 fix #19 Support description (@louisremi)
  • #18 remove engineStrict (@suyash)
  • e05a13f remove engineStrict (@suyash)
  • #16 Updates chalk to 1.0.0. (@jbnicolai)
  • 9c81da4 Updates chalk to 1.0.0. (@jbnicolai)
  • f5716fe fix readme grammar (@contra)
  • 7ae62f9 increase test timeout to fix failing windows tests (@heikki)
  • 9a78e5f Update appveyor.yml (@heikki)
  • b7a2203 Update .travis.yml (@sindresorhus)

v0.1.5 (2015/01/18 22:50 +00:00)

  • f323e4d 0.1.5
  • 97bec36 bump v8flags
  • #11 bump liftoff and v8flags (@tkellen)
  • b9e87f5 bump liftoff and v8flags (@tkellen)

v0.1.4 (2015/01/10 20:17 +00:00)

v0.1.3 (2014/12/30 05:41 +00:00)

v0.1.2 (2014/12/30 05:38 +00:00)

v0.1.1 (2014/12/30 04:46 +00:00)

  • 31acd4b 0.1.1
  • a9ab2aa ship the bin
  • d5a3816 fix test titles
  • 6b2c2ef export a run function from index.js
  • #4 Fix windows tests (@heikki)
  • 2d8c377 convert windows path separators (@heikki)
  • 1a1271a fix windows line endings (@heikki)
  • 9a11607 fix stdout truncate problem on windows (@heikki)
  • 7b1007e add 'node' to exec command to fix windows issue (@heikki)
  • 9c71562 no need for marked-man in deps
  • 29a5b52 cleanup devDeps and move marked-man to deps
  • 194f667 add task tree test from main module
  • 5e8e7cf add version test
  • b1b17e0 add flags test
  • 80a4d87 add first CLI test
  • 7061e68 update/prune deps
  • 562823f add readme
  • bae9c61 being copying the CLI over