- Added lib to .npmignore
- Fixed some dependencies
- Fixed resources reference from parent to sub applications, which can cause unexpected behaviours
- Updated docs
- Finxing error with browserify, where backbone.radio was not getting loaded properly
- Views:
- Fixed bug where calling super in
templateContext
made all this context global and avaibale on all views, causing unexpected behaviours
- Fixed bug where calling super in
- Upgraded to Marionette 3
- Starting tests
- Views:
- removed
viewContext
option, in favortemplateContext
of Marionette 3
- removed
- Added support for childApplications
- Added Underscore.string
@s
helper to views - Added Underscore
@_
helper to views
- Fixed router filter bug where _ it's not defined
- Added responders
- Added viewModels
- TransitionOut method must return a promise
- Added posibility to disable transition out in region
- Added viewModel
- Fixed utils.pathFor
- Changed color option to type in Logger
- Upgraded site
- Updated docs
- Added Logger
- Updated i18next
- Added Environment
- Added Es6
- Added Utils
- Replaced Config
- Deprecations:
- Removed the "template" path from the
templateLookup
options in the Rendered. Now you have the type the full template path - changed the way to setup configurations, now are in the
Marionettist.config
object
- Removed the "template" path from the
- Added
Marionettist.location.refreshRoute()
which reload the current route - Updated some dependencies
- Fixing router params
- Added method to change locale and trigger event
- Added
Marionettist.channels
- Added
Marionettist.location
- Fixed bug in router
- Entended
Marionette
router. - Added the posibility to define "before" and "after" filters inside a controller.
- The
onRoute
callback of theMarionettist.AppRouter
now trigger same callback in the controller.
- Added
viewContext
property and merge to template heplers. - Updated documentation.
- Renamed package.
- Added dependencies check.
- Fixed
lookupPaths
inRenderer
to use the option directly from config.
- Since the refactor was so big have to change to a MAJOR Version.
- Refactored base classes.
- Fixed error with backbone-associations dependency.
- Added extra libraries dependencies to the core.
- Updated documentation.
- Added more template helpers.
- Changed dependencies versions to match with
Marionette
.
- Attached core dependencies (
jQuery
,Underscore
,Underscore.string
,Backbone
,Marionette
andi18next
) toMarionettist
root. - Updated dependencies on package.json and bower.json.
- Added minify to the Gulpfile.
- First release.