0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jul 18, 2024 — Jul 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Plain Old Javascript inheritance helper to kb.ViewModel in the form of kb.ViewModel.extend({}) using Backbone extend paradigm. More... over 13 years ago
Made view model on kb.observable optional. It is only necessary when "this" is used within the write function. More... over 13 years ago
Added documentation and use case for ko.computed More... over 13 years ago
Upgraded Backbone to 0.9.2 (changed attribute hash) including a backwards compatibility check. Renamed tests suites to "latest" and "legacy" to generalize their purposes. More... over 13 years ago
Upgraded Backbone and Underscore More... over 13 years ago
Updated comment. More... over 13 years ago
Updated version, README.md and tests for API change for kb.ViewModel from _destroy to _destroy. More... over 13 years ago
Merge pull request #17 from benstraub/master More... over 13 years ago
Renamed '_destroy' to '__destroy'.
benstraub
as Ben Straub
More... over 13 years ago
Namespaced the view model internals. More... over 13 years ago
Upgrade Knockout.js from 1.3.0rc.debug to 2.0.0 More... over 13 years ago
Renaming to avoid collisions More... over 13 years ago
Bug fix: view model lifecycle. More... over 13 years ago
Update README.md More... over 13 years ago
Upgraded Knockout 1.3.0beta to 1.3.0rc More... over 13 years ago
Upgraded kb.collectionObservor API. 1) Introduced view_model_create and view_model_constructor to differentiate creation patterns. At some point, view_model option will be deprecated. 2) added a defer option so that the collection observable can be defer loaded in case it is being created within a render cycle (meaning it will get into a Knockout dependency cycle). 3) Added helper for sorted index wrapping for model attributes. More... over 13 years ago
Allowed observable model attribute shorten notation (string instead of full options) to be a ko.Observable More... over 13 years ago
Simplified the way to specify kb.observable and kb.observables: dropped the key unless multiple options are passed. Added an option to kb.observables to fill in unspecified writeable state: kb.observables(model, mappings, view_model, true or {write: true}). More... over 13 years ago
Split optional ViewModel reference counting into a reusable base class kb.ViewModel_RCBase More... over 13 years ago
Update README.md More... over 13 years ago
Update README.md More... over 13 years ago
Update README.md More... over 13 years ago
Added formatted observable test and did a bug fix to support it. More... over 13 years ago
Renamed kb.formatWrapper to kb.formattedObservable. Split out into separate files and added tests. More... over 13 years ago
Simplification return this -> @ More... over 13 years ago
Updated control logic More... over 13 years ago
Update README.md More... over 13 years ago
Upgraded formatting to support observables. More... over 13 years ago
Update README.md More... over 13 years ago
Update README.md More... over 13 years ago