Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added File.toJSON method #84

Closed
wants to merge 137 commits into from
Closed

Added File.toJSON method #84

wants to merge 137 commits into from

Commits on Dec 21, 2013

  1. 0.0.1

    Contra committed Dec 21, 2013
    Configuration menu
    Copy the full SHA
    d8c63fe View commit details
    Browse the repository at this point in the history
  2. add small example

    Contra committed Dec 21, 2013
    Configuration menu
    Copy the full SHA
    edf20bd View commit details
    Browse the repository at this point in the history
  3. target 0.8+

    Contra committed Dec 21, 2013
    Configuration menu
    Copy the full SHA
    c004b6c View commit details
    Browse the repository at this point in the history
  4. drop 0.8 support

    Contra committed Dec 21, 2013
    Configuration menu
    Copy the full SHA
    fc7f192 View commit details
    Browse the repository at this point in the history
  5. readme 0.9+

    Contra committed Dec 21, 2013
    Configuration menu
    Copy the full SHA
    f7a15c4 View commit details
    Browse the repository at this point in the history
  6. bump to 0.1.0

    Contra committed Dec 21, 2013
    Configuration menu
    Copy the full SHA
    76580e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2013

  1. add isDirectory

    Contra committed Dec 24, 2013
    6 Configuration menu
    Copy the full SHA
    05d1f1b View commit details
    Browse the repository at this point in the history
  2. fix isDirectory tests

    Contra committed Dec 24, 2013
    Configuration menu
    Copy the full SHA
    cfaa0a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2013

  1. vinyl-fs movement?

    Contra committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    bffa6a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2013

  1. 0.2.1 - fixes gulpjs#2

    Contra committed Dec 28, 2013
    Configuration menu
    Copy the full SHA
    796ba8b View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2014

  1. Correct File.clone() treatment of File.stats

    Cloning the stats object would remove its prototype,
    meaning it would lose methods normally available on fs.Stats
    instances, such as Stats.isDirectory() or Stats.isFile()
    
    This resulted in errors being thrown whenever a cloned file
    was piped through to a gulp.dest() stream when it expected
    the isDirectory() method.
    hughsk committed Jan 11, 2014
    Configuration menu
    Copy the full SHA
    b6244c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd668fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc3acf7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request gulpjs#8 from hughsk/fix-clone-stats

    Correct File.clone() treatment of File.stats
    yocontra committed Jan 11, 2014
    Configuration menu
    Copy the full SHA
    431753f View commit details
    Browse the repository at this point in the history
  5. bump

    Contra committed Jan 11, 2014
    Configuration menu
    Copy the full SHA
    f00767b View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2014

  1. dep update, new coveralls stuff

    Contra committed Jan 14, 2014
    Configuration menu
    Copy the full SHA
    1ca8e46 View commit details
    Browse the repository at this point in the history
  2. remove dead line

    Contra committed Jan 14, 2014
    Configuration menu
    Copy the full SHA
    f49b9c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2014

  1. Configuration menu
    Copy the full SHA
    1824ec9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gulpjs#11 from shuhei/pipe-end

    Correct README about pipe's end option.
    yocontra committed Feb 8, 2014
    Configuration menu
    Copy the full SHA
    7196640 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2014

  1. fix typo

    vvakame committed May 19, 2014
    Configuration menu
    Copy the full SHA
    1783e7f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2014

  1. Merge pull request gulpjs#18 from vvakame/patch-1

    fix typo
    yocontra committed May 20, 2014
    Configuration menu
    Copy the full SHA
    eb4d337 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2014

  1. LICENSE: Remove executable mode

    Spotted this because the file had funny syntax highlighting on GitHub.
    felixrabe committed Jun 8, 2014
    Configuration menu
    Copy the full SHA
    460eed5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70a2193 View commit details
    Browse the repository at this point in the history
  3. Merge pull request gulpjs#22 from felixrabe/patch-2

    Travis: Dump node 0.9 - travis-ci/travis-ci#2251
    yocontra committed Jun 8, 2014
    Configuration menu
    Copy the full SHA
    c01bc7b View commit details
    Browse the repository at this point in the history
  4. Merge pull request gulpjs#21 from felixrabe/patch-1

    LICENSE: Remove executable mode
    yocontra committed Jun 8, 2014
    Configuration menu
    Copy the full SHA
    83bd747 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2014

  1. Configuration menu
    Copy the full SHA
    f3f9be0 View commit details
    Browse the repository at this point in the history
  2. delete this._path 👅

    popomore committed Jun 28, 2014
    Configuration menu
    Copy the full SHA
    d95023f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c71bf3 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2014

  1. throw when set path is null

    popomore committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    e50ceac View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2014

  1. clone custom properties

    laurelnaiad authored and vweevers committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    e493187 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95710de View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2014

  1. Merge pull request gulpjs#27 from vweevers/master

    Clone custom properties
    yocontra committed Jul 19, 2014
    Configuration menu
    Copy the full SHA
    f631c76 View commit details
    Browse the repository at this point in the history
  2. 0.3.0

    Contra committed Jul 19, 2014
    Configuration menu
    Copy the full SHA
    dcb77f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2014

  1. fix deep deps, closes gulpjs#28

    Contra committed Jul 30, 2014
    3 Configuration menu
    Copy the full SHA
    64850ff View commit details
    Browse the repository at this point in the history
  2. 0.3.1

    Contra committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    03b7578 View commit details
    Browse the repository at this point in the history
  3. oops, thats what i get for coding from a car

    Contra committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    ae28ff2 View commit details
    Browse the repository at this point in the history
  4. 0.3.2

    Contra committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    44ef836 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2014

  1. done

    yocontra committed Aug 25, 2014
    Configuration menu
    Copy the full SHA
    6eab1c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2014

  1. Merge pull request gulpjs#24 from popomore/master

    path get/set for recording path change
    yocontra committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    a807acf View commit details
    Browse the repository at this point in the history
  2. closes gulpjs#31

    yocontra committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    6186101 View commit details
    Browse the repository at this point in the history
  3. fix jshint on tests

    Contra committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    f13970e View commit details
    Browse the repository at this point in the history
  4. 0.3.3

    Contra committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    c801d3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a913edf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b34f813 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6bfd73c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7638f07 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f76a921 View commit details
    Browse the repository at this point in the history
  10. pass jshint

    popomore committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    7724121 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2014

  1. object should multiline

    popomore committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    037e830 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gulpjs#32 from popomore/clone

    improve clone
    yocontra committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    76165e0 View commit details
    Browse the repository at this point in the history
  3. Fixing the clone method

    nfroidure authored and popomore committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    acea889 View commit details
    Browse the repository at this point in the history
  4. Adding more test

    nfroidure authored and popomore committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    fb1b15d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5a62f0 View commit details
    Browse the repository at this point in the history
  6. coverage 100% ✨

    popomore committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    d37b57b View commit details
    Browse the repository at this point in the history
  7. Merge pull request gulpjs#33 from popomore/clone-stream

    Clone stream
    yocontra committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    3dedd52 View commit details
    Browse the repository at this point in the history
  8. 0.4.0

    Contra committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    80d3f61 View commit details
    Browse the repository at this point in the history
  9. fix history cloning bug

    Contra committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    0142513 View commit details
    Browse the repository at this point in the history
  10. 0.4.1

    Contra committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    0014b9b View commit details
    Browse the repository at this point in the history
  11. minor speed ups

    Contra committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    2353e39 View commit details
    Browse the repository at this point in the history
  12. minor speed enhancements

    Contra committed Aug 29, 2014
    3 Configuration menu
    Copy the full SHA
    e4d8b99 View commit details
    Browse the repository at this point in the history
  13. remove native clone

    Contra committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    cd0d042 View commit details
    Browse the repository at this point in the history
  14. 0.4.2

    Contra committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    f33d6d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2014

  1. fix funky history passing, closes gulpjs#35

    Contra committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    d220c85 View commit details
    Browse the repository at this point in the history
  2. 0.4.3

    Contra committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    6eae432 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2014

  1. Don't package coverage into NPM

    Gregory Perry committed Sep 9, 2014
    Configuration menu
    Copy the full SHA
    9b811b8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gulpjs#37 from Dapperbot/npmignore-coverage

    Don't package coverage into NPM
    Eric Schoffstall committed Sep 9, 2014
    Configuration menu
    Copy the full SHA
    f12b944 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2014

  1. ignore some files for size reasons

    Contra committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    fd887b3 View commit details
    Browse the repository at this point in the history
  2. 0.4.4

    Contra committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    61834c9 View commit details
    Browse the repository at this point in the history
  3. reduce size by switching off lodash

    Contra committed Nov 13, 2014
    6 Configuration menu
    Copy the full SHA
    ec094b4 View commit details
    Browse the repository at this point in the history
  4. 0.4.5

    Contra committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    a7a8c68 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2014

  1. dep update

    Contra committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    37dafeb View commit details
    Browse the repository at this point in the history
  2. 0.4.6

    Contra committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    8255a5f View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2015

  1. Configuration menu
    Copy the full SHA
    3c5e95d View commit details
    Browse the repository at this point in the history
  2. Merge pull request gulpjs#43 from pascalduez/pr__clone_docs

    Document `file.clone()` arguments
    Eric Schoffstall committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    b3b4c60 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2015

  1. update dependencies and devDependencies

    * bump versions of outdated modules
    * replace coveralls with istanbul-coveralls
    Shinnosuke Watanabe committed Feb 27, 2015
    Configuration menu
    Copy the full SHA
    0737ef4 View commit details
    Browse the repository at this point in the history
  2. update test script

    We don’t need to set `reporter` flag to `spec`, since Mocha uses spec
    reporter by default.
    Shinnosuke Watanabe committed Feb 27, 2015
    Configuration menu
    Copy the full SHA
    f1f9dfb View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2015

  1. Merge pull request gulpjs#45 from shinnn/deps

    Update dependencies and devDependencies
    contra committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    6fd2748 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2015

  1. Document history.

    jmm committed May 6, 2015
    Configuration menu
    Copy the full SHA
    edf1ecb View commit details
    Browse the repository at this point in the history
  2. Document path.

    jmm committed May 6, 2015
    Configuration menu
    Copy the full SHA
    231f32a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ed6a01 View commit details
    Browse the repository at this point in the history
  4. Document options.history.

    jmm committed May 6, 2015
    Configuration menu
    Copy the full SHA
    93df183 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2015

  1. Merge pull request gulpjs#48 from jmm/docs

    Update docs for `path` and `history`
    contra committed May 9, 2015
    Configuration menu
    Copy the full SHA
    c3fc0b3 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2015

  1. dep updates

    Contra committed May 12, 2015
    Configuration menu
    Copy the full SHA
    55f90e3 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2015

  1. update license attribut

    specifying the type and URL is deprecated:
    
    https://docs.npmjs.com/files/package.json#license
    http://npm1k.org/
    pgilad committed May 19, 2015
    Configuration menu
    Copy the full SHA
    e5b2670 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gulpjs#49 from pgilad/patch-1

    update license attribute
    contra committed May 19, 2015
    Configuration menu
    Copy the full SHA
    01ed2ef View commit details
    Browse the repository at this point in the history

Commits on May 23, 2015

  1. Configuration menu
    Copy the full SHA
    e09817f View commit details
    Browse the repository at this point in the history
  2. Merge pull request gulpjs#46 from jeremyruppel/pathname-helpers

    Add dirname, basename and extname getters
    contra committed May 23, 2015
    Configuration menu
    Copy the full SHA
    2c80c43 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2015

  1. Configuration menu
    Copy the full SHA
    027142c View commit details
    Browse the repository at this point in the history
  2. Merge pull request gulpjs#52 from jeremyruppel/readme

    Add explicit newlines to readme
    contra committed May 26, 2015
    Configuration menu
    Copy the full SHA
    b5b78ff View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2015

  1. 0.5.0

    Contra committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    8fea984 View commit details
    Browse the repository at this point in the history
  2. closes gulpjs#50 and gulpjs#51

    contra committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    04f681e View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2015

  1. Fix file clone options

    danielhusar committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    4b42095 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gulpjs#54 from danielhusar/clone-options

    Fix file clone options
    contra committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    ac88015 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2015

  1. Configuration menu
    Copy the full SHA
    b4ac64b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7208e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7293a71 View commit details
    Browse the repository at this point in the history
  4. Merge pull request gulpjs#58 from whyrusleeping/master

    use Buffer.isBuffer instead of instanceof
    contra committed Aug 4, 2015
    Configuration menu
    Copy the full SHA
    0d19456 View commit details
    Browse the repository at this point in the history
  5. 0.5.1

    Contra committed Aug 4, 2015
    Configuration menu
    Copy the full SHA
    81692ec View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2015

  1. add isVinyl function

    Contra committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    0fe8da7 View commit details
    Browse the repository at this point in the history
  2. 0.5.3

    Contra committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    6f19648 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2015

  1. Configuration menu
    Copy the full SHA
    d9ae5ea View commit details
    Browse the repository at this point in the history
  2. Merge pull request gulpjs#60 from bobintornado/master

    remove <br> from README.md
    contra committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    afb3450 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2015

  1. correct url

    Contra committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    0b64336 View commit details
    Browse the repository at this point in the history
  2. 1.0.0

    Contra committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    dbe943d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2015

  1. Configuration menu
    Copy the full SHA
    652bc3b View commit details
    Browse the repository at this point in the history
  2. Use reference links

    tatsuyafw committed Oct 18, 2015
    Configuration menu
    Copy the full SHA
    032ae7c View commit details
    Browse the repository at this point in the history
  3. Merge pull request gulpjs#63 from tatsuyafw/fix-badge-url

    Fix broken badge URLs in README.md
    contra committed Oct 18, 2015
    Configuration menu
    Copy the full SHA
    389752c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2015

  1. add stem property to File

    soslan committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    e2246af View commit details
    Browse the repository at this point in the history
  2. Documentation for File.stem

    soslan committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    ae3778c View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2015

  1. Add JSCS to repo

    pdehaan committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    6506478 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9a0101 View commit details
    Browse the repository at this point in the history
  3. Merge pull request gulpjs#65 from pdehaan/jscs-preset

    Add JSCS to repo
    phated committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    9cffc6c View commit details
    Browse the repository at this point in the history
  4. Replace JSHint with ESLint

    pdehaan committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    f6a5512 View commit details
    Browse the repository at this point in the history
  5. Bump to eslint-config-gulp@2

    pdehaan committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    c5549f7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request gulpjs#66 from pdehaan/eslint

    Replace JSHint with ESLint
    phated committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    52cb846 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2015

  1. Following JSCS rules

    soslan committed Oct 23, 2015
    Configuration menu
    Copy the full SHA
    d45f478 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e505375 View commit details
    Browse the repository at this point in the history
  3. Merge pull request gulpjs#64 from soslan/master

    File.stem for basename without suffix
    phated committed Oct 23, 2015
    Configuration menu
    Copy the full SHA
    e94a492 View commit details
    Browse the repository at this point in the history
  4. 1.1.0

    phated committed Oct 23, 2015
    Configuration menu
    Copy the full SHA
    51052ad View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2015

  1. Configuration menu
    Copy the full SHA
    c33d85a View commit details
    Browse the repository at this point in the history
  2. Merge pull request gulpjs#67 from pdehaan/patch-1

    Set Travis to sudo:false and add node 0.12/4.x
    phated committed Oct 25, 2015
    Configuration menu
    Copy the full SHA
    e331b1f View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2016

  1. Readme: use SVG images.

    [ci skip]
    bnjmnt4n committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    193e3d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2016

  1. Merge pull request gulpjs#73 from d10/svg-images

    Readme: use SVG images.
    contra committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    27a2475 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2016

  1. Configuration menu
    Copy the full SHA
    3e8b132 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gulpjs#74 from erikkemperman/fix-isvinyl-null

    Fix isVinyl for falsy values
    phated committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    9391565 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2016

  1. docs: add CHANGELOG.md

    t1st3 committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    f70c395 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2016

  1. chore: add NPM script for changelog

    t1st3 authored and phated committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    2d3e984 View commit details
    Browse the repository at this point in the history
  2. 1.1.1

    phated committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    3990e00 View commit details
    Browse the repository at this point in the history
  3. update changelog

    phated committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    9dbe203 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2016

  1. Configuration menu
    Copy the full SHA
    5b8550a View commit details
    Browse the repository at this point in the history
  2. Merge pull request gulpjs#81 from ruanyl/master

    remove useless markdown code symbol from readme
    contra committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    664e143 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. Fixing Error message.

    dkim-95112 committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    cff4ef2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gulpjs#82 from dkim-95112/master

    Fixing Error message.
    phated committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    896f68d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2016

  1. #api Added File.toJSON method gulpjs#83

      * Serializes vinyl File object into JSON
      * First pass. Seems to be working
      * No tests
    Marak committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    73d57a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    263fa6a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2016

  1. Configuration menu
    Copy the full SHA
    520c980 View commit details
    Browse the repository at this point in the history
  2. #minor Code style update

    Marak committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    f5d33ef View commit details
    Browse the repository at this point in the history