Closed jhollingworth closed 9 years ago
Move everything into their own packages. Precursor for marty-native (Resolves #186). Also, in general this was a very good idea of @dariocravero's (Resolves #186)
marty-native
Modules
Tasks
Deprecations
The following aliases are being deprecated, you can still access them here:
require('marty/errors')
require('marty-core').errors
require('marty/http/hooks')
require('marty-http').hooks
require('marty/constants')
require('marty-constants').constants
require('marty/enviroment')
require('marty-core').environment
require('marty/fetch')
require('marty-store').fetch
require('marty/when')
require('marty-store').when
require('marty/autoDispatch')
require('marty-actions').autoDispatch
require('marty/constants/status')
require('marty-store').fetchConstants
require('marty').Diagnostics
require(‘marty-core’).diagnostics
require('marty').Environment
require(‘marty-core’).environment
require('marty').Dispatcher
require('marty-core').createDispatcher
require('marty').Dispatcher.getDefault()
Marty.dispatcher
Move everything into their own packages. Precursor for
marty-native
(Resolves #186). Also, in general this was a very good idea of @dariocravero's (Resolves #186)Modules
Tasks
Deprecations
The following aliases are being deprecated, you can still access them here:
require('marty/errors')
moved torequire('marty-core').errors
require('marty/http/hooks')
moved torequire('marty-http').hooks
require('marty/constants')
moved torequire('marty-constants').constants
require('marty/enviroment')
moved torequire('marty-core').environment
require('marty/fetch')
moved torequire('marty-store').fetch
require('marty/when')
moved torequire('marty-store').when
require('marty/autoDispatch')
moved torequire('marty-actions').autoDispatch
require('marty/constants/status')
moved torequire('marty-store').fetchConstants
require('marty').Diagnostics
moved torequire(‘marty-core’).diagnostics
require('marty').Environment
moved torequire(‘marty-core’).environment
require('marty').Dispatcher
replaced withrequire('marty-core').createDispatcher
.require('marty').Dispatcher.getDefault()
replaced withMarty.dispatcher