Skip to content

Releases: MooVC/Monify

1.3.2: Duplicate Conversions

31 Dec 22:08
327c966

Choose a tag to compare

Fixed

  • Self conversion operators from passthrough instances are no longer duplicated when the encapsulated type is located in a separate project.

Full Changelog: 1.3.1...1.3.2

1.3.2-rc.3: Duplicate Conversions

31 Dec 21:44

Choose a tag to compare

Pre-release

Fixed

  • Self conversion operators from passthrough instances are no longer duplicated when the encapsulated type is located in a separate project.

Full Changelog: 1.3.2-rc.2...1.3.2-rc.3

1.3.2-rc.2: Duplicate Conversions

31 Dec 21:05

Choose a tag to compare

Pre-release

Fixed

  • Self conversion operators from passthrough instances are no longer duplicated when the encapsulated type is located in a separate project.

Full Changelog: 1.3.2-rc.1...1.3.2-rc.2

1.3.2-rc.1: Duplicate Conversions

31 Dec 20:28

Choose a tag to compare

Pre-release

Fixed

  • Self conversion operators from passthrough instances are no longer duplicated when the encapsulated type is located in a separate project.

Full Changelog: 1.3.1...1.3.2-rc.1

1.3.1: Nested Classes

07 Dec 16:01
8e037f2

Choose a tag to compare

Fixed

  • Nested partial classes are now ordered correctly (#49).

Full Changelog: 1.3.0...1.3.1

1.3.1-rc.1: Nested Classes

07 Dec 15:50

Choose a tag to compare

Pre-release

Fixed

  • Nested partial classes are now ordered correctly (#49).

Full Changelog: 1.3.0...1.3.1-rc.1

1.3.0: Passthrough Conversions, & Operators

29 Nov 07:25
8f40cf2

Choose a tag to compare

Added

  • Binary operators supported by the encapsulated type are now propagated to the Monify type (#44).
  • Conversions supported by the encapsulated type are now propagated to the Monify type (#44).
  • Unary operators supported by the encapsulated type are now propagated to the Monify type (#44).

Fixed

  • MONFY03 should no longer be raised for types that do not explicitly capture state (#22).

Full Changelog: 1.2.0...1.3.0

1.3.0-rc.1: Passthrough Conversions, & Operators

28 Nov 20:48
8f40cf2

Choose a tag to compare

Added

  • Binary operators supported by the encapsulated type are now propagated to the Monify type (#44).
  • Conversions supported by the encapsulated type are now propagated to the Monify type (#44).
  • Unary operators supported by the encapsulated type are now propagated to the Monify type (#44).

Fixed

  • MONFY03 should no longer be raised for types that do not explicitly capture state (#22).

Full Changelog: 1.2.0...1.3.0-rc.1

1.2.0: Passthrough Equality & Conversions

16 Nov 20:27
6f496df

Choose a tag to compare

Added

  • When the encapsulated type is for a type that also uses Monify, constructors, equality checks and implicit conversion operators to enable conversion directly to the nested encapsulated type (#34).

Fixed

  • Equality checks now correctly handle null values for reference types.

Full Changelog: 1.1.4...1.2.0

1.2.0-rc.1: Passthrough Equality & Conversions

16 Nov 19:54
da60820

Choose a tag to compare

Added

  • When the encapsulated type is for a type that also uses Monify, constructors, equality checks and implicit conversion operators to enable conversion directly to the nested encapsulated type (#34).

Fixed

  • Equality checks now correctly handle null values for reference types.

Full Changelog: 1.1.4...1.2.0-rc.1