@k-ramel/driver-redux-little-router
driver is deprecated. You can now usek-redux-router
:- We are removing it because
redux-little-router
is deprecated and has been archived by its authors: https://github.com/FormidableLabs/redux-little-router
- We are removing it because
@k-ramel/driver-http
is not imported by default- In order to keep
k-ramel
as light as possible we remove the default usage of this driver - When we added it as a default driver, we thought that almost everybody would use it but since
graphql
is becoming strong, we believe it's time to not make it a default one k-ramel
will be even lighter by default!
- In order to keep
@k-ramel/driver-form
API has changedset
now remove older fieldsclearErrors
is renamed toresetErrors
remove
is renamed toreset
devtools
options (fromcreateStore
) is nowundefined
by default- If you set it
false
ortrue
then we will follow what you want regardless ofNODE_ENV
- If the value is
undefined
then we will activate dev tools extension ifNODE_ENV
is not equal toproduction
- If you set
devtool: undefined
in version 1.x.x ofk-ramel
, you have to set it tofalse
to have the same behaviour in version 2.0.0.
- If you set it
- A new helper is added to k-ramel:
reset()
- This is added everywhere in the store tree (eg: store.reset(), store.data.reset(), etc)
- If your definition tree (given to
createStore
first parameter) containsreset
it will break - If you are in this case, please fill an issue :)
reset
new helper comes withRESET
constant- See previous description!