Skip to content

Releases: icdevsorg/candy_library

Refactor

05 Mar 21:45
4d7901c
Compare
Choose a tag to compare

I have refactored the files into separate libraries to silo some of the functionality.

type.mo - holds most types and few conversion functions to stabilize/destabilize candy values, properties, and workspace types.

conversion.mo - holds most of the conversion functions

clone.mo - has some clone functions for deep cloning classes

properties.mo - property and class functions for updating and manipulating classes

workspace - useful for keeping workable data in chunks that can be moved around canisters.

Nats

22 Jan 19:06
4d7901c
Compare
Choose a tag to compare
Merge pull request #3 from skilesare:main

Adding Nats

Classless

22 Jan 17:52
3255501
Compare
Choose a tag to compare

Removed Class Wrapper from Functions

Initial

22 Jan 17:11
eb91615
Compare
Choose a tag to compare

Initial Vessel