Releases: TestJG/mtmobile-lib
Releases · TestJG/mtmobile-lib
v0.3.3
🚀 Features
- rx: Allow ValueObsOrFunc parameter in getAsObs - by @JosepBergay (f5832)
View changes on GitHub
v0.3.2
🚀 Features
- Support null argument in
mergeValidators
- by @JosepBergay (c668d)
View changes on GitHub
v0.3.1
🚀 Features
- Turn isNothing and isSomething into type guards - by @JosepBergay (bbde9)
🐞 Bug Fixes
- rx: Set proper types to getAsObs - by @JosepBergay (d5f95)
View changes on GitHub
v0.3.0
🚨 Breaking Changes
- Update minimum node version to 14 - by @JosepBergay (4cbee)
🚀 Features
- Add between util - by @JosepBergay (88f5b)
View changes on GitHub
v0.2.0
🚨 Breaking Changes
- proc: BREAKING CHANGE: harden types around processes (if you were using ObsLike type use ToObservable instead) - by @JosepBergay (9274d)
- rx: Update to rxjs 7 - by @JosepBergay (a89d5)
🚀 Features
- proc: Add generics to TaskItem - by @JosepBergay (382e9)
- rx: Add AsyncIterable and ReadableStreamLike to isObservableInput type guard - by @JosepBergay (7e2d0)
🐞 Bug Fixes
- rx:
- Subscribable is no longer an ObservableInput - by @JosepBergay (59f4f)
- Respect treatArraysAsValue parameter - by @JosepBergay (f6211)
View changes on GitHub
v0.1.17
🚀 Features
- common:
- Add isPromiseLike type guard - by @JosepBergay (d5de0)
- rx:
- Add "isSubscribable" type guard - by @JosepBergay (0b7fe)
- Add "isObservableInput" type guard - by @JosepBergay (da437)
🐞 Bug Fixes
- Manually fix missing linting errors - by @JosepBergay (31705)
- forms:
- Listing value type extends from array - by @JosepBergay (1ae48)
- rx:
- Remove type issue doing proper type guards - by @JosepBergay (db9d2)
- Export isSubscribable - by @JosepBergay (27373)