LightweightObservable v2.0.0 Release Notes

Release Date: 2019-11-28 // over 4 years ago
  • ➕ Added

    • PublishSubject: A new subject type, that starts empty and only emits new elements to subscribers.

    ✂ Removed

    • Removed property asObservable, as Swift can do the casting automatically.

    🔄 Changed

    • Changed type of property value from Observable to optional. For further details please have a look at the [Lightweight Observable 2.0 Migration Guide 📚 ](Documentation/Lightweight%20Observable%202.0%20Migration%20Guide.md)