Releases: effector/patronum
Releases · effector/patronum
v1.3.0 next.1
- No changes
v1.3.0-next.0
What's Changed
- fix mistype in readme by @meff34 in #160
- Refactor to TS, add new build system, implement import-map by @sergeysova in #169
New Contributors
Full Changelog: v1.2.0-next.2...v1.3.0-next.0
v1.2.0-next.2
🚀 Features
- Snapshot method #150 (@igorkamyshev)
🧰 Maintenance
- build(deps): bump dns-packet from 1.3.1 to 1.3.4 in /integration/cra #144 (@dependabot)
- build(deps): bump normalize-url from 4.5.0 to 4.5.1 #149 (@dependabot)
🧪 Tests
- add intergration tests for babel plugin and macro #135 (@sergeysova)
v1.2.0-next
- Add initial support for babel-macro
It is useful for CRA support
import { splitMap } from 'patronum/macro';
v1.1.0
🚀 Features
- Add strategy for
pending
#132 (@sergeysova) - Add support for domain for
pending
#131 (@sergeysova) - Add
target
argument todelay
#130 (@sergeysova)
🐛 Bug Fixes
- Fix debounce timeout and source validation #129 (@sergeysova)
v1.0.2
v1.0.1
🧰 Maintenance
- build(deps): bump node-notifier from 8.0.0 to 8.0.1 in /integration #127 (@dependabot)
- build(deps): bump ini from 1.3.5 to 1.3.8 #125 (@dependabot)
- build(deps): bump node-notifier from 8.0.0 to 8.0.1 #126 (@dependabot)
v1.0.0 🦋 monarch
Release!
- NO breaking changes
- Release notes in milestone
- Full list of changes
📚 Documentation
- Add motivation to documentation #118 (@sergeysova)
Monarch is a butterfly shown on 🦋 emoji. Each important release of patronum will have a butterfly name.
v0.110.1
📚 Documentation
- Add arguments docs for
combineEvents
#116 (@sergeysova) - Add arguments docs for
reshape
#115 (@sergeysova) - Add documentation for
splitMap
#114 (@sergeysova) - Add docs for
throttle
#113 (@sergeysova) - Add documentation for
debounce
#107 (@iposokhin) - Fix
debounce
description #104 (@iposokhin)
🧪 Tests
- Add type tests for
splitMap
#112 (@sergeysova)
v0.110.0
⚠️ Breaking changes
- Removed support of effector@20 #103 (@sergeysova)
Now minimum supported version of effector is21.4
Please, before upgrade review release notes ofeffector v21
.
🚀 Features
- Allow undefined shape in
reshape
#100 (@sergeysova)
📚 Documentation
- Add description for each method in TOC #102 (@sergeysova)
🧪 Tests
- Add
debug
type tests and allow undefined shape inreshape
#100 (@sergeysova)