[Pkg-javascript-commits] [node-module-deps] annotated tag v3.7.8 created (now 4efa2b5)

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 15 09:48:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a change to annotated tag v3.7.8
in repository node-module-deps.

        at  4efa2b5   (tag)
   tagging  8e34e42433dfdf1389b9eb89086aa0604d8eca0a (commit)
 tagged by  Andres Suarez
        on  Sat Apr 25 21:55:36 2015 -0400

- Log -----------------------------------------------------------------
3.7.8

Anatoliy Chakkaev (1):
      Only process rows with source

Andres Suarez (5):
      Fix input rows race condition
      Update deps
      Remove unused dep minimist
      Merge pull request #82 from substack/update-deps
      3.7.8

Andrey Popp (3):
      pass opts.extensions to browser-resolve and resolve calls
      pass extensions to browser-resolve through parent
      bump browser-resolve to 1.1.0

Chris Dickinson (1):
      windows: fix path splitting

Cymen Vig (1):
      Use NODE_PATH environmental variable

Damon Oehlman (1):
      Fixed link to browser-pack

David Beck (2):
      fix for packageTransform option bug
      pass dir as second argument to packageFilter

Dominic Tarr (5):
      filter files you don't want to bundle
      make sure you still emit end
      update to latest version of through
      tests for filter
      should not need to resolve the file before filtering it

ElNounch (3):
      Split NODE_PATH by local OS delimiter
      Enforce entries[] index as local filepath style
      Fix browserify's test/paths.js in Node 0.8

Glen Mailer (1):
      Preserve transform stream errors when wrapped

Greg Smith (1):
      Fix tests failing on Windows

James Cleveland (1):
      Fixing error handling where tr was undefined if there's no cache.

James Halliday (322):
      working code and example
      updated example
      bin script
      passing test
      passing bundle pack test
      package.json etc
      docs
      using travis
      try 0.10 with quotes
      try removing 0.10
      using the latest version of required
      Merge pull request #1 from DamonOehlman/master
      row.deps is sometimes undefined
      Merge branch 'master' of github.com:substack/module-deps
      take an opts param and pass it through to required
      0.2.0
      using through
      0.2.1
      forgot the through dep
      use the latest required
      minimal-er
      0.2.4
      check for undefined instead of falsy row.source since the empty string is a valid value
      take out the row.source check since this breaks multi-bundle in browserify downstream
      transform test files
      failing transform test using sed
      now using browser-resolve directly
      fix for deps.length === 0, old bundle tests pass again
      top-level transforms work
      only apply opts.transform to top-level modules
      coerce opts.transform to an array
      transform test passes
      move to tr_sh
      allow an opts.packageFilter
      failing module tr test
      module test passes
      do opts.packageFilter() before checking for the transform field
      only look for package.json transforms when opts.transformKey is set
      use node's resolve not the browser version for the transform module lookups
      document transforms
      0.3.0
      take out command version of transforms, only use module form
      update tr_sh test for removed command strings
      remove the docs for command transforms
      function transforms
      0.4.0
      emit errors on resolve lookup failure
      hadn't added a test file
      more test files not checked in
      use a callback to avoid stream buffering
      end the stream at the other pending check
      ignore errors resolving transform modules
      remove superfluous shell-quote dependency
      use the latest faster detective
      emit error objects, not strings
      use concat-stream instead of on "data"/"end" for streams2 users
      0.5.3
      bump for upgraded browser-resolve to handle browser field `false` values
      emit errors for transform lookups correctly
      missed converting a cb() to 2-arg; all tests pass
      0.6.1
      isFIFO
      bump detective for early returns
      0.6.2
      test 0.10 on travis
      document opts.filter
      0.7.0
      skip parsing json files for requires
      0.7.1
      failing noparse test
      noParse implementation for jquery, threejs etc
      document noParse
      0.8.0
      pause/resume instead of emit on nexttick
      opts.cache, docs, 0.9.0
      skip transforms for cached data
      object-form for opts.cache
      0.10.0
      also check isBuffer()
      0.10.1
      upgrade deps for pkg patches
      upgrade deps, tests still pass
      depend on git browser-resolve ref with the dependency fix
      failing test for opts.packageFilter
      0.10.3, fixes pkg_filter test
      failing streaming test
      load an entry file from a stream, in-place
      document stream behavior
      0.11.0
      move the entries logic around
      0.11.1
      fixed conflict
      0.12.0
      passing unicode test
      pass opts.modules through to browser-resolve
      retry from cwd in any case, not just for !s.isFIFO()
      use a package cache to hold onto package.json entries
      document packageCache
      0.14.0
      deterministic output with dep sorting and order-enforcement
      0.15.0
      fix bug handling visited nodes
      fix errors queueing null results
      0.15.1
      allow relative options and argv in the command
      opts.includeIndex to include the deterministic index
      0.16.0
      include indexDeps in rows in includeIndex mode
      populate indexDeps correctly
      document opts.includeIndex
      0.17.0
      remove opts.includeIndex feature, belongs in browser-pack as a post-sorting step
      1.0.0
      fix to reset pending for visited files
      fix another pending bug, remove superfluous index tracking
      1.0.1
      better error messages for readFile errors
      1.0.2
      fixed test typo
      upgrade browser-resolve and resolve to get module resolution of core lib overrides from node_modules/
      1.1.0
      failing test for global transforms
      fix the tr_global test, still fails
      reformat package.json
      set the pkg properly for the initial mains list
      global transform test passes
      tap -> tape
      upgrade concat-stream
      upgrade JSONStream
      drop node 0.8
      blah
      1.2.0
      passing test for a relative transform
      passing test for relative transforms
      another passing relative tr test
      subdir test now fails
      recursively load the initial package.json, fails the tr_rel test
      resolve transforms based on the package.json directory name
      factor out the package lookuper
      re-lookup when the dirname isn't set
      fix a bug in the transform key walker to not be completely broken
      1.2.1
      1.2.2
      normalize the missing enoent errors to match the errors from browserify core
      1.3.0
      bubble up 2 more error cases
      1.3.1
      upgrade detective for es6 support
      1.4.0
      swap out detective for mine
      1.4.1
      fix a mismatch between mine() results and cached entries
      1.4.2
      transform event for every transform stream and file pair
      document the transform event
      1.5.0
      failing test for transform options
      passing transform options implementation
      document transformKey variants
      1.6.0
      emit the transform event in the function case
      1.6.1
      1.7.0
      switch back to detective, drop mine
      1.7.1
      upgrade detective for es6
      fix the pkg_filter test, upgrade detective
      1.8.0
      merge conflict
      1.8.1
      formatting, use a variable
      document opts.paths
      1.9.0
      document packageFilter dir
      1.10.0
      sorting with typewise.compare in deps test
      complete rewrite using prototypes for clarity
      fixed deps test
      sort for noparse
      re-enable streams, first test passes
      fixed the stream test by checking for .path
      propagate errors correctly
      load transform code properly but not getting applied
      populate streams in order, pass pkg through to readFile()
      stop looking for a package.json at a node_modules directory
      use pkg.__dirname where available
      sort unicode results
      upgrade modules
      through2
      install the rest of the deps
      failing cycle test
      fixed cycle test
      cache fix
      more package caching
      more aggressive package caching
      much faster caching scheme
      guard walk() against not having a cb
      fix a scope bug, more properly resolve package caches
      also cache missed files
      handle the empty case
      apply transforms to streams
      2.0.0
      fixed an intermittent resolve bug
      2.0.1
      remove early error
      2.0.2
      s/self/this/
      2.0.3
      skip emitting a useless value that breaks
      2.0.4
      fix to not crash on syntax errors
      2.0.5
      re-emit transform stream errors
      2.0.6
      usage
      usage docs
      2.1.0
      2.1.1
      2.1.2
      wrapper for streams1 transforms to prevent losing data
      2.1.3
      fix syntax error
      2.1.4
      2.1.5
      support - as a filename
      transform stream
      updated deps test
      updated cycle test, default to entry
      drop stream file support, concat outside
      all tests updated
      failing expose example
      passing expose test
      failing test for synthetic source
      passing source test
      include "file" property in the rows
      fix module-deps bin
      set top parent path to basedir
      expose .globalTransforms
      opts.ignoreMissing
      document opts.ignoreMissing
      fix if .source is already defined
      apply transforms on pre-loaded rec.source
      document transform stream
      update deps
      3.0.0
      emit id with file event
      postFilter
      set pending correctly
      document packageFilter
      3.1.0
      handle expose in this module
      document input format
      3.2.0
      bump parents
      3.2.1
      test to check for transform error file names
      expose transform error filename
      3.3.0
      noparse row test
      passing noparse row test
      document row noparse
      3.4.0
      failing dotdot test
      fixed with resolve 0.7.2
      3.4.1
      emit package events
      pkg test
      package event docs
      3.5.0
      pass through basedir options
      3.5.1
      actually that was a mistake
      3.5.2
      do not apply transforms to opts.modules entries
      3.5.3
      apply global transforms to builtins but not local modules
      3.5.4
      3.5.5
      3.5.6
      Merge pull request #55 from smrq/windows
      passing test for transform with no entries
      make opts.modules always defined
      3.5.7
      also check this.basedir for top-levelness
      3.5.8
      upgrade detective using acorn for perf boost, better es6 support
      3.5.9
      3.5.10
      fix for top-levelness of builtins
      3.5.11
      3.5.12
      accept transforms in the input stream
      merge entry and id records
      extra case in record merge for only id
      transform pipeline test
      document transform objects
      3.6.0
      forgot to check in tr_write/main.js
      3.6.1
      resolve paths relative to basedir
      3.6.2
      3.6.3
      better error message for invalid transforms
      3.6.4
      3.6.5
      Merge branch 'fix-expose' of https://github.com/jmm/module-deps
      3.7.0
      upgrade resolve and browser-resolve, set initial entry filename based on filename dir
      include basedir in the top-parent
      dirname fixes
      3.7.1
      Merge pull request #68 from terinjokes/add-xtend-deps
      3.7.2
      3.7.3
      Merge branch 'winfix_entries' of https://github.com/ElNounch/module-deps
      3.7.4
      undef file test
      fix for undef row.file/basedir
      3.7.5
      3.7.6
      Merge pull request #79 from terinjokes/extend-travis
      3.7.7

Jared Hanson (4):
      Failing test case demonstrating that transforms from two dependencies are not applied correctly.
      Use package provided to resolve callback for transformation.
      Add test case for transforming all files within a package.
      Set browser-resolve dependency to 1.1.0.

Jeremy Judeaux (1):
      Catch and handle parsing errors from detective, add filename in error message.

Jesse McCarthy (3):
      Test for proper module exposure.
      Set `this.options.expose` default.
      Use rec.expose key to pass resolved pathname back.

Jordan Harband (1):
      Updating concat-stream to restore node 0.8 and 0.6 compatibility.

Joris van der Wel (2):
      Fix for Deps.readFile emitting file errors on the wrong emitter.
      Fix for calling an undefined function in case ignoreMissing is set

Maximilian Antoni (1):
      don't flag file as not resolvable too early

Nicholas Lindley (1):
      Fixing tests that were failing on Windows

Shuan Wang (1):
      Correct a `this` to `self`

Terin Stock (2):
      Add xtend dependency to package.json
      add 0.8, 0.12 and iojs to travis

deathcap (1):
      Remove unused child_process spawn require

jeff.ardilio (1):
      added null check before calling callback function

ximus (1):
      Support fs-like stream paths as id Streams returned by the fs core package, as well as vinyl-fs streams used by GulpJS, carry a 'path' property representing the path of the file behind the stream. When this exists, it should be used as an id instead of generating a fake id.

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-module-deps.git



More information about the Pkg-javascript-commits mailing list