GitXplorerGitXplorer
k

vue-serialize-revive

public
32 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
a9e1d8d9362b59dea91187d01806d34c4688a604

release: v0.1.1

kkiaking committed 3 years ago
Unverified
2a15ab64261ede1f08dadfde815a21352e6c40ed

build: add back some release script related stuff

kkiaking committed 3 years ago
Unverified
74aca4362c8ded05b0214d50728a884d1263f312

chore: adjust package.json format

kkiaking committed 3 years ago
Verified
33eaad23130a63a64d32fd74d8ee40294927884d

build: improve packaging for native esm compatibility (#1)

ppi0 committed 3 years ago
Unverified
61fe0e6c016ed319284a6e8e67cf8bc00267ebce

feat: shorten type name

kkiaking committed 3 years ago
Unverified
788422755c5e85d3f86e615b1a0d66e7169f96d4

chore: update readme

kkiaking committed 3 years ago

README

The README file for this repository.

Vue Serialize Revive

This is an experimental package to serialize/revive a composable object.

  • [x] Primitive values (string, number, boolean, etc.)
  • [x] Array
  • [x] Object
  • [x] Function
  • [x] Ref
  • [x] ComputedRef
  • [ ] Reactive
  • [ ] Map
  • [ ] Set
  • [ ] Date
  • [x] Circular reference