Releases: cerebral/overmind
Releases · cerebral/overmind
release_2019-01-21_1928
Updated packages
package | from version | to version |
---|---|---|
overmind | 12.0.1 | 13.0.0 |
overmind-angular | 12.0.1 | 13.0.0 |
overmind-devtools | 13.0.1 | 14.0.0 |
overmind-react | 13.0.1 | 14.0.0 |
overmind-vue | 12.0.1 | 13.0.0 |
proxy-state-tree | 4.0.0 | 4.1.0 |
🚨 Breaking
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind | remove flattening of effects to actions, use effects prop for consistency
|
763e38f | christianalfoni | ||
overmind-devtools | remove flattening of effects to actions, use effects prop for consistency
|
763e38f | christianalfoni |
🔥 Feature change
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind | update getter values as well | ca2fa97 | christianalfoni | ||
overmind-devtools | update getter values as well | ca2fa97 | christianalfoni | ||
proxy-state-tree | update getter values as well | ca2fa97 | christianalfoni |
🐛 Bug fixes
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind | fix operators effects and emit in production | 09245c2 | christianalfoni | ||
overmind | actually fix emit in production | 8786eba | christianalfoni | ||
overmind | expose actions to operators as well | e2a4c88 | christianalfoni |
release_2019-01-17_2255
Updated packages
package | from version | to version |
---|---|---|
overmind | 12.0.0 | 12.0.1 |
overmind-angular | 12.0.0 | 12.0.1 |
overmind-devtools | 13.0.0 | 13.0.1 |
overmind-react | 13.0.0 | 13.0.1 |
overmind-vue | 12.0.0 | 12.0.1 |
🐛 Bug fixes
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind | also rescope values to action operator | 96963d2 | christianalfoni | ||
overmind-react | improve passing updates to devtools using hooks | f7b9f3f | christianalfoni |
release_2019-01-15_2240
Updated packages
package | from version | to version |
---|---|---|
overmind | 11.0.1 | 12.0.0 |
overmind-angular | 11.0.1 | 12.0.0 |
overmind-devtools | 12.0.1 | 13.0.0 |
overmind-react | 12.0.1 | 13.0.0 |
overmind-vue | 11.0.1 | 12.0.0 |
🚨 Breaking
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind | refactor to interface based typing and expose actions to actions and effects to comp
|
4291cff | christianalfoni | ||
overmind-angular | refactor to interface based typing and expose actions to actions and effects to comp
|
4291cff | christianalfoni | ||
overmind-devtools | refactor to interface based typing and expose actions to actions and effects to comp
|
4291cff | christianalfoni | ||
overmind-react | refactor to interface based typing and expose actions to actions and effects to comp
|
4291cff | christianalfoni | ||
overmind-vue | refactor to interface based typing and expose actions to actions and effects to comp
|
4291cff | christianalfoni |
🔥 Feature change
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind-react | add provider | dd90e6f | christianalfoni |
🐛 Bug fixes
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind | safe values on effect arguments as well | d11329e | christianalfoni | ||
overmind | properly fix serialization of effect args | 5986e0a | christianalfoni |
release_2019-01-14_1335
Updated packages
package | from version | to version |
---|---|---|
overmind | 11.0.0 | 11.0.1 |
overmind-angular | 11.0.0 | 11.0.1 |
overmind-devtools | 12.0.0 | 12.0.1 |
overmind-react | 12.0.0 | 12.0.1 |
overmind-vue | 11.0.0 | 11.0.1 |
🐛 Bug fixes
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind | make effect values to devtools safe | 1662347 | christianalfoni | ||
overmind | make sure getters are managed in initial state | 52f8e22 | christianalfoni |
🔧 Chores
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind-devtools | fix last deps | 28a30fc | christianalfoni |
release_2019-01-12_1214
Updated packages
package | from version | to version |
---|---|---|
overmind | 10.0.0 | 11.0.0 |
overmind-angular | 10.0.0 | 11.0.0 |
overmind-devtools | 11.0.0 | 12.0.0 |
overmind-react | 11.0.0 | 12.0.0 |
overmind-vue | 10.0.0 | 11.0.0 |
proxy-state-tree | 3.2.0 | 4.0.0 |
🚨 Breaking
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
proxy-state-tree | refactor to new flushing approach
|
e7d070e | christianalfoni |
🔥 Feature change
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind | send pending and error state of effects, also send flushes correctly | f174d1a | christianalfoni | ||
overmind | allow using true to connect to default locahost and port | 70e4ed0 | christianalfoni | ||
overmind | add createMock for testing | 261917e | christianalfoni | ||
overmind | improve testing approach | 7b71b0e | christianalfoni | ||
overmind-devtools | handle pending and errored effects, and other small fixes | ed746bb | christianalfoni |
🐛 Bug fixes
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind | change to method to grab mutationtree in production | 64522aa | christianalfoni | ||
overmind | bind correctly proxifying effects | b21509b | christianalfoni | ||
overmind | fix nested partial type of createMock | 3c3f59e | christianalfoni | ||
overmind | propely handle nested partial function | ec0d681 | christianalfoni |
🔍 Refactors
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind-vue | refactor connect and remove typing, TS sucks with Vue | 8cf2d07 | christianalfoni |
release_2019-01-05_2005
📎 Documentation
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind | add test documentation | 75e3f2b | christianalfoni |
release_2019-01-04_1459
🔍 Refactors
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind-vue | fix Connect type | e107d04 | christianalfoni |
release_2019-01-04_0845
Updated packages
package | from version | to version |
---|---|---|
overmind | 9.1.0 | 10.0.0 |
overmind-angular | 9.1.1 | 10.0.0 |
overmind-devtools | 10.0.0 | 11.0.0 |
overmind-react | 10.0.0 | 11.0.0 |
overmind-vue | 9.1.0 | 10.0.0 |
🚨 Breaking
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind | review and improve typing
|
7f70939 | christianalfoni |
🔥 Feature change
package | summary | commit | issues | author | gravatar |
---|
🔍 Refactors
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind-devtools | refactor to correct typing approach | 7202d1a | christianalfoni |