Releases: mfederczuk/deeptools
DeepTools v2.1.0-indev01
Option for deepFreeze()
to support circular references.
DeepTools v2.0.0-rc01
Mostly just some internal improvements.
The only thing missing for the full release of v2.0.0 is finishing up the unit tests, which are so fucking boring to write, good god.
DeepTools v2.0.0-indev02
deepFreeze
wouldn't probably work with obejcts with getters and/or setters, this is now fixed.
DeepTools v2.0.0-indev01
All of the 4 functions have been refactored and greatly improved. There's also a new deepWalk
function.
It is still indev01
pre-release because I still want to finish writing the unit tests.
DeepTools v1.1.1
Updated community files and dependencies
DeepTools v1.1.0
General package update - JS files are now built before installation when the package is published, which fixes an installation error.
DeepTools v1.0.4
Updated dependencies.
DeepTools v1.0.3
Switched over to using TypeScript.
JavaScript files will be build when installing the package.
Other than that, some functions have been optimized.
DeepTools v1.0.2
I forgot to import deepCopy
and deepFreeze
in safeCopy.js
.
DeepTools v1.0.1
Fixed the typings file.