bemquery-selector-engine
Advanced tools
Comparing version 0.2.1 to 0.2.2
# bemquery-selector-engine Changelog | ||
--- | ||
## 0.2.2 | ||
* Updated rollup configuration. | ||
* Updated dependencies. | ||
* Fixed wrong project name in documentation. | ||
## 0.2.1 | ||
@@ -6,0 +11,0 @@ |
@@ -1,2 +0,2 @@ | ||
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n():"function"==typeof define&&define.amd?define(n):e.bemquerySelectorEngine=n()}(this,function(){"use strict";var e={};e.classCallCheck=function(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")},e.createClass=function(){function e(e,n){for(var t=0;t<n.length;t++){var r=n[t];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(n,t,r){return t&&e(n.prototype,t),r&&e(n,r),n}}();var n=function(){function n(){e.classCallCheck(this,n)}return e.createClass(n,[{key:"find",value:function(e){var n=arguments.length<=1||void 0===arguments[1]?document:arguments[1],t=!1;n!==document&&(n.id||(t=!0,n.id="BEMQueryTMP_"+Date.now()),e="#"+n.id+" "+e);var r=Array.from(n.querySelectorAll(e));return t&&n.removeAttribute("id"),r}}]),n}();return n}); | ||
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n():"function"==typeof define&&define.amd?define(n):e.bemquerySelectorEngine=n()}(this,function(){"use strict";var e=function(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")},n=function(){function e(e,n){for(var t=0;t<n.length;t++){var r=n[t];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(n,t,r){return t&&e(n.prototype,t),r&&e(n,r),n}}(),t=function(){function t(){e(this,t)}return n(t,[{key:"find",value:function(e){var n=arguments.length<=1||void 0===arguments[1]?document:arguments[1],t=!1;n!==document&&(n.id||(t=!0,n.id="BEMQueryTMP_"+Date.now()),e="#"+n.id+" "+e);var r=Array.from(n.querySelectorAll(e));return t&&n.removeAttribute("id"),r}}]),t}();return t}); | ||
//# sourceMappingURL=bemquery-selector-engine.es5.js.map |
@@ -1,2 +0,2 @@ | ||
/*! bemquery-selector-engine v0.2.1 | (c) 2016 BEMQuery team | MIT license (see LICENSE) */ | ||
/*! bemquery-selector-engine v0.2.2 | (c) 2016 BEMQuery team | MIT license (see LICENSE) */ | ||
/** Simple selector engine. */ | ||
@@ -3,0 +3,0 @@ class SelectorEngine { |
@@ -1,2 +0,2 @@ | ||
/*! bemquery-selector-engine v0.2.1 | (c) 2016 BEMQuery team | MIT license (see LICENSE) */ | ||
/*! bemquery-selector-engine v0.2.2 | (c) 2016 BEMQuery team | MIT license (see LICENSE) */ | ||
(function (global, factory) { | ||
@@ -3,0 +3,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : |
{ | ||
"name": "bemquery-selector-engine", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Simple wrapper around CSS Selectors API", | ||
@@ -47,7 +47,7 @@ "main": "dist/bemquery-selector-engine.umd.js", | ||
"chai": "^3.5.0", | ||
"eslint": "^2.9.0", | ||
"eslint": "^2.12.0", | ||
"in-publish": "^2.0.0", | ||
"ink-docstrap": "^1.1.4", | ||
"ink-docstrap": "^1.2.1", | ||
"jsdoc": "^3.4.0", | ||
"karma": "^0.13.22", | ||
"karma": "^1.0.0", | ||
"karma-chrome-launcher": "^1.0.1", | ||
@@ -60,3 +60,3 @@ "karma-coverage": "^1.0.0", | ||
"karma-mocha": "^1.0.1", | ||
"karma-rollup-preprocessor": "^2.0.1", | ||
"karma-rollup-preprocessor": "^2.0.2", | ||
"karma-sinon-chai": "^1.2.0", | ||
@@ -66,8 +66,8 @@ "lolex": "^1.4.0", | ||
"ncp": "^2.0.0", | ||
"rollup": "^0.26.2", | ||
"rollup-plugin-babel": "^2.4.0", | ||
"rollup-plugin-commonjs": "^2.2.1", | ||
"rollup": "^0.33.0", | ||
"rollup-plugin-babel": "^2.6.1", | ||
"rollup-plugin-commonjs": "^3.0.0", | ||
"rollup-plugin-mockr": "^1.0.1", | ||
"rollup-plugin-node-resolve": "^1.5.0", | ||
"rollup-plugin-uglify": "^0.3.1", | ||
"rollup-plugin-node-resolve": "^1.7.0", | ||
"rollup-plugin-uglify": "^1.0.0", | ||
"sinon": "^1.17.4", | ||
@@ -74,0 +74,0 @@ "sinon-chai": "^2.8.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5
12645