Skip to content

Releases: cristianbuse/VBA-FastDictionary

VBA-FastDictionary v2.6.6

06 Jan 12:16

Choose a tag to compare

VBA-FastDictionary v2.6.5

21 May 10:19

Choose a tag to compare

Final fixes for #33:

  • 8a0b138 - fix for when PCode gets recompiled and asm does not
  • 1fba52c

VBA-FastDictionary v2.6.4

20 May 10:46

Choose a tag to compare

VBA-FastDictionary v2.6.3

12 May 10:39

Choose a tag to compare

VBA-FastDictionary v2.6.2

12 May 09:10

Choose a tag to compare

VBA-FastDictionary v2.6.1

29 Apr 12:04

Choose a tag to compare

VBA-FastDictionary v2.6.0

24 Mar 10:42

Choose a tag to compare

The below are mainly implemented as part of discussion 28:

VBA-FastDictionary v2.5.0

06 Mar 14:43

Choose a tag to compare

Fast deallocation now works even if the current project exposes the Dictionary class to an external project. The 'controller' instance that holds common state is now hidden and its reference count is being tracked. If state is lost in the external project i.e. instances are being terminated without calling Class_Terminate, then the wrong reference count is detected and pointers are restored.

VBA-FastDictionary v2.4.4

11 Feb 18:47

Choose a tag to compare

VBA-FastDictionary v2.4.3

11 Feb 17:44

Choose a tag to compare

On older versions of Office, the code can recompile while running. This addition re-applies the stack bug fixes, if needed