| Built version 1.02 |
|
More...
|
over 15 years ago
|
| Bumping up the version number |
|
More...
|
over 15 years ago
|
| Added the "grid editor" example to the examples list along with a description. Still need to rebuild. |
|
More...
|
over 15 years ago
|
| "Checked" binding (works with checkboxes and radio buttons), plus a new example of all HTML control types |
|
More...
|
over 15 years ago
|
| Added utility method for posting JSON to the server |
|
More...
|
over 15 years ago
|
| Changed build output name to knockout-latest.*.js to avoid having to increment version numbers in example files after each version number change |
|
More...
|
over 15 years ago
|
| Made grid editor example use new "foreach" support. Also demonstrates using callback for animated transitions. |
|
More...
|
over 15 years ago
|
| Merge branch 'gridEditorExample' |
|
More...
|
over 15 years ago
|
| Template "foreach" binding |
|
More...
|
over 15 years ago
|
| Switched data-bind="template" syntax to make more sense ("template: 'abc', data: val" is now written "template: {name: 'abc', data: val }") |
|
More...
|
over 15 years ago
|
| (As previous commit) |
|
More...
|
over 15 years ago
|
| Mapping arrays to DOM nodes (and only affecting nodes corresponding to changed input array elements) |
|
More...
|
over 15 years ago
|
| Further speed boost for edit distance calculation (optimise for a small number of edits, then try a larger number, etc.) |
|
More...
|
over 15 years ago
|
| Speed boost for edit detection algorithm (don't build all possible edit scripts, just build the winning one) |
|
More...
|
over 15 years ago
|
| Added "minimum edit script" algorithm |
|
More...
|
over 15 years ago
|
| Shelving work on gridEditor example |
|
More...
|
over 15 years ago
|
| Fix bug whereby binding values could not be bool literals |
|
More...
|
over 15 years ago
|
| Bump version number and rebuild |
|
More...
|
over 15 years ago
|
| Prevent jquery.tmpl from parsing its own output, otherwise it trips up on output not wrapped in an element |
|
More...
|
over 15 years ago
|
| Workaround for IE 6 "Unknown Runtime Error" problem with TBODY elements |
|
More...
|
over 15 years ago
|
| Updated web links |
|
More...
|
over 15 years ago
|
| 1.0 build |
|
More...
|
over 15 years ago
|
| Fix list in readme |
|
More...
|
over 15 years ago
|
| Display list in readme |
|
More...
|
over 15 years ago
|
| Added Markdown readme |
|
More...
|
over 15 years ago
|
| Initial state |
|
More...
|
over 15 years ago
|
| Initialising |
|
More...
|
over 15 years ago
|