Skip to content

Releases: gopherwood/recycle

Recycle v2.0.0

19 Jul 20:54
Compare
Choose a tag to compare

Updates structure to ES6, modifies caches to use linked-lists instead of dynamic arrays, and provides flexibility regarding whether recycle and setUp methods should be mixins on cached objects. As such, the add method has been changed and extended to handle these changes. See the README for new syntax.

Recycle v1.0.1

26 Jul 01:48
Compare
Choose a tag to compare

Fixes a bug with instantiation argument offset.

Recycle v1.0.0

25 Jul 23:28
Compare
Choose a tag to compare

Initial release.