From a6e99c4ebe2a8565867546808dfd3921db363cc6 Mon Sep 17 00:00:00 2001 From: Kamran Ayub Date: Wed, 17 Aug 2016 16:57:26 -0500 Subject: [PATCH] Fix version --- build/underscore-ko.js | 2 +- build/underscore-ko.min.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/underscore-ko.js b/build/underscore-ko.js index c228be1..35863fe 100644 --- a/build/underscore-ko.js +++ b/build/underscore-ko.js @@ -1,4 +1,4 @@ -// underscore-ko - v1.8.3.1 - 2016-08-17 +// underscore-ko - v1.8.31 - 2016-08-17 // https://github.com/kamranayub/UnderscoreKO // Copyright (c) 2016 Kamran Ayub ; Licensed MIT */ (function (factory) { diff --git a/build/underscore-ko.min.js b/build/underscore-ko.min.js index 213e1d4..de9b663 100644 --- a/build/underscore-ko.min.js +++ b/build/underscore-ko.min.js @@ -1,4 +1,4 @@ -// underscore-ko - v1.8.3.1 - 2016-08-17 +// underscore-ko - v1.8.31 - 2016-08-17 // https://github.com/kamranayub/UnderscoreKO // Copyright (c) 2016 Kamran Ayub ; Licensed MIT */ !function(n){var define=define;"function"==typeof define&&define.amd?define(["knockout","underscore"],n):n(window.ko,window._)}(function(n,e){var t=["each","forEach","map","collect","reduce","inject","foldl","reduceRight","foldr","find","detect","filter","select","filter_","select_","where","findWhere","reject","reject_","all","every","any","some","include","contains","invoke","invoke_","pluck","max","min","sortBy","sortBy_","groupBy","groupBy_","indexBy","countBy","shuffle","shuffle_","sample","size","partition","first","head","take","initial","last","rest","tail","drop","rest_","tail_","drop_","compact","compact_","flatten","flatten_","without","without_","union","union_","intersection","intersection_","difference","difference_","uniq","unique","uniq_","unique_","zip","zip_","unzip","unzip_","object","lastIndexOf","sortedIndex","findIndex","findLastIndex","chain"],i=["union","union_","intersection","intersection_","zip","zip_"];e.property=function(e){return function(t){return null==t?void 0:n.utils.unwrapObservable(n.utils.unwrapObservable(t)[e])}},e.propertyOf=function(e){return null==e?function(){}:function(t){return n.utils.unwrapObservable(n.utils.unwrapObservable(e)[t])}},e.isMatch=function(t,i){var r=e.keys(i),u=r.length;if(null==t)return!u;for(var o=Object(n.utils.unwrapObservable(t)),a=0;u>a;a++){var l=r[a];if(n.utils.unwrapObservable(i[l])!==n.utils.unwrapObservable(o[l])||!(l in o))return!1}return!0},e.each(e.union(t,i),function(t){n.observableArray.fn[t]||(n.observableArray.fn[t]=function(){var n=e.toArray(arguments);return e.include(i,t)&&e.each(n,function(e,i){"function"==typeof e&&e[t]&&(n[i]=e())}),n.splice(0,0,this()),"_"===t.substr(t.length-1,1)?this(e[t.substr(0,t.length-1)].apply(this,n)):e[t].apply(this,n)})})}); \ No newline at end of file diff --git a/package.json b/package.json index 0740eee..e3553c4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "underscore-ko", "description": "Dead simple utility that attaches Underscore.js array and collection functions (and mutators) to Knockout.js observable arrays.", - "version": "1.8.3.1", + "version": "1.8.31", "author": "Kamran Ayub ", "homepage": "https://github.com/kamranayub/UnderscoreKO", "repository": {