[Pkg-javascript-commits] [node-jsonstream] branch tmp created (now 53247eb)

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 1 12:59:08 UTC 2017


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

rouca pushed a change to branch tmp
in repository node-jsonstream.

        at  53247eb   Merge branch 'upstream'

This branch includes the following new commits:

       new  f59e9fd   initial
       new  2b1da99   add deps
       new  e11d5fc   Fix readme github specific markdown
       new  14362c9   Merge pull request #1 from Floby/patch-1
       new  dd916d7   add stringify
       new  c5cdfac   bump version 0.1
       new  80c33a1   tidy readme
       new  b22f84c   tidy readme again
       new  30c07a6   remove debugging
       new  710b056   bump version 0.1.1
       new  b62c97e   allow end(data)
       new  721dbbf   bump version 0.1.2
       new  1ec5220   work-around for multi-test not installing correctly since nvm isn't on npm
       new  e787e94   failing test for unimplemented stringifyObject
       new  3e9643f   stringifyObject implementation
       new  4d0684b   the test was silly, passes now
       new  20d260b   write() a single data array with [key,data] to make it easier to stream
       new  d01ab32   documented JSONStream.stringifyObject
       new  c3292a7   test expected values more exaustively, error on count = 0
       new  5cf9c38   fix for empty objects
       new  78023fb   also check for 0 events in stringify()
       new  aeb9be9   emit data, whoops
       new  0c2f550   finally fixed the zero-length bug
       new  310d329   0.2.0
       new  ce43382   work in modern browsers too
       new  570e164   fix this test.
       new  8295c2f   0.2.1
       new  c752de3   add licenses
       new  559825a   0.2.2
       new  707a705   ignore trailing floating point rounding errors
       new  21e76cb   failing test for empty results
       new  1eef0b7   fixes the empty test
       new  991ca94   0.2.3
       new  791e07a   failing test for bools is just two-ways.js with /./ changed to true
       new  f09a134   factored out key checks into check() and added a boolean case, now passes bool test
       new  2fb5d39   new fn test from copying test.js and changing the regex to a function, presently fails
       new  8688893   case for functions in key selector arrays, fn test passes
       new  8e2683c   update docs for booleans and functions
       new  2d89c2b   replace "/./" with "true" in the examples
       new  dce4f34   0.3.0
       new  fad908f   add travis
       new  337e162   add travis badge
       new  caef198   Emit 'root' event when no matches are found
       new  2455339   update docs
       new  c27bcc0   Merge remote-tracking branch 'upstream/master' into patch-1
       new  e24e92f   added docs for 'root' event
       new  7481cf1   always emit 'root' event: function(root, count)
       new  c7c04c0   0.3.1
       new  00396f3   Add missing Stream destroy method
       new  b89532c   set -e; to exit when a test fails
       new  1818009   emit the root object if the path is empty/null
       new  579f40a   0.3.2
       new  3abaf08   test on 0.6 & 0.8
       new  e338239   abandon support for 0.6
       new  caf750e   allow null path
       new  31499e8   0.3.3
       new  3134b61   Support multiple JSON objects in a stream
       new  f2e5ac1   update tests to cover excepted behaviour better
       new  8eb6f81   0.4.0
       new  a844b89   Reset stream.root after emitting it
       new  bfc9fa0   0.4.1
       new  300bfdb   Upgrade jsonparse in order to address issue #10
       new  df5448f   Merge pull request #21 from EugenDueck/patch-1
       new  5f689c8   0.4.2
       new  3876415   Update version of jsonparse to v0.0.4.
       new  75459e6   Merge pull request #24 from lbdremy/update-jsonparse
       new  702fc52   0.4.3
       new  890c5b2   update jsonparse
       new  350e82e   clear stack so do not run out of memory
       new  1bf5edf   0.4.4
       new  4283c01   make work with 10
       new  5fd80ca   use through
       new  44c6786   test on 0.10
       new  ce66943   use through instead of a custom stream
       new  6e15fac   0.5.0
       new  f23fbeb   support string wildcards
       new  3f38a48   document string wildcards
       new  552c1e1   0.6.0
       new  8845b9c   test memory out of bounds
       new  8b7df40   fix memory usage problem
       new  57db09c   0.6.1
       new  d4bc612   make test easily configurable
       new  473e51c   0.6.2
       new  b71b2a4   don't use buffer-browserify in browser since it's broken
       new  84bdad5   Merge pull request #28 from maxogden/patch-1
       new  556c4de   Merge branch 'master' of github.com:dominictarr/JSONStream
       new  47ed9e2   0.6.3
       new  2f556c4   optionally configure test
       new  c4c7f41   use tape
       new  2fca91c   0.6.4
       new  043f015   simple tape test for browser/testling
       new  4e15558   reformat gen test, it is broken in 0.10 though since tape is broken in 0.10
       new  c14b2a1   disable broken test for now
       new  677d35c   Add support for recursive descent '..' operator in path.
       new  da38251   Updated recursive descent functionnality with an array representation and documentation.
       new  4d0e82c   0.7.0
       new  e33e3e5   fix missing brackets
       new  6f0aea5   0.7.1
       new  90fd1f0   linkable header
       new  6837c99   Added keywords to package.json
       new  4c7abca   Merge pull request #35 from mafintosh/patch-1
       new  da044b8   Use version range for through dependency
       new  ffd6d8b   0.7.2
       new  54f9f9c   remove dead code from the examlpe that is been there for 2 years at least!
       new  cde7885   0.7.3
       new  d15750f   test for objects with null properties
       new  9f40201   filter out null propertes, because these end through streams
       new  9412ef4   update tape
       new  61032cf   0.7.4
       new  08ba2dd   test mapper function
       new  75de297   work as cli tool, plus mapper function
       new  9d9aa89   test using map function as filter
       new  5edb153   filter by returning null from filter/map
       new  de41da3   add indent, prettiest defaults for unix tool
       new  44a7639   document new features
       new  52305b7   0.8.1
       new  fa74bc9   bin
       new  17334d1   0.8.2
       new  8c00cf6   add full element path as an argument to `map`
       new  97ad8a5   remove browser check since we can now rely on browserify's buffer
       new  4c2cfb6   0.8.3
       new  3323885   remove superfluous stream
       new  8539d1c   0.8.4
       new  7c2a3d3   Merge branch 'patch-1' of github.com:urish/JSONStream
       new  da8c8f1   drop .8 support
       new  468b1fd   0.9.0
       new  5968882   clear the object so that memory use is minimal
       new  9a880fc   Non-object JSON roots
       new  d433532   0.10.0
       new  b3cc9bb   Update to jsonparse 1.0.0
       new  7ae00aa   0.10.1
       new  7eee378   remove unsupported tests
       new  fe97869   1.0.0
       new  20a29b0   Update JSONStream.parser to JSONStream.parse in the readme
       new  a45e9ee   Merge pull request #53 from wpears/readme-fix
       new  0f76de2   Merge branch 'memory-leak'
       new  800e59e   1.0.0
       new  97d973a   Remove 'root' event
       new  d7883dc   Enable multiple_objects test
       new  7f53403   1.0.1
       new  7f7c741   Readme: fix Travis badge for NPM
       new  c1e4cf4   Merge pull request #57 from rstacruz/patch-1
       new  1e35abc   Add verbose error message for invalid JSON input data
       new  e1bd6d1   Merge pull request #60 from funerr/master
       new  aaad32b   typo
       new  a85a00a   Merge pull request #64 from alsotang/patch-1
       new  43b3dff   Add unit test for issue #66
       new  1a62def   reluctantly rename to jsonstream since @npm seem totally interested in fixing https://github.com/npm/npm/issues/7260
       new  9d6c400   1.0.2
       new  f6e89e8   Merge branch 'master' of github.com:dominictarr/JSONStream
       new  ef6a0fa   1.0.3
       new  8c47818   clarify licensing
       new  ff98911   Merge pull request #71 from kemitchell/clarify-license
       new  31a4975   rename back to JSONStream
       new  279c6ea   Merge branch 'master' of github.com:dominictarr/JSONStream
       new  b89b855   1.0.4
       new  3e629cc   Create unitary test for issue #66
       new  e5b4c28   Remove useless unitary test
       new  4143d64   Experimental fix for issue #66
       new  03c4ba5   Revert "Experimental fix for issue #66"
       new  ab04db4   Revert "Revert "Experimental fix for issue #66""
       new  a1a0653   Fix stream error
       new  d2a13ec   Remove stream.destroy()
       new  ad456c8   Merge branch 'master' of https://github.com/gchauvet/JSONStream
       new  e101a04   Merge remote-tracking branch 'upstream/master'
       new  65b3a1d   Fix jsonparse library (using my repo, waiting merge to jsonparse master project)
       new  4bda83f   Fix unit test to get first parsing error only
       new  1ff0625   Remove extra space
       new  e8a02aa   Remove extra space/comma
       new  ba91d72   Bump to jsonparse 1.1.x
       new  5890ca5   update jsonparse at 1.1.0
       new  b3cb1fd   1.0.5
       new  2125fa6   Merge branch 'master' of https://github.com/gchauvet/JSONStream
       new  4aef6e5   1.0.6
       new  5969894   add test case for nested objects
       new  e7d1701   added missing 'stream' variable declaration
       new  1cb4c89   use var explicitly, and enable strict mode to prevent leaking variables
       new  d02b9d5   1.0.7
       new  9aa2446   feat: add option for emitting keys
       new  4ac6246   Added install instructions to readme
       new  6aed0b4   Merge pull request #90 from robotnic/master
       new  e5d2abf   1.1.0
       new  44e02b1   Merge branch 'master' of github.com:dominictarr/JSONStream
       new  1b38fa2   1.1.1
       new  7c6c697   fix issue with nested object
       new  d6df0b6   minor fix
       new  451db28   Merge branch 'patch-1' of https://github.com/slang800/JSONStream into nested
       new  e072f3b   Merge branch 'master' of https://github.com/Pashokus/JSONStream into nested
       new  72b27d9   1.1.2
       new  a81ac14   update to test on contemporary node
       new  f61bc19   catch error when stringifying a chunk and end stream when such error occurs
       new  85a7936   don't need stream.end() after emitting error
       new  e952376   1.1.3
       new  15d4090   Remove "occasional problems parsing and unparsing very precise numbers"
       new  b7c01ee   1.1.4
       new  ff704ec   add support or emitting the header and footer (properties surrounding the main array being parsed)
       new  9de5fa5   add test for when body does not contain any matches, but the header should still be emitted
       new  5e1fb0a   fix code for error_contents test
       new  0a89ff6   1.2.0
       new  71472f1   document header feature
       new  641402b   1.2.1
       new  8f18d5f   added emitPath option
       new  af9030f   Added emitPath example to readme
       new  3d5d328   1.3.0
       new  2b74c4d   Move header emit to before a row is parsed - closes #122
       new  4fe0530   Add test for #112
       new  30ed8ee   set sudo: false for faster builds, @stevelacy
       new  71ab561   1.3.1
       new  53247eb   Merge branch 'upstream'

The 209 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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



More information about the Pkg-javascript-commits mailing list