Skip to content

Releases: Structum/Elements

Added More Object Extensions and DataConvert facilities.

08 Feb 02:41
5f50f60

Choose a tag to compare

Added Object Extensions:

  • DeepClone: Performs a Deep Copy of any object.
  • AsBoolean, AsGuid, AsString: Tries to convert an Object into Boolean, Guid or String, if it fails it returns the default value.

Downgraded fastJSON to 2.3.3

04 Jan 04:28
cc40e80

Choose a tag to compare

Merge pull request #12 from Structum/dev

Downgraded fastJSON to 2.3.3 because of an issue with ToObject

Upgrade to netstandard 2.1

03 Jan 21:55
c86b2fe

Choose a tag to compare

Upgraded to netstandard 2.1 and updated the fastJSON dependency to 2.4.1

BugFix Release: ApplicationInfo.ExecutingDirectory doesn't return the Executing Directory.

10 Apr 01:13
aa79914

Choose a tag to compare

BugFix Release: ApplicationInfo throws a Null Exception when loaded by xUnit.

02 Apr 04:32
e6d9256

Choose a tag to compare

Merge pull request #9 from Structum/dev

BugFix: ApplicationInfo throws a Null Exception when loaded by xUnit.

Nuget Version Fix.

17 Nov 20:38
6d224ba

Choose a tag to compare

Updated the nuget versions for 1.2.2.1

Changed the Password Protector to use the base64 representation of the hash.

Password Protector: Performance Improvements

17 Nov 17:33

Choose a tag to compare

Changed the Password Protector to use the base64 representation of the hash to save space in the database.

Hasher Improvements

17 Nov 15:52

Choose a tag to compare

  • Added an option in the hasher to return the base64 representation which is more compact.
  • Added support for SHA512.

Compute Hash string representation

16 Nov 04:25
d10a99e

Choose a tag to compare

Changed the string representation of the ComputeHash function to use the correct byte representation instead of base64.

BugFix in Elements.Environment Library.

14 Oct 19:31
d7c0679

Choose a tag to compare

  • Fixed a bug where the version returned by CreateCurrentApplicationInfo was not returning the actual application but the Elements Library version.