Skip to content

Releases: mfederczuk/deeptools

DeepTools v2.1.0-indev01

23 May 14:12
v2.1.0-indev01
bf17fe5
Compare
Choose a tag to compare
Pre-release

Option for deepFreeze() to support circular references.

DeepTools v2.0.0-rc01

29 Jan 16:22
c7e918f
Compare
Choose a tag to compare
DeepTools v2.0.0-rc01 Pre-release
Pre-release

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

28 Jan 12:37
e7a72a4
Compare
Choose a tag to compare
Pre-release

deepFreeze wouldn't probably work with obejcts with getters and/or setters, this is now fixed.

DeepTools v2.0.0-indev01

13 Dec 15:02
f555430
Compare
Choose a tag to compare
Pre-release

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

24 Nov 00:52
52c63a8
Compare
Choose a tag to compare

Updated community files and dependencies

DeepTools v1.1.0

01 Nov 18:38
69de355
Compare
Choose a tag to compare

General package update - JS files are now built before installation when the package is published, which fixes an installation error.

DeepTools v1.0.4

10 Apr 15:47
b8f6157
Compare
Choose a tag to compare

Updated dependencies.

DeepTools v1.0.3

14 Mar 20:44
f56b011
Compare
Choose a tag to compare

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

13 Dec 08:57
d5d11d1
Compare
Choose a tag to compare

I forgot to import deepCopy and deepFreeze in safeCopy.js.

DeepTools v1.0.1

12 Dec 15:46
1dcc205
Compare
Choose a tag to compare

Fixed the typings file.