Skip to content

Releases: funkwerk/accessors

accessors v1.2.4

01 Feb 08:02
Compare
Choose a tag to compare

Improve needToDup: use DeepConst to determine whether dup can be ignored because all referenced data is const anyway.

accessors v1.2.3

19 Jan 03:55
Compare
Choose a tag to compare

accessors v1.2.2

12 Jan 15:02
Compare
Choose a tag to compare
  • Fixes bug where null ~ NullableTypeArray prepends a null value to the array.

accessors v1.2.1

11 Jan 09:23
Compare
Choose a tag to compare
  • Deprecate @RefRead
  • Update README
  • Fix bug where @Read on arrays wasn't working with const objects
  • Add support for dmd 2.075.1 - 2.078.0

accessors v1.2.0

13 Dec 13:21
dfbb771
Compare
Choose a tag to compare
  • Add support for dmd 2.074.1 - 2.077.1
  • Add annotations for generated methods

accessors v1.1.1

13 Mar 05:05
Compare
Choose a tag to compare
  • Updated for dmd 2.073
  • Debug mode was fixed

accessors v1.1.0

16 Jan 17:45
Compare
Choose a tag to compare
  • Inheritance support added
  • Generated accessors are now @properties