Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
jio
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
18
Merge Requests
18
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
nexedi
jio
Commits
d5ae73d6
Commit
d5ae73d6
authored
Apr 22, 2022
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 3.45.0
parent
91bcd115
Pipeline
#21069
passed with stage
in 0 seconds
Changes
6
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
31679 additions
and
4 deletions
+31679
-4
Makefile
Makefile
+1
-1
jio-latest-node.js
dist/jio-latest-node.js
+1
-1
jio-latest.js
dist/jio-latest.js
+1
-1
jio-v3.45.0-node.js
dist/jio-v3.45.0-node.js
+15498
-0
jio-v3.45.0.js
dist/jio-v3.45.0.js
+16177
-0
package.json
package.json
+1
-1
No files found.
Makefile
View file @
d5ae73d6
...
...
@@ -26,7 +26,7 @@ TESTDIR = test
EXAMPLEDIR
=
examples
EXTERNALDIR
=
external
VERSION
=
3.4
4
.0
VERSION
=
3.4
5
.0
JIOVERSION
=
${
DISTDIR
}
/jio-v
${
VERSION
}
.js
JIOLATEST
=
${
DISTDIR
}
/jio-latest.js
JIONODEVERSION
=
${
DISTDIR
}
/jio-v
${
VERSION
}
-node
.js
...
...
dist/jio-latest-node.js
View file @
d5ae73d6
...
...
@@ -8624,7 +8624,7 @@ return new Parser;
value
=
[
value
];
}
for
(
i
=
0
;
i
<
value
.
length
;
i
+=
1
)
{
if
(
typeof
value
[
i
]
===
'object'
)
{
if
(
(
value
[
i
]
!==
null
)
&&
(
typeof
value
[
i
]
===
'object'
)
)
{
new_value
[
i
]
=
value
[
i
].
content
;
}
else
{
new_value
[
i
]
=
value
[
i
];
...
...
dist/jio-latest.js
View file @
d5ae73d6
...
...
@@ -6822,7 +6822,7 @@ return new Parser;
value
=
[
value
];
}
for
(
i
=
0
;
i
<
value
.
length
;
i
+=
1
)
{
if
(
typeof
value
[
i
]
===
'object'
)
{
if
(
(
value
[
i
]
!==
null
)
&&
(
typeof
value
[
i
]
===
'object'
)
)
{
new_value
[
i
]
=
value
[
i
].
content
;
}
else
{
new_value
[
i
]
=
value
[
i
];
...
...
dist/jio-v3.45.0-node.js
0 → 100644
View file @
d5ae73d6
This diff is collapsed.
Click to expand it.
dist/jio-v3.45.0.js
0 → 100644
View file @
d5ae73d6
This diff is collapsed.
Click to expand it.
package.json
View file @
d5ae73d6
{
"name"
:
"jio"
,
"version"
:
"v3.4
4
.0"
,
"version"
:
"v3.4
5
.0"
,
"license"
:
"GPLv3+"
,
"author"
:
"Nexedi SA"
,
"contributors"
:
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment