Skip to content

Releases: hmmdyl/record

Critical Fix!

16 Jul 13:11
Compare
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
Compare
Choose a tag to compare
v1.0.4

Adjust documentation for get_compute

Bugfix for record.duplicate

15 Jul 11:56
Compare
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
Compare
Choose a tag to compare
v1.0.2

Add get_compute

Add support for customised default initialisation

15 Jul 10:45
Compare
Choose a tag to compare
v1.0.1

Add record.create, update readme

First version

14 Jul 22:58
Compare
Choose a tag to compare
v1.0.0

Update readme