Releases: effector/patronum
Releases · effector/patronum
v1.12.1
🐛 Bug Fixes
- Fix
patronum/debug
imports in ESM #243 (@AlexandrHoroshih)
🧰 Maintenance
- Update
ubuntu
version inrelease
workflow #244 (@AlexandrHoroshih) - Migrate into PNPM #240 (@sergeysova)
v1.12.0
🚀 Features
- Implement custom names for units in
debug
#239 (@AlexandrHoroshih) - Implement detection and print of scopes for
debug
#238 (@AlexandrHoroshih) - short-circuit evaluation in
and
andor
operators #233 (@yumauri)
🐛 Bug Fixes
interval
shouldn’t runtick
after stop #237 (@ainursharaev)
📚 Documentation
- Fix naming in "Alternative" section similar to "Example" #230 (@Kelin2025)
v1.11.1
🐛 Bug Fixes
- Fix
and
or
state should be boolean #232 (@igorkamyshev)
v1.11.0
Experimental operators stabilized!
Operators and
, either
, equals
, not
, or
now stable to use.
Typings were improved and added more tests.
But operator empty
is still experimental and is going to be renamed.
v1.10.2
🐛 Bug Fixes
- Fix
combineEvents
serialization #229 (@igorkamyshev)
v1.10.1
🐛 Bug Fixes
- fix
interval
'stick
logic #225 (@ainursharaev)
🧪 Tests
- Add type tests for
format
#218 (@ainursharaev)
v1.10.0 🦋 Nymphalidae
🚀 Features
- Introduce
empty
operator #220 (@igorkamyshev)
v1.9.0
🚀 Features
- Add support for
timeout: Store<number>
forthrottle
#209 (@dadayada) - Add tracing support for
debug
#207 (@AlexandrHoroshih) - Add support for
timeout: Store<number>
fordebounce
#208 (@dadayada)
🏎 Optimizations
- Improve internal implementation of
debounce
#210 (@AlexandrHoroshih)