Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: hmmdyl/record

Critical Fix!

16 Jul 13:11

Choose a tag to compare

This fixes problems when using types outside of drecord. All instances of .stringof have been removed. String interpolations to generate the constructor and opEquals have been replaced with more idiomatic D.

Add unittest, update source code documentation and example

16 Jul 11:54

Choose a tag to compare

v1.0.4

Adjust documentation for get_compute

Bugfix for record.duplicate

15 Jul 11:56

Choose a tag to compare

record.duplicate could set the field of a get_compute property. This has been fixed.

Add get_compute

15 Jul 11:51

Choose a tag to compare

v1.0.2

Add get_compute

Add support for customised default initialisation

15 Jul 10:45

Choose a tag to compare

v1.0.1

Add record.create, update readme

First version

14 Jul 22:58

Choose a tag to compare

v1.0.0

Update readme