- Fixed a null assertion error with ValueStream
- Updated to null-safety
- Updated to adhere with new names in RxDart
- Fixed issue getting initial data of ReplaySubject with no value in value collection
- Added ability to define snapshot index in the case where a ReplayObservable is passed in and may have a collection of values accessible
- Initial release