Skip to content

Commit

Permalink
Bump version to 0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kmalakoff committed Dec 8, 2013
1 parent 54c2859 commit d61a57f
Show file tree
Hide file tree
Showing 68 changed files with 173 additions and 169 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -34,23 +34,23 @@ These resources can help you get started:
* [Knockback-Navigators.js (Live!)](http://kmalakoff.github.com/knockback-navigators): demonstrates page and embedded pane transitions. They are platform-agnostic so you can even use them without using Knockback.js or Knockout.js!


#Download Latest (0.18.1):
#Download Latest (0.18.2):

Please see the [release notes](https://github.com/kmalakoff/knockback/blob/master/RELEASE_NOTES.md) for upgrade pointers.

###Full

Bundles advanced features including: localization, formatting, triggering, and defaults. Stack provides Underscore.js + Backbone.js + Knockout.js + Knockback.js in a single file.

* Full Library [(dev, 64k)](https://raw.github.com/kmalakoff/knockback/0.18.1/knockback.js) or [(min+gzip, 8k)](https://raw.github.com/kmalakoff/knockback/0.18.1/knockback.min.js)
* Full Stack [(dev, 330k)](https://raw.github.com/kmalakoff/knockback/0.18.1/knockback-full-stack.js) or [(min+gzip, 32k)](https://raw.github.com/kmalakoff/knockback/0.18.1/knockback-full-stack.min.js)
* Full Library [(dev, 64k)](https://raw.github.com/kmalakoff/knockback/0.18.2/knockback.js) or [(min+gzip, 8k)](https://raw.github.com/kmalakoff/knockback/0.18.2/knockback.min.js)
* Full Stack [(dev, 330k)](https://raw.github.com/kmalakoff/knockback/0.18.2/knockback-full-stack.js) or [(min+gzip, 32k)](https://raw.github.com/kmalakoff/knockback/0.18.2/knockback-full-stack.min.js)

###Core

Removes advanced features that can be included separately: localization, formatting, triggering, defaults, validation, and statistics. Stack provides Underscore.js + Backbone.js + Knockout.js + Knockback.js in a single file.

* Core Library [(dev, 54k)](https://raw.github.com/kmalakoff/knockback/0.18.1/knockback-core.js) or [(min+gzip, 7k)](https://raw.github.com/kmalakoff/knockback/0.18.1/knockback-core.min.js)
* Core Stack [(dev, 315k)](https://raw.github.com/kmalakoff/knockback/0.18.1/knockback-core-stack.js) or [(min+gzip, 31k)](https://raw.github.com/kmalakoff/knockback/0.18.1/knockback-core-stack.min.js)
* Core Library [(dev, 54k)](https://raw.github.com/kmalakoff/knockback/0.18.2/knockback-core.js) or [(min+gzip, 7k)](https://raw.github.com/kmalakoff/knockback/0.18.2/knockback-core.min.js)
* Core Stack [(dev, 315k)](https://raw.github.com/kmalakoff/knockback/0.18.2/knockback-core-stack.js) or [(min+gzip, 31k)](https://raw.github.com/kmalakoff/knockback/0.18.2/knockback-core-stack.min.js)

###Distributions

Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
@@ -1,5 +1,9 @@
Please refer to the following release notes when upgrading your version of Knockback.js.

## 0.18.2
* added auto_compact option for collection paging to regenerate observables on collection reset
* exposed kb.ViewModel's createObservables and mapObservables functions for manual use

## 0.18.1
* bugfix for missing binding of this pointer on custom read method

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "knockback",
"version": "0.18.1",
"version": "0.18.2",
"main": "knockback.js",
"ignore": [
"**/.*",
Expand Down
8 changes: 4 additions & 4 deletions knockback-core-stack.js
@@ -1,5 +1,5 @@
/*
knockback-core-stack.js 0.18.1
knockback-core-stack.js 0.18.2
(c) 2011-2013 Kevin Malakoff - http://kmalakoff.github.com/knockback/
License: MIT (http://www.opensource.org/licenses/mit-license.php)
Dependencies: Knockout.js, Backbone.js, and Underscore.js.
Expand Down Expand Up @@ -7087,7 +7087,7 @@ ko.exportSymbol('nativeTemplateEngine', ko.nativeTemplateEngine);
}());
})();
/*
knockback-core.js 0.18.1
knockback-core.js 0.18.2
(c) 2011-2013 Kevin Malakoff - http://kmalakoff.github.com/knockback/
License: MIT (http://www.opensource.org/licenses/mit-license.php)
Dependencies: Knockout.js, Backbone.js, and Underscore.js.
Expand All @@ -7103,7 +7103,7 @@ ko.exportSymbol('nativeTemplateEngine', ko.nativeTemplateEngine);
}
})(function(require) {// Generated by CoffeeScript 1.6.3
/*
knockback-core.js 0.18.1
knockback-core.js 0.18.2
(c) 2011-2013 Kevin Malakoff.
Knockback.js is freely distributable under the MIT license.
See the following for full license details:
Expand All @@ -7118,7 +7118,7 @@ var COMPARE_ASCENDING, COMPARE_DESCENDING, COMPARE_EQUAL, KB_TYPE_ARRAY, KB_TYPE
kb = (function() {
function kb() {}

kb.VERSION = '0.18.1';
kb.VERSION = '0.18.2';

kb.TYPE_UNKNOWN = 0;

Expand Down
4 changes: 2 additions & 2 deletions knockback-core-stack.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions knockback-core.js
@@ -1,5 +1,5 @@
/*
knockback-core.js 0.18.1
knockback-core.js 0.18.2
(c) 2011-2013 Kevin Malakoff - http://kmalakoff.github.com/knockback/
License: MIT (http://www.opensource.org/licenses/mit-license.php)
Dependencies: Knockout.js, Backbone.js, and Underscore.js.
Expand All @@ -15,7 +15,7 @@
}
})(function(require) {// Generated by CoffeeScript 1.6.3
/*
knockback-core.js 0.18.1
knockback-core.js 0.18.2
(c) 2011-2013 Kevin Malakoff.
Knockback.js is freely distributable under the MIT license.
See the following for full license details:
Expand All @@ -30,7 +30,7 @@ var COMPARE_ASCENDING, COMPARE_DESCENDING, COMPARE_EQUAL, KB_TYPE_ARRAY, KB_TYPE
kb = (function() {
function kb() {}

kb.VERSION = '0.18.1';
kb.VERSION = '0.18.2';

kb.TYPE_UNKNOWN = 0;

Expand Down
2 changes: 1 addition & 1 deletion knockback-core.min.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions knockback-full-stack.js
@@ -1,5 +1,5 @@
/*
knockback-full-stack.js 0.18.1
knockback-full-stack.js 0.18.2
(c) 2011-2013 Kevin Malakoff - http://kmalakoff.github.com/knockback/
License: MIT (http://www.opensource.org/licenses/mit-license.php)
Dependencies: Knockout.js, Backbone.js, and Underscore.js.
Expand Down Expand Up @@ -7087,7 +7087,7 @@ ko.exportSymbol('nativeTemplateEngine', ko.nativeTemplateEngine);
}());
})();
/*
knockback.js 0.18.1 (full version)
knockback.js 0.18.2 (full version)
(c) 2011-2013 Kevin Malakoff - http://kmalakoff.github.com/knockback/
License: MIT (http://www.opensource.org/licenses/mit-license.php)
Dependencies: Knockout.js, Backbone.js, and Underscore.js.
Expand All @@ -7103,7 +7103,7 @@ ko.exportSymbol('nativeTemplateEngine', ko.nativeTemplateEngine);
}
})(function(require) {// Generated by CoffeeScript 1.6.3
/*
knockback-core.js 0.18.1
knockback-core.js 0.18.2
(c) 2011-2013 Kevin Malakoff.
Knockback.js is freely distributable under the MIT license.
See the following for full license details:
Expand All @@ -7118,7 +7118,7 @@ var COMPARE_ASCENDING, COMPARE_DESCENDING, COMPARE_EQUAL, EMAIL_REGEXP, KB_TYPE_
kb = (function() {
function kb() {}

kb.VERSION = '0.18.1';
kb.VERSION = '0.18.2';

kb.TYPE_UNKNOWN = 0;

Expand Down Expand Up @@ -9457,7 +9457,7 @@ if (this.$) {
}

/*
knockback_default_observable.js 0.18.1
knockback_default_observable.js 0.18.2
(c) 2011-2013 Kevin Malakoff.
Knockback.DefaultObservable is freely distributable under the MIT license.
See the following for full license details:
Expand Down Expand Up @@ -9557,7 +9557,7 @@ kb.utils.setToDefault = function(obj) {
};

/*
knockback-formatted-observable.js 0.18.1
knockback-formatted-observable.js 0.18.2
(c) 2011-2013 Kevin Malakoff.
Knockback.FormattedObservable is freely distributable under the MIT license.
See the following for full license details:
Expand Down Expand Up @@ -9682,7 +9682,7 @@ kb.formattedObservable = function(format, args) {
};

/*
knockback-localized-observable.js 0.18.1
knockback-localized-observable.js 0.18.2
(c) 2011-2013 Kevin Malakoff.
Knockback.LocalizedObservable is freely distributable under the MIT license.
See the following for full license details:
Expand Down Expand Up @@ -9792,7 +9792,7 @@ kb.localizedObservable = function(value, options, view_model) {
kb.locale_manager = void 0;

/*
knockback-triggered-observable.js 0.18.1
knockback-triggered-observable.js 0.18.2
(c) 2011-2013 Kevin Malakoff.
Knockback.Observable is freely distributable under the MIT license.
See the following for full license details:
Expand Down Expand Up @@ -9855,7 +9855,7 @@ kb.triggeredObservable = function(emitter, event_selector) {
};

/*
knockback-validation.js 0.18.1
knockback-validation.js 0.18.2
(c) 2011-2013 Kevin Malakoff.
Knockback.Observable is freely distributable under the MIT license.
See the following for full license details:
Expand Down Expand Up @@ -10004,7 +10004,7 @@ kb.formValidator = function(view_model, el) {
};

/*
knockback-validators.js 0.18.1
knockback-validators.js 0.18.2
(c) 2011-2013 Kevin Malakoff.
Knockback.Observable is freely distributable under the MIT license.
See the following for full license details:
Expand Down
4 changes: 2 additions & 2 deletions knockback-full-stack.min.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions knockback.js
@@ -1,5 +1,5 @@
/*
knockback.js 0.18.1 (full version)
knockback.js 0.18.2 (full version)
(c) 2011-2013 Kevin Malakoff - http://kmalakoff.github.com/knockback/
License: MIT (http://www.opensource.org/licenses/mit-license.php)
Dependencies: Knockout.js, Backbone.js, and Underscore.js.
Expand All @@ -15,7 +15,7 @@
}
})(function(require) {// Generated by CoffeeScript 1.6.3
/*
knockback-core.js 0.18.1
knockback-core.js 0.18.2
(c) 2011-2013 Kevin Malakoff.
Knockback.js is freely distributable under the MIT license.
See the following for full license details:
Expand All @@ -30,7 +30,7 @@ var COMPARE_ASCENDING, COMPARE_DESCENDING, COMPARE_EQUAL, EMAIL_REGEXP, KB_TYPE_
kb = (function() {
function kb() {}

kb.VERSION = '0.18.1';
kb.VERSION = '0.18.2';

kb.TYPE_UNKNOWN = 0;

Expand Down Expand Up @@ -2369,7 +2369,7 @@ if (this.$) {
}

/*
knockback_default_observable.js 0.18.1
knockback_default_observable.js 0.18.2
(c) 2011-2013 Kevin Malakoff.
Knockback.DefaultObservable is freely distributable under the MIT license.
See the following for full license details:
Expand Down Expand Up @@ -2469,7 +2469,7 @@ kb.utils.setToDefault = function(obj) {
};

/*
knockback-formatted-observable.js 0.18.1
knockback-formatted-observable.js 0.18.2
(c) 2011-2013 Kevin Malakoff.
Knockback.FormattedObservable is freely distributable under the MIT license.
See the following for full license details:
Expand Down Expand Up @@ -2594,7 +2594,7 @@ kb.formattedObservable = function(format, args) {
};

/*
knockback-localized-observable.js 0.18.1
knockback-localized-observable.js 0.18.2
(c) 2011-2013 Kevin Malakoff.
Knockback.LocalizedObservable is freely distributable under the MIT license.
See the following for full license details:
Expand Down Expand Up @@ -2704,7 +2704,7 @@ kb.localizedObservable = function(value, options, view_model) {
kb.locale_manager = void 0;

/*
knockback-triggered-observable.js 0.18.1
knockback-triggered-observable.js 0.18.2
(c) 2011-2013 Kevin Malakoff.
Knockback.Observable is freely distributable under the MIT license.
See the following for full license details:
Expand Down Expand Up @@ -2767,7 +2767,7 @@ kb.triggeredObservable = function(emitter, event_selector) {
};

/*
knockback-validation.js 0.18.1
knockback-validation.js 0.18.2
(c) 2011-2013 Kevin Malakoff.
Knockback.Observable is freely distributable under the MIT license.
See the following for full license details:
Expand Down Expand Up @@ -2916,7 +2916,7 @@ kb.formValidator = function(view_model, el) {
};

/*
knockback-validators.js 0.18.1
knockback-validators.js 0.18.2
(c) 2011-2013 Kevin Malakoff.
Knockback.Observable is freely distributable under the MIT license.
See the following for full license details:
Expand Down
2 changes: 1 addition & 1 deletion knockback.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/defaults.js
@@ -1,5 +1,5 @@
/*
knockback-defaults.js 0.18.1
knockback-defaults.js 0.18.2
(c) 2011-2013 Kevin Malakoff - http://kmalakoff.github.com/knockback/
License: MIT (http://www.opensource.org/licenses/mit-license.php)
Dependencies: Knockout.js, Backbone.js, and Underscore.js.
Expand All @@ -25,7 +25,7 @@ ko = kb.ko;
_unwrapObservable = ko.utils.unwrapObservable;

/*
knockback_default_observable.js 0.18.1
knockback_default_observable.js 0.18.2
(c) 2011-2013 Kevin Malakoff.
Knockback.DefaultObservable is freely distributable under the MIT license.
See the following for full license details:
Expand Down
4 changes: 2 additions & 2 deletions lib/formatting.js
@@ -1,5 +1,5 @@
/*
knockback-formatting.js 0.18.1
knockback-formatting.js 0.18.2
(c) 2011-2013 Kevin Malakoff - http://kmalakoff.github.com/knockback/
License: MIT (http://www.opensource.org/licenses/mit-license.php)
Dependencies: Knockout.js, Backbone.js, and Underscore.js.
Expand All @@ -25,7 +25,7 @@ ko = kb.ko;
_unwrapObservable = ko.utils.unwrapObservable;

/*
knockback-formatted-observable.js 0.18.1
knockback-formatted-observable.js 0.18.2
(c) 2011-2013 Kevin Malakoff.
Knockback.FormattedObservable is freely distributable under the MIT license.
See the following for full license details:
Expand Down
4 changes: 2 additions & 2 deletions lib/localization.js
@@ -1,5 +1,5 @@
/*
knockback-localization.js 0.18.1
knockback-localization.js 0.18.2
(c) 2011-2013 Kevin Malakoff - http://kmalakoff.github.com/knockback/
License: MIT (http://www.opensource.org/licenses/mit-license.php)
Dependencies: Knockout.js, Backbone.js, and Underscore.js.
Expand Down Expand Up @@ -38,7 +38,7 @@ _unwrapObservable = ko.utils.unwrapObservable;
kb.locale_manager = void 0;

/*
knockback-localized-observable.js 0.18.1
knockback-localized-observable.js 0.18.2
(c) 2011-2013 Kevin Malakoff.
Knockback.LocalizedObservable is freely distributable under the MIT license.
See the following for full license details:
Expand Down
4 changes: 2 additions & 2 deletions lib/statistics.js
@@ -1,5 +1,5 @@
/*
knockback-statistics.js 0.18.1
knockback-statistics.js 0.18.2
(c) 2011-2013 Kevin Malakoff - http://kmalakoff.github.com/knockback/
License: MIT (http://www.opensource.org/licenses/mit-license.php)
Dependencies: Knockout.js, Backbone.js, and Underscore.js.
Expand All @@ -25,7 +25,7 @@ ko = kb.ko;
_unwrapObservable = ko.utils.unwrapObservable;

/*
knockback_statistics.js 0.18.1
knockback_statistics.js 0.18.2
(c) 2012 Kevin Malakoff.
Knockback.Stats is freely distributable under the MIT license.
See the following for full license details:
Expand Down
4 changes: 2 additions & 2 deletions lib/triggering.js
@@ -1,5 +1,5 @@
/*
knockback-triggering.js 0.18.1
knockback-triggering.js 0.18.2
(c) 2011-2013 Kevin Malakoff - http://kmalakoff.github.com/knockback/
License: MIT (http://www.opensource.org/licenses/mit-license.php)
Dependencies: Knockout.js, Backbone.js, and Underscore.js.
Expand All @@ -25,7 +25,7 @@ ko = kb.ko;
_unwrapObservable = ko.utils.unwrapObservable;

/*
knockback-triggered-observable.js 0.18.1
knockback-triggered-observable.js 0.18.2
(c) 2011-2013 Kevin Malakoff.
Knockback.Observable is freely distributable under the MIT license.
See the following for full license details:
Expand Down
6 changes: 3 additions & 3 deletions lib/validation.js
@@ -1,5 +1,5 @@
/*
knockback-validation.js 0.18.1
knockback-validation.js 0.18.2
(c) 2011-2013 Kevin Malakoff - http://kmalakoff.github.com/knockback/
License: MIT (http://www.opensource.org/licenses/mit-license.php)
Dependencies: Knockout.js, Backbone.js, and Underscore.js.
Expand All @@ -25,7 +25,7 @@ ko = kb.ko;
_unwrapObservable = ko.utils.unwrapObservable;

/*
knockback-validation.js 0.18.1
knockback-validation.js 0.18.2
(c) 2011-2013 Kevin Malakoff.
Knockback.Observable is freely distributable under the MIT license.
See the following for full license details:
Expand Down Expand Up @@ -174,7 +174,7 @@ kb.formValidator = function(view_model, el) {
};

/*
knockback-validators.js 0.18.1
knockback-validators.js 0.18.2
(c) 2011-2013 Kevin Malakoff.
Knockback.Observable is freely distributable under the MIT license.
See the following for full license details:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"author" : {"name": "Kevin Malakoff", "url": "https://github.com/kmalakoff"},
"name" : "knockback",
"version" : "0.18.1",
"version" : "0.18.2",
"description" : "Knockback.js provides Knockout.js magic for Backbone.js Models and Collections",
"keywords" : ["knockback", "knockbackjs", "backbone", "backbonejs", "knockout", "knockoutjs"],
"main" : "knockback.js",
Expand Down

0 comments on commit d61a57f

Please sign in to comment.