circular-functions 0.0.5

circular-functions, my JavaScript library to serialize objects with cyclic dependencies has been officially updated to v0.0.5 in npm! Get it at https://www.npmjs.com/package/circular-functions (or just npm install circular-functions of course)

This includes an important tweak I made over 2 years ago to support “intermediate” serialization data, i.e. stuff you need to put into objects in anticipation of their deserialization but don’t want to keep in memory afterward.

I still gotta write a good, up-to-date tutorial for circular, but it’s been indispensable for all my games.

Ananias, Emerald Woods and OpenArthurianX6 use it. You may find it useful to aid you in serializing and deserializing your game data!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s