RexSkz / json-diff-kit

A better JSON differ & viewer, support LCS diff for arrays and recognise some changes as "modification" apart from simple "remove"+"add".
https://json-diff-kit.js.org
MIT License
133 stars 12 forks source link

Request for Vue #36

Open smaharj1 opened 4 months ago

smaharj1 commented 4 months ago

Hey all. Is there any timeline on when this library will be available for Vue 3? I see it being referenced in the README in several places, but the Viewer seems to be only available for React.

RexSkz commented 4 months ago

The Vue 3 version of Viewer is under development and will be released as a beta version within some days.

It will be separated into another package because it's not common to bundle both React and Vue components in a single package.

lucasbelini commented 3 months ago

Hey all, any news on this issue?

weigun commented 2 weeks ago

Hey all, any news on this issue?

RexSkz commented 4 days ago

Here's an experimental Vue version: https://github.com/RexSkz/json-diff-kit-vue, please have a try.

Since I'm not too familiar with Vue 3, there may be some bugs in the component or the build system, but currently I may not have enough time to review & fix them :(