0.2.0 • Published 11 years ago

isnovid.clone v0.2.0

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

clone

0.1.0

Interface

clone data

The argument of "data" - link to the cloned data.

source =
	name: "snovid.clone"
	version: "0.0.0",
	about:
		data: "objects"
		others: 
			depth: false

target = clone source
target.version = "0.1.0"
target.about.data = "anything"
target.about.others.depth = true

###
source =
	name: "snovid.clone"
	version: "0.0.0",
	about:
		data: "objects and arrays"
		others: 
			depth: false
target =
	name: "snovid.clone"
	version: "0.1.0",
	about:
		data: "any"
		others: 
			depth: true
###

Chenge log

0.1.0

Initial release.

0.2.0

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago