Software Details:
Version: 1.1.0 updated
Upload Date: 9 Feb 16
Distribution Type: Freeware
Downloads: 27
Chaplin was built with Backbone.js, an MVC JavaScript library.
What is new in this release:
- route.previous` is now `undefined` instead of an empty object if there is no previous object.
What is new in version 1.0.0:
- route.previous` is now `undefined` instead of an empty object if there is no previous object.
What is new in version 0.13.0:
- Renamed `Controller#compose` to `Controller#reuse`
- Added `trailing` option for `Router`
- Normalize URI handling with trailing slashes
- Added support for optional `Route` params, like this: `/users/(:user)`
What is new in version 0.12.0:
- Added support for Exoskeleton 0.6. Previous versions are now incompatible.
- Removed Delayer. Use separate Delayer package if you want to use it.
- Chaplin.helpers were merged with Chaplin.utils. Use utils now for reverse and redirectTo.
- CollectionView#filter now ignores arguments if they are not functions. Useful if you want to call it on some DOM event from events hash.
What is new in version 0.11.3:
- Fixed view regions.
- Fixed filtering of collection view elements.
- Backbone.History is now used as Chaplin.History if it's patched (with query string support).
What is new in version 0.11.1:
- `Dispatcher::dispatch` now checks if `options.query` hash was changed.
- `Route::reverse` now won't add a ? symbol at the end of a returned URL if you pass an empty object as a `query` parameter (second one)
- `utils.queryParams.stringify` will now ignore `undefined` and `null` values
What is new in version 0.10.0:
- Fixed controller disposal after redirect.
- Improved Chaplin.Router.
- Improved Chaplin.Application.
What is new in version 0.9.0:
- Added full lodash compatibility.
- Removed deferred mix-in (`initDeferred`) support from models, collections and views.
- Improved `Chaplin.Router`.
- Improved `Chaplin.View`.
What is new in version 0.8.1:
- Added Layout#$ method, which is the same as View#$. This also fixes how regions behave in Layout.
- The check is now done when listening to collection dispose event whether it really came from collection and not from its model.
What is new in version 0.6.0:
- Updated required Backbone version to 0.9.9+.
Requirements:
- Node.js 0.4.6 or higher
- jQuery
- Backbone.js
- Underscore.js
Comments not found