Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Romain Courteaud
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
Changes
6
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
dist/jio-latest-node.js
dist/jio-latest-node.js
+1
-1
dist/jio-latest.js
dist/jio-latest.js
+1
-1
dist/jio-v3.45.0-node.js
dist/jio-v3.45.0-node.js
+15498
-0
dist/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