Skip to content

Releases: Senipah/VBA-Better-Array

Release v1.8.0

16 Jan 10:28
Compare
Choose a tag to compare

Release v1.7.6

29 Aug 00:18
Compare
Choose a tag to compare

Release v1.7.5

29 May 16:29
Compare
Choose a tag to compare

84fecbb Chore: apply code inspection
5907bfd Closes #15
951b44e fix: broken links on ArrayType Let Accessor
de09a01 fix: broken links in array type docs
9fde970 chore: add Concat test coverate for issue 7

Release v1.7.4

08 Jan 18:43
Compare
Choose a tag to compare

50e119a fix: concat() retrieve InternalItems not this.InternalItems
c44d41b chore: ignore debug folder
b3b0da4 fix: description of StartIndex arg
3bdc226 fix: broken link to sortmethods enum

Release v1.7.3

25 Nov 14:55
Compare
Choose a tag to compare

f8ee70c fix: Timsort - account for arbitrary bounds

Release v1.7.2

25 Nov 13:43
Compare
Choose a tag to compare

b7ce410 chore: Timsort - Public -> Private

Release v1.7.1

25 Nov 00:01
Compare
Choose a tag to compare

197c833 chore: document oversize truncation
09eae7c chore: update docs - line ending guessing
aef8ec9 feat: FromCSVFile & String now guess line ending
baf261f feat: ToExcelRange truncate where exceeds cell cnt
5bb947c chore: var name case changes
bcb54a6 fix: badge links
c492bed fix: typo
7e3bf90 chore: add badge to readme
daaf604 rebuild pages

Release v1.7.0

24 Nov 14:00
Compare
Choose a tag to compare

46cb841 chore: enforce PascalCase
be6476d chore: enforce PascalCase
ddcf639 feat: refactor items letter to accept typed arrays
288bfe6 chore: track var case changes
b26aa79 fix typos
6d98635 fix: add missing ParseFromString doc
746e428 feat: add ToCSVFile & ToCSVString
0be9968 chore: track dev helper funcs
745b1c7 chore: var name changes
43ce64f chore: tocsvstring tests
9b74beb feat: concat refactor. ToCSVString first draft
2f06ae9 chore: vba changing variable name casing
d0b836b chore: update Sort docs for TimSort
6b64e3c feat: add TimSort - make default sort algorithm
3e13f36 chore: add sort method prop & enum docs
ef37f63 chore: fix link
7656c6f chore: rename root RD folder to match namespace
c7bf7e9 chore: track sort algo profiling module
559756b chore var case name changes
c4c78f8 feat: add option to specify width of 2nd dim
e215b8b feat: add option to select sorting algo and iterqs

Release v1.6.4

30 Oct 08:11
Compare
Choose a tag to compare

5168a06 fix: test for nullstring in UnquoteString
f4016d8 chore: track variable case changes
2669d60 chore: track variable case change
afea962 chore: ignore some dev files
b826266 chore: rename some dev functions
4a3287c chore: inc dec shorthand refactor

Release v1.6.3

23 Oct 10:00
Compare
Choose a tag to compare

d47263a chore: add testutils.bas to build script