Skip to content

Commit ee5b87f

Browse files
committed
v1.0.0-beta.14
1 parent d231983 commit ee5b87f

File tree

8 files changed

+24
-10
lines changed

8 files changed

+24
-10
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to XVIZ will be documented in this file. This project adheres to
44
[Semantic Versioning](http://semver.org/spec/v2.0.0.html)
55

6+
## [1.0.0-beta.14]
7+
8+
- XVIZ GLB data encoded with AVS_xviz extension & loaders.gl 1.1.0 (#462)
9+
- Change use of 'Frame' to 'Message' in XVIZ (#467)
10+
- Schema change remove "position" as required field for images (#458)
11+
- @xviz/server module (#453)
12+
- Add getXVIZMessageType() to return the XVIZ type with minimal parsing (#451)
13+
- API Audit - rename confusing parser functions (#459)
14+
- New module @xviz/io consolidates general reading and writing (#435)
15+
16+
## [1.0.0-beta.12]
17+
18+
- Add getXVIZMessageType() to return the XVIZ type with minimal parsing (#451)
19+
620
## [1.0.0-beta.11]
721

822
- Maintain xviz compatibility after parsing (#442)

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.9.1",
3-
"version": "1.0.0-beta.13",
3+
"version": "1.0.0-beta.14",
44
"commands": {
55
"publish": {},
66
"bootstrap": {}

modules/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@xviz/builder",
33
"description": "Utility library for encoding JSON objects into XVIZ messages",
44
"license": "Apache-2.0",
5-
"version": "1.0.0-beta.13",
5+
"version": "1.0.0-beta.14",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/uber/xviz.git"

modules/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xviz/cli",
3-
"version": "1.0.0-beta.13",
3+
"version": "1.0.0-beta.14",
44
"description": "A CLI tool for the XVIZ protocol",
55
"repository": {
66
"type": "git",
@@ -18,9 +18,9 @@
1818
"bin/xviz"
1919
],
2020
"dependencies": {
21-
"@xviz/builder": "1.0.0-beta.13",
22-
"@xviz/parser": "1.0.0-beta.13",
23-
"@xviz/schema": "1.0.0-beta.13",
21+
"@xviz/builder": "1.0.0-beta.14",
22+
"@xviz/parser": "1.0.0-beta.14",
23+
"@xviz/schema": "1.0.0-beta.14",
2424
"cli-table3": "^0.5.1",
2525
"indent-string": "^3.2.0",
2626
"websocket": "^1.0.28",

modules/io/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@xviz/io",
33
"description": "IO library for reading and writing XVIZ messages",
44
"license": "Apache-2.0",
5-
"version": "1.0.0-beta.1",
5+
"version": "1.0.0-beta.14",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/uber/xviz.git"

modules/parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@xviz/parser",
33
"description": "Utility library for converting XVIZ messages into JSON objects",
44
"license": "Apache-2.0",
5-
"version": "1.0.0-beta.13",
5+
"version": "1.0.0-beta.14",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/uber/xviz.git"

modules/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@xviz/schema",
33
"description": "XVIZ JSON schema",
44
"license": "Apache-2.0",
5-
"version": "1.0.0-beta.13",
5+
"version": "1.0.0-beta.14",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/uber/xviz.git"

modules/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@xviz/server",
33
"description": "XVIZ Server module",
44
"license": "Apache-2.0",
5-
"version": "1.0.0-beta.1",
5+
"version": "1.0.0-beta.14",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/uber/xviz.git"

0 commit comments

Comments
 (0)