Skip to content

Releases: mackysoft/Modiferty

1.1.2

15 May 19:27
Compare
Choose a tag to compare

Added

  • Added upm support.
  • Added the OperatorModifierInt.
  • Added the OperatorModifierFloat.
  • Added the ReactiveOperatorModifierInt.
  • Added the ReactiveOperatorModifierFloat.

1.1.1

27 Nov 12:17
Compare
Choose a tag to compare

Added

  • Added unit tests.

Changes

  • UniRx Integration runtime code moved to Runtime folder.
  • ReactiveModifiableProperty<T> / ReactiveModifierList<T>.ObserveChanged now observe ReactiveModifierList<T>.ObserveMove.

1.1.0

26 Nov 15:12
Compare
Choose a tag to compare

Added

  • Added UniRx integration. (https://github.com/neuecc/UniRx)
    • Define MODIFERTY_UNIRX and enable it.
  • Added IModifierList<T>.AddModifierAsDisposable extension method.

Changes

  • Renamed assembly name "MackySoft.Modiferty.Runtime" to "MackySoft.Modiferty".
  • OperatorModifiers now inherit from ModifiableProperty.
  • The Modifier(s) suffix has been applied to the extension methods defined in IModifiablePropertyExtensions.
  • Multiply / DivisionModifierInt now must specify the RoundingMethod.

1.0.3

24 May 14:54
Compare
Choose a tag to compare
  • Changed type of multiply value of MultiplyModifierInt to float.
  • Changed type of division value of DivisionModifierInt to float.

1.0.2

22 May 16:23
Compare
Choose a tag to compare
  • Added extension methods for ModifierList.
  • Rename assembly "MackySoft.Modiferty" to "MackySoft.Modiferty.Runtime".
  • Rename folder "Scripts" to "Runtime".

1.0.1

20 May 13:58
Compare
Choose a tag to compare
  • Added ModifierList extension methods.
  • Extracted the IModifier from IModifier<T>.

1.0.0

19 May 07:51
Compare
Choose a tag to compare

First Release