File tree Expand file tree Collapse file tree 8 files changed +24
-10
lines changed Expand file tree Collapse file tree 8 files changed +24
-10
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to XVIZ will be documented in this file. This project adheres to
4
4
[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html )
5
5
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
+
6
20
## [ 1.0.0-beta.11]
7
21
8
22
- Maintain xviz compatibility after parsing (#442 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 2.9.1" ,
3
- "version" : " 1.0.0-beta.13 " ,
3
+ "version" : " 1.0.0-beta.14 " ,
4
4
"commands" : {
5
5
"publish" : {},
6
6
"bootstrap" : {}
Original file line number Diff line number Diff line change 2
2
"name" : " @xviz/builder" ,
3
3
"description" : " Utility library for encoding JSON objects into XVIZ messages" ,
4
4
"license" : " Apache-2.0" ,
5
- "version" : " 1.0.0-beta.13 " ,
5
+ "version" : " 1.0.0-beta.14 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/uber/xviz.git"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xviz/cli" ,
3
- "version" : " 1.0.0-beta.13 " ,
3
+ "version" : " 1.0.0-beta.14 " ,
4
4
"description" : " A CLI tool for the XVIZ protocol" ,
5
5
"repository" : {
6
6
"type" : " git" ,
18
18
" bin/xviz"
19
19
],
20
20
"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 " ,
24
24
"cli-table3" : " ^0.5.1" ,
25
25
"indent-string" : " ^3.2.0" ,
26
26
"websocket" : " ^1.0.28" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @xviz/io" ,
3
3
"description" : " IO library for reading and writing XVIZ messages" ,
4
4
"license" : " Apache-2.0" ,
5
- "version" : " 1.0.0-beta.1 " ,
5
+ "version" : " 1.0.0-beta.14 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/uber/xviz.git"
Original file line number Diff line number Diff line change 2
2
"name" : " @xviz/parser" ,
3
3
"description" : " Utility library for converting XVIZ messages into JSON objects" ,
4
4
"license" : " Apache-2.0" ,
5
- "version" : " 1.0.0-beta.13 " ,
5
+ "version" : " 1.0.0-beta.14 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/uber/xviz.git"
Original file line number Diff line number Diff line change 2
2
"name" : " @xviz/schema" ,
3
3
"description" : " XVIZ JSON schema" ,
4
4
"license" : " Apache-2.0" ,
5
- "version" : " 1.0.0-beta.13 " ,
5
+ "version" : " 1.0.0-beta.14 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/uber/xviz.git"
Original file line number Diff line number Diff line change 2
2
"name" : " @xviz/server" ,
3
3
"description" : " XVIZ Server module" ,
4
4
"license" : " Apache-2.0" ,
5
- "version" : " 1.0.0-beta.1 " ,
5
+ "version" : " 1.0.0-beta.14 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/uber/xviz.git"
You can’t perform that action at this time.
0 commit comments