Skip to content

Releases: deltics/deltics.strings

Release v2.0.0

20 Mar 22:08
0c2f356
Compare
Choose a tag to compare

A major refactoring that is a potentially breaking change for any code that makes use of Parse() methods, Stringlists, StringTemplates or StringBuilder since all of these have been extracted to their own, separate packages.

Release v1.4.0

01 Mar 04:13
dc68638
Compare
Choose a tag to compare

Introduced functions for working with Utf32.

Release v1.3.2

07 Feb 21:22
b9bbe06
Compare
Choose a tag to compare

IsNumeric fixed for correctly handling floating point values

Release v1.3.1

30 Jan 02:55
eb330e6
Compare
Choose a tag to compare

Adds a heuristic for Utf8 detection in TEncoding.Identify

Release v1.3.0

28 Jan 07:58
a3c6a2e
Compare
Choose a tag to compare

Fixed some issues in 64-bit support. Significant refactoring of TEncoding implementation.

Release v1.1.2

03 Jan 03:40
a205496
Compare
Choose a tag to compare

Minor revision to update dependencies.

Release v1.1.1

01 Jan 21:22
6cfb58f
Compare
Choose a tag to compare

Fixes an issue with ANSI.DeleteLeft() corrupting the input string and WIDE.DeleteLeft() failing to apply contracts.

Release v1.1.0

31 Dec 03:15
af76d10
Compare
Choose a tag to compare

Added ANSI.FromBuffer() support (overloaded for ANSI and WIDE buffers)

Release v1.0.0

28 Dec 23:40
Compare
Choose a tag to compare

First packaged release