[Pkg-javascript-commits] [node-jsonstream] annotated tag v0.8.3 created (now 50f2419)
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 1 12:59:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a change to annotated tag v0.8.3
in repository node-jsonstream.
at 50f2419 (tag)
tagging 4c2cfb6086bed221733820059aca44e3e330dcd1 (commit)
tagged by Dominic Tarr
on Tue Jun 10 17:16:32 2014 +0200
- Log -----------------------------------------------------------------
0.8.3
Dominic Tarr (81):
initial
add deps
Merge pull request #1 from Floby/patch-1
add stringify
bump version 0.1
tidy readme
tidy readme again
remove debugging
bump version 0.1.1
allow end(data)
bump version 0.1.2
0.2.0
fix this test.
0.2.1
add licenses
0.2.2
0.2.3
0.3.0
add travis
add travis badge
update docs
0.3.1
set -e; to exit when a test fails
emit the root object if the path is empty/null
0.3.2
test on 0.6 & 0.8
abandon support for 0.6
allow null path
0.3.3
update tests to cover excepted behaviour better
0.4.0
0.4.1
Merge pull request #21 from EugenDueck/patch-1
0.4.2
Merge pull request #24 from lbdremy/update-jsonparse
0.4.3
update jsonparse
clear stack so do not run out of memory
0.4.4
make work with 10
use through
test on 0.10
use through instead of a custom stream
0.5.0
support string wildcards
document string wildcards
0.6.0
test memory out of bounds
fix memory usage problem
0.6.1
make test easily configurable
0.6.2
Merge pull request #28 from maxogden/patch-1
Merge branch 'master' of github.com:dominictarr/JSONStream
0.6.3
optionally configure test
use tape
0.6.4
0.7.0
fix missing brackets
0.7.1
linkable header
Merge pull request #35 from mafintosh/patch-1
0.7.2
remove dead code from the examlpe that is been there for 2 years at least!
0.7.3
test for objects with null properties
filter out null propertes, because these end through streams
update tape
0.7.4
test mapper function
work as cli tool, plus mapper function
test using map function as filter
filter by returning null from filter/map
add indent, prettiest defaults for unix tool
document new features
0.8.1
bin
0.8.2
remove browser check since we can now rely on browserify's buffer
0.8.3
EugenDueck (1):
Upgrade jsonparse in order to address issue #10
Florent Jaby (1):
Fix readme github specific markdown
James Halliday (20):
work-around for multi-test not installing correctly since nvm isn't on npm
failing test for unimplemented stringifyObject
stringifyObject implementation
the test was silly, passes now
write() a single data array with [key,data] to make it easier to stream
documented JSONStream.stringifyObject
test expected values more exaustively, error on count = 0
fix for empty objects
also check for 0 events in stringify()
emit data, whoops
finally fixed the zero-length bug
ignore trailing floating point rounding errors
failing test for empty results
fixes the empty test
failing test for bools is just two-ways.js with /./ changed to true
factored out key checks into check() and added a boolean case, now passes bool test
new fn test from copying test.js and changing the regex to a function, presently fails
case for functions in key selector arrays, fn test passes
update docs for booleans and functions
replace "/./" with "true" in the examples
Malte-Thorben Bruns (4):
Emit 'root' event when no matches are found
Merge remote-tracking branch 'upstream/master' into patch-1
added docs for 'root' event
always emit 'root' event: function(root, count)
Mathias Buus (1):
Added keywords to package.json
Max Ogden (5):
work in modern browsers too
don't use buffer-browserify in browser since it's broken
simple tape test for browser/testling
reformat gen test, it is broken in 0.10 though since tape is broken in 0.10
disable broken test for now
Maximilian Antoni (1):
Use version range for through dependency
Paul Mougel (2):
Add support for recursive descent '..' operator in path.
Updated recursive descent functionnality with an array representation and documentation.
Remy Loubradou (1):
Update version of jsonparse to v0.0.4.
Santiago Gimeno (3):
Add missing Stream destroy method
Support multiple JSON objects in a stream
Reset stream.root after emitting it
-----------------------------------------------------------------------
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-jsonstream.git
More information about the Pkg-javascript-commits
mailing list