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

Update to 2.29.1 #1

Merged
merged 29 commits into from Sep 9, 2013
Merged

Update to 2.29.1 #1

merged 29 commits into from Sep 9, 2013

Commits on Jul 25, 2013

  1. Use transforms with --deps and --list flags.

    Allows transformed scripts to be parsed correctly
    for dependencies. Currently, using these options
    in combination with coffeeify or brfs (among
    others) will throw a syntax error.
    hughsk authored and James Halliday committed Jul 25, 2013
    Configuration menu
    Copy the full SHA
    8d4a241 View commit details
    Browse the repository at this point in the history
  2. 2.25.1

    James Halliday committed Jul 25, 2013
    Configuration menu
    Copy the full SHA
    83c2800 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2013

  1. bump browser-pack for web workers

    James Halliday committed Aug 2, 2013
    Configuration menu
    Copy the full SHA
    d0f3657 View commit details
    Browse the repository at this point in the history
  2. 2.26.0

    James Halliday committed Aug 2, 2013
    Configuration menu
    Copy the full SHA
    901c665 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2013

  1. Allow arbitrary external ids

    Right now, ids used to reference modules in external bundles are
    required to correspond to actual files, but it'd be helpful if these ids
    could be arbitrary. This issue has been brought up in browserify#387 and browserify#472.
    
    A small change to how external modules are loaded, combined with using
    the mdeps filter option, allows for arbitrary external ids. This commit
    includes test coverage.
    jmreidy authored and James Halliday committed Aug 15, 2013
    Configuration menu
    Copy the full SHA
    c8a4340 View commit details
    Browse the repository at this point in the history
  2. 2.27.0

    James Halliday committed Aug 15, 2013
    Configuration menu
    Copy the full SHA
    bd146cf View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:substack/node-browserify

    James Halliday committed Aug 15, 2013
    Configuration menu
    Copy the full SHA
    62a7b66 View commit details
    Browse the repository at this point in the history
  4. -x works again for non-core module names

    James Halliday committed Aug 15, 2013
    Configuration menu
    Copy the full SHA
    edc3c3f View commit details
    Browse the repository at this point in the history
  5. fix for external core module names

    James Halliday committed Aug 15, 2013
    Configuration menu
    Copy the full SHA
    860c95f View commit details
    Browse the repository at this point in the history
  6. filter deps for externals

    James Halliday committed Aug 15, 2013
    Configuration menu
    Copy the full SHA
    b26e13d View commit details
    Browse the repository at this point in the history
  7. external test passes

    James Halliday committed Aug 15, 2013
    Configuration menu
    Copy the full SHA
    d89888b View commit details
    Browse the repository at this point in the history
  8. 2.27.1

    James Halliday committed Aug 15, 2013
    Configuration menu
    Copy the full SHA
    cc2fb08 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2013

  1. make browserify -r events --standalone EventEmitter work

    James Halliday committed Aug 18, 2013
    Configuration menu
    Copy the full SHA
    b24fbc3 View commit details
    Browse the repository at this point in the history
  2. 2.28.0

    James Halliday committed Aug 18, 2013
    Configuration menu
    Copy the full SHA
    a0f2261 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2013

  1. hash test checks correct behavior for duplicate files

    James Halliday committed Aug 25, 2013
    Configuration menu
    Copy the full SHA
    9b6f2cb View commit details
    Browse the repository at this point in the history
  2. failing check for only 1 duplicate file included

    James Halliday committed Aug 25, 2013
    Configuration menu
    Copy the full SHA
    a9b33cb View commit details
    Browse the repository at this point in the history
  3. files with the same hash only included once

    James Halliday committed Aug 25, 2013
    Configuration menu
    Copy the full SHA
    356bf6a View commit details
    Browse the repository at this point in the history
  4. failing test for hash instances

    James Halliday committed Aug 25, 2013
    Configuration menu
    Copy the full SHA
    ee84403 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef1589e View commit details
    Browse the repository at this point in the history
  6. update the reverse multi bundle test for hash matching to not depend …

    …on side effects in files with the same hash
    James Halliday committed Aug 25, 2013
    Configuration menu
    Copy the full SHA
    d62b317 View commit details
    Browse the repository at this point in the history
  7. passing hash instance context test dealing with single-level nested d…

    …ependencies
    James Halliday committed Aug 25, 2013
    Configuration menu
    Copy the full SHA
    92b3092 View commit details
    Browse the repository at this point in the history
  8. a failing test for nested hash instance contexts

    James Halliday committed Aug 25, 2013
    Configuration menu
    Copy the full SHA
    2ece486 View commit details
    Browse the repository at this point in the history
  9. nested hash instance contexts test passes with a more sophisticated r…

    …ecursive hash-aware dependency checker
    James Halliday committed Aug 25, 2013
    Configuration menu
    Copy the full SHA
    63928d2 View commit details
    Browse the repository at this point in the history
  10. use stream-combiner directly instead of event-stream

    James Halliday committed Aug 25, 2013
    Configuration menu
    Copy the full SHA
    7d101ec View commit details
    Browse the repository at this point in the history
  11. 2.29.0

    James Halliday committed Aug 25, 2013
    Configuration menu
    Copy the full SHA
    da4c2d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2013

  1. Failing tests for sourcemaps on standalone builds.

    noahmedling authored and James Halliday committed Sep 3, 2013
    Configuration menu
    Copy the full SHA
    dc7c78e View commit details
    Browse the repository at this point in the history
  2. Standalone sourcemaps tests pass.

    noahmedling authored and James Halliday committed Sep 3, 2013
    Configuration menu
    Copy the full SHA
    fc0f176 View commit details
    Browse the repository at this point in the history
  3. 2.29.1

    James Halliday committed Sep 3, 2013
    Configuration menu
    Copy the full SHA
    1e5e0e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2013

  1. Configuration menu
    Copy the full SHA
    330476b View commit details
    Browse the repository at this point in the history