Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/PrismarineJS/prismarine-nbt

An NBT parser for node-minecraft-protocol
https://github.com/PrismarineJS/prismarine-nbt

Release 2.5.0 (#83)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

945973cf4ec3bad147be041045eccb4100cf653e authored 12 months ago by rom1504bot <[email protected]>
add addTypesToCompiler and addTypesToInterperter method for ProtoDef (#81)

* add addTypesToCompiler and addTypesToInterperter method for ProtoDef

* add nbtTagName alias...

e2182975f0fe5d91d4f09b75cbc7b355a678c5e3 authored 12 months ago by extremeheat <[email protected]>
Release 2.4.0 (#80)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

3d02c780d48fc6a4e4e0033ce3561a49b2430d17 authored 12 months ago by rom1504bot <[email protected]>
Update nbt.json to add anonymous compound without name (#79)

For pc 1.20.2

7ec1c4428a0b263906d31d41fd7f5692a080c542 authored 12 months ago by extremeheat <[email protected]>
Update publish.yml workflow to match mineflayer (#76)

Old one is failing

1c62910515ab78b0599ea0700371c34811f5b0a9 authored about 1 year ago by extremeheat <[email protected]>
Release 2.3.0 (#75)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

809069509c0323935f539c4e137280259a7e1903 authored over 1 year ago by rom1504bot <[email protected]>
Allow zigzag encoded varints to be read up to 64bits (#74)

Fix https://github.com/PrismarineJS/bedrock-protocol/issues/436

readSignedVarInt is supposed ...

7022802e138db82753c69fdfd3423289366621a1 authored over 1 year ago by extremeheat <[email protected]>
Add command gh workflow allowing to use release command in comments (#73)

16c78c083797e410ebf5216145c2a406e286be27 authored over 1 year ago by Romain Beaumont <[email protected]>
equal() function to test NBT equality (#72)

* equal() function

* test equal()

* Docs and types

* Rename parameters for clarity and ...

44fb7ee41f7f564121b5587b0551df7a2adb8831 authored over 1 year ago by Tamas Papp <[email protected]>
Update to node 18.0.0 (#71)

05ffcd5d7e8ff532a61e3a60d71d4441013b3e69 authored over 1 year ago by Romain Beaumont <[email protected]>
Add ShortArray typings and fix builder function typings (#70)

eae4d9c7dc59f05d8aa408a1370674e7361d60d5 authored over 2 years ago by Howard Yun <[email protected]>
Bump mocha from 9.2.2 to 10.0.0 (#67)

Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.2 to 10.0.0.
- [Release notes](https:/...

34bdff2b8ec81e4f4ed7f7326c4c6d2349c7c48a authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump standard from 16.0.4 to 17.0.0 (#65)

Bumps [standard](https://github.com/standard/standard) from 16.0.4 to 17.0.0.
- [Release notes]...

554aae29e031dcce32f11ec8d7d9a56df0fd8bbb authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Release 2.2.1 (#64)

* Update HISTORY.md

* Update package.json

c98c668f9c909d78d8871d6d7127b38e83ab93e4 authored almost 3 years ago by Romain Beaumont <[email protected]>
Use u16 countType for shortString (#63)

* Use u16 countType for shortString

This could fix https://github.com/PrismarineJS/mineflayer...

a30f8fd6dffaf88fb20b7ac21adbf447087e0732 authored almost 3 years ago by UMRnInside <[email protected]>
Release 2.2.0 (#62)

* Update HISTORY.md

* Update package.json

02e32042d357cbc179f1ac9c9c4566b828655600 authored almost 3 years ago by Romain Beaumont <[email protected]>
Add some builder functions (#61)

* Update nbt.js

* Update index.d.ts

* add shortArray

538a8614c1bad49a2f42545b97f577bfe466f1d0 authored almost 3 years ago by extremeheat <[email protected]>
Release 2.1.0 (#59)

* Update package.json

* Update HISTORY.md

b8c110f0f9bb4f893b8223e51623423813255aa7 authored almost 3 years ago by Romain Beaumont <[email protected]>
Add .float() method to builder (#58)

* add .float() to builder

* Update index.d.ts

* Update README.md

6e4f043246c151373c255933a45443b1b997ff48 authored almost 3 years ago by extremeheat <[email protected]>
Add web bundling to doc (#57)

* Update README.md

* update browserify doc

* Update index.d.ts

* Update README.md

5763c8d98d8b8f409563fed701fd6c32b4b3f6b3 authored almost 3 years ago by extremeheat <[email protected]>
Update index.d.ts (#55)

Currently, this library does not function when TypeScript is set to `strict` due to the untyped ...

c84cb47dfa09ecc8d5da552604c865b133657605 authored about 3 years ago by TheNuclearNexus <[email protected]>
Remove 2d array from long function typing

d13e8373271b9675181e72ddcaffa0ac5645861f authored about 3 years ago by u9g <[email protected]>
Release 2.0.0

1278d179824e3501ba7d1dc340f4e20aa574ba96 authored about 3 years ago by u9g <[email protected]>
Fix builder list (#52)

* Fix builder list

* fix types

* lint

* fix nbt.long type def

* fix types

* updat...

7b617e3136ce57c5cbc3b0ecd1f1b400c2a81b45 authored about 3 years ago by extremeheat <[email protected]>
Added nbt.long() & nbt.double() (#49)

* Added nbt.long() & nbt.double()

* nbt.long() accept BigInts

2e9cb0e1549fb6403d64cefc52af52bd904efd83 authored over 3 years ago by Grooble <[email protected]>
Release 1.6.0

e9cc4390607dd6e8ab4c8ab097d69b6b59f92c6a authored over 3 years ago by Romain Beaumont <[email protected]>
Added missing JavaScript equivalent for TypeScript TagType enum (#41)

* Added missing JavaScript equivalent for TypeScript TagType enum

* Converted from double-quo...

67971da1d5e4543fe6fdd842c466613962bd87c4 authored over 3 years ago by McJeffr <[email protected]>
add nbt builder (#48)

* add nbt builder

* Update README.md

* Update ci.yml

* change how builder is exported +...

0ca15c9681acc662a25bfb592a9d10624a98db91 authored over 3 years ago by u9g <[email protected]>
Bump mocha from 8.4.0 to 9.0.0 (#46)

Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 9.0.0.
- [Release notes](https://...

80d4982026d8654894f1bf913a6ae08ea2704506 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Upgrade to GitHub-native Dependabot (#45)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

8a4bff15592946b321d26688e4bb43b6dd197ecd authored over 3 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Add missing types (#43)

991caa53b9afa0700a24c3ca237c8ae59c4cab72 authored over 3 years ago by Pronin Egor <[email protected]>
Release 1.5.0

357fe87ad3bf3cf4e62e2c736cc0073858979ef3 authored almost 4 years ago by Romain Beaumont <[email protected]>
Little endian updates, automatic format detection (#35)

* support LE varint nbt, nbt format detection, tagname sanity checks

* sanity check reading t...

941bdf03931b71e9b1625cac61a092a284cfaf99 authored almost 4 years ago by extremeheat <[email protected]>
fixed ci badge (#38)

370ac083f78d009cb126623ca170aab19c38cfc3 authored almost 4 years ago by u9g <[email protected]>
Release 1.4.0

7132413fdff149160e79ae5ec3309e0793ca88cc authored almost 4 years ago by Romain Beaumont <[email protected]>
Fixed the error in the typings file with the word Record (#34)

bf5459aa795dd0fcbe24dd26c374e52f1476529f authored almost 4 years ago by Malek Alashkar <[email protected]>
add github actions and remove circleci (#33)

* add github actions and remove circleci

* Update build icon

44630b1f1de906423d375eadea29e2370c0b556a authored about 4 years ago by Leon Bowie <[email protected]>
update to standard 16

2b65b1f9c0d8ff7c02a22f577acfd3d787c25af4 authored about 4 years ago by Romain Beaumont <[email protected]>
add npmrc that disable package-lock.json creation

9a39b12d404d96d422419d192d686ab1694cf890 authored about 4 years ago by Romain Beaumont <[email protected]>
update standard to version 15

4fa621fe8d689217e6452067f985cd8021323b11 authored about 4 years ago by Romain Beaumont <[email protected]>
TypeScript type support (#30)

* broken types

* working types

* export list type

* fixed type signature for simplify
...

4687154644ca81f26bf7df7a2ae52040001a61f2 authored about 4 years ago by McPqndq <[email protected]>
Merge pull request #28 from PrismarineJS/dependabot/npm_and_yarn/mocha-8.0.1

Bump mocha from 7.2.0 to 8.0.1

0d8b30806057caf3e333a937dcad9af985e9464c authored over 4 years ago by Romain Beaumont <[email protected]>
Bump mocha from 7.2.0 to 8.0.1

Bumps [mocha](https://github.com/mochajs/mocha) from 7.2.0 to 8.0.1.
- [Release notes](https://g...

5a8fdb7ac15e156246693795321a0b34272d21eb authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Release 1.3.0

e71caa876d0c34d65ee009fe4316722ff2a8a9f0 authored over 4 years ago by Romain Beaumont <[email protected]>
Merge pull request #23 from Karang/karang_compiler

Use protodef compiler

9ee8fd7dd5144782940251487888fdf603142534 authored over 4 years ago by Romain Beaumont <[email protected]>
fix standard

f1eeaf73a8d7e763eec25722a77a5d4949c36fbc authored over 4 years ago by Romain Beaumont <[email protected]>
trigger circle ci

9bfd756ddab3465e5648cc6cba5f9e7793acccd0 authored over 4 years ago by Romain Beaumont <[email protected]>
use protodef 1.7.0

3ae02cec7be13095085fe01078c3c0e8158d35ff authored over 4 years ago by Romain Beaumont <[email protected]>
Add bench comparing compiled vs interpreted protodef

dada9df99f6d5a75d0d1489b1dcfc12d19bf1b96 authored over 4 years ago by Karang <[email protected]>
Use protodef compiler

cf8d7a1e2b0a40f25773f139eb1a64006090734c authored over 4 years ago by Karang <[email protected]>
Merge pull request #26 from PrismarineJS/dependabot/npm_and_yarn/mocha-7.1.2

Bump mocha from 2.5.3 to 7.1.2

210e38eb5d7abed163d8cfffb09315323b2de4f2 authored over 4 years ago by Romain Beaumont <[email protected]>
Merge branch 'master' into dependabot/npm_and_yarn/mocha-7.1.2

30f4ecaaf5720acadb63e47d748e5aa72fb78fb7 authored over 4 years ago by Romain Beaumont <[email protected]>
Merge pull request #25 from PrismarineJS/dependabot/npm_and_yarn/chai-4.2.0

Bump chai from 2.3.0 to 4.2.0

d9646e9fbed73037f39d074f790da73dc4e49efd authored over 4 years ago by Romain Beaumont <[email protected]>
Bump mocha from 2.5.3 to 7.1.2

Bumps [mocha](https://github.com/mochajs/mocha) from 2.5.3 to 7.1.2.
- [Release notes](https://g...

33cb55a259e6872436da7276b1e2d1fe1558b540 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump chai from 2.3.0 to 4.2.0

Bumps [chai](https://github.com/chaijs/chai) from 2.3.0 to 4.2.0.
- [Release notes](https://gith...

7bdd4fc09060e9c3db7eb2e32c1fc0efbc9357ff authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #24 from PrismarineJS/dependabot/npm_and_yarn/standard-14.3.4

Bump standard from 11.0.1 to 14.3.4

cc5ce555cb937599df72f0ab602569941ee20553 authored over 4 years ago by Romain Beaumont <[email protected]>
standard fix

2133c058b352b6c45f986dde4a7685613de301fe authored over 4 years ago by Romain Beaumont <[email protected]>
Bump standard from 11.0.1 to 14.3.4

Bumps [standard](https://github.com/standard/standard) from 11.0.1 to 14.3.4.
- [Release notes](...

979717e16648444b74619a1bfac6f3446ccce9a7 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Release 1.2.1

7cca2b8e79a8e388fbe532f7aec71e916ea6cf02 authored about 6 years ago by Romain Beaumont <[email protected]>
fix countType of long array

fix #22

b02d25394df8d19599bc8ccea0dfe3f1ceeff41c authored about 6 years ago by Romain Beaumont <[email protected]>
circle ci 2

173bf2bcb5282ab344f273f0a442698076d6839f authored over 6 years ago by Romain Beaumont <[email protected]>
use standardjs

6727d6494e0d243573a107060e5ea06fe187023d authored over 6 years ago by Romain Beaumont <[email protected]>
Release 1.2.0

763d017e21c9f34d19dc77cc4641f45d7c28bbcc authored almost 7 years ago by Romain Beaumont <[email protected]>
add long array

db93de40069fa1c0a95e25c5dc64d41f279c57f5 authored almost 7 years ago by Romain Beaumont <[email protected]>
use node 6 in circle ci

0a980a15fba1a0df3c6dc6e0bdda13c4b4bff786 authored over 7 years ago by Romain Beaumont <[email protected]>
Release 1.1.1

4c5a6b0f7fb76de71c10ba6b3fd36f64009bc0b8 authored over 7 years ago by Romain Beaumont <[email protected]>
remove now unused brfs browserify transform

159346018483e7585411378a9acb523f23a5e4fd authored about 8 years ago by Romain Beaumont <[email protected]>
Merge pull request #16 from Luminess/patch-1

Make it work with module bundlers

53a54fe5f252a4436eba1636620972010052ee8f authored about 8 years ago by Romain Beaumont <[email protected]>
remove now useless path dependency

aa31a60ed0a18e351e4623e6b39b2ff46bdaa8f9 authored about 8 years ago by Romain Beaumont <[email protected]>
Remove unused fs module

c93cc96604a3e3117078d7dec08052cc984f7e2f authored about 8 years ago by Howard Nguyen <[email protected]>
Make it work with module bundlers

8931a4938455aa7189abc251784931ee381b8a8d authored about 8 years ago by Howard Nguyen <[email protected]>
Release 1.1.0

e8fb5e97a384ce4b11c6f380f455ac7c07fa41b6 authored about 8 years ago by Romain Beaumont <[email protected]>
fix nbt.simplify (missing return !)

b74b054969e25e253c3650fff200b62393548d8a authored about 8 years ago by Romain Beaumont <[email protected]>
Release 1.0.0

812eb795e7ec6ce41970ecab5143d23a951a669a authored over 8 years ago by Romain Beaumont <[email protected]>
add little endian nbt support (for mcpe), move history.md to its own file

dcc857f938fa862b4a31532b60da0cb12c122e2b authored over 8 years ago by Romain Beaumont <[email protected]>
improve readme

fd27768b23bbc3923fe6858ccc1c90856724a786 authored over 8 years ago by Romain Beaumont <[email protected]>
Merge pull request #12 from mhsjlw/patch-1

Change nbt to prismarine-nbt

15c607fa91e262931ed5a1d7e209029371c91323 authored over 8 years ago by Romain Beaumont <[email protected]>
Change nbt to prismarine-nbt

e00c56855742ab3f36872d4991a1b9d1578e4e6f authored over 8 years ago by mhsjlw <[email protected]>
Release 0.2.2

06210eb70b84e237b601833f44015878d99adc6b authored almost 9 years ago by Romain Beaumont <[email protected]>
get back to full es5

0c5d2bc6869a2ea2c19bbf4dde7f6028c945a3d1 authored almost 9 years ago by Romain Beaumont <[email protected]>
Release 0.2.1

133c91d76dcf476c0176199b236d413cdfd46eee authored almost 9 years ago by Romain Beaumont <[email protected]>
remove only es6 thing

f69e14050af50b6fde5f404d81fdc61924dadcaf authored almost 9 years ago by Romain Beaumont <[email protected]>
Merge pull request #11 from rom1504/new_numericals

https://github.com/roblabla/ProtoDef/pull/50 : update to new numerical names

8e85ec1f012d92f4e7f96f50d0f9978aae88afe1 authored almost 9 years ago by Romain Beaumont <[email protected]>
update the remaining things + protodef 1.0.0

7d734f43faed86046eaff68f4a51b92a93ec599a authored almost 9 years ago by Romain Beaumont <[email protected]>
https://github.com/roblabla/ProtoDef/pull/50 : update to new numerical names

6314f00a86f7ed80dffee9101372f75d89a38a78 authored almost 9 years ago by Romain Beaumont <[email protected]>
require node >=4

98a995a503a8342ac25bb130a7e59da2a5062983 authored almost 9 years ago by Romain Beaumont <[email protected]>
fix tests

6ab5df860a5fcd4989cce303048ea395eeeb2c32 authored almost 9 years ago by Romain Beaumont <[email protected]>
Release 0.2.0

204ab2b3f57c3511218c5a070561572de0db779b authored almost 9 years ago by Romain Beaumont <[email protected]>
add simplify

ad4df41744431b752066fc2ed06c182ca1587aba authored almost 9 years ago by Romain Beaumont <[email protected]>
update protodef

3f9dca3db8a7805a82256ca7f1c407028507175c authored about 9 years ago by Romain Beaumont <[email protected]>
Release 0.1.0

c3d9310b4841659feb5bc59402d327dafc84c2bb authored about 9 years ago by Romain Beaumont <[email protected]>
add back nbt.js provenance

62afeac4004887816c94e2e662bba110c985cf5f authored about 9 years ago by Romain Beaumont <[email protected]>
move to circle-ci, remove grunt, cleanup the readme some more

8dd8d58352cb1117201bcc332decc8489512f73d authored about 9 years ago by Romain Beaumont <[email protected]>
Merge pull request #7 from rom1504/use_protodef

reimplement using protodef

3e0cb0771d1aa8f41b9a542fe7d0ab19d6cd6abe authored about 9 years ago by Robin Lambertz <[email protected]>
reimplement using protodef : fix #6

* write a nbt.json to define the protocol : using mapper type and a string prefixed by short
* u...

42acccdbc5a76edec8ba4d1bf617df04f91679b0 authored about 9 years ago by Romain Beaumont <[email protected]>
Merge pull request #3 from rom1504/patch-1

update readme.md : fix #2

19f36e9bf7b494d7617d351faf9a2c0fecd6a9cc authored over 9 years ago by Robin Lambertz <[email protected]>
update readme.md : fix #2

b1feb64c86f1b34cb8dd2d1cb31e0837ef26a862 authored over 9 years ago by Romain Beaumont <[email protected]>
Update readme and package.json

9f230110a9961ee2f0ff54716f16544a435398d1 authored almost 10 years ago by roblabla <[email protected]>
Update tests

5f1311809825a0c8e924ce117cf6ddec56576d86 authored almost 10 years ago by roblabla <[email protected]>
Need to reliably get root element name

9d5347bf45ccabe60b7328662f1520aa52af89dc authored almost 10 years ago by roblabla <[email protected]>