diff --git a/dist/0.1.3/mavo.es5.js b/dist/0.1.3/mavo.es5.js index 455e1bca..78c2ef1e 100644 --- a/dist/0.1.3/mavo.es5.js +++ b/dist/0.1.3/mavo.es5.js @@ -17,7 +17,7 @@ function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr * @version v0.1.3 */ (function ($, $$) { - + var _ = self.Mavo = $.Class({ constructor: function constructor(element) { var _this = this; @@ -7965,7 +7965,7 @@ function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr from: function from(haystack, needle) { return _.between(haystack, needle); }, - fromlast: function fromlast(haystack, needle) { + fromlast: function from_last(haystack, needle) { return _.between(haystack, needle, "", true); }, to: function to(haystack, needle) { diff --git a/dist/0.1.4/mavo.es5.js b/dist/0.1.4/mavo.es5.js index 63bceba0..a65c6752 100644 --- a/dist/0.1.4/mavo.es5.js +++ b/dist/0.1.4/mavo.es5.js @@ -8159,7 +8159,7 @@ function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr from: function from(haystack, needle) { return _.between(haystack, needle); }, - fromlast: function fromlast(haystack, needle) { + fromlast: function from_last(haystack, needle) { return _.between(haystack, needle, "", true); }, to: function to(haystack, needle) { diff --git a/dist/0.1.5/mavo.es5.js b/dist/0.1.5/mavo.es5.js index 10edd24a..64db4ea8 100644 --- a/dist/0.1.5/mavo.es5.js +++ b/dist/0.1.5/mavo.es5.js @@ -7882,7 +7882,7 @@ function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr from: function from(haystack, needle) { return _.between(haystack, needle); }, - fromlast: function fromlast(haystack, needle) { + fromlast: function from_last(haystack, needle) { return _.between(haystack, needle, "", true); }, to: function to(haystack, needle) { diff --git a/dist/0.1.6/mavo.es5.js b/dist/0.1.6/mavo.es5.js index 11c1cacc..3112f6a2 100644 --- a/dist/0.1.6/mavo.es5.js +++ b/dist/0.1.6/mavo.es5.js @@ -7995,7 +7995,7 @@ Mavo.Locale.register("en", { from: function from(haystack, needle) { return _.between(haystack, needle); }, - fromlast: function fromlast(haystack, needle) { + fromlast: function from_last(haystack, needle) { return _.between(haystack, needle, "", true); }, to: function to(haystack, needle) {