UNPKG

console-filter

Version:

browserify transform to remove calls to console methods that do not match the given filter

42 lines (24 loc) 1.86 kB
# console-filter - Changelog ## v1.1.5 - **Bug Fixes** - remove exclude extensions in favor of include extensions - [6f3de4c]( https://github.com/royriojas/console-filter/commit/6f3de4c ), [royriojas](https://github.com/royriojas), 19/07/2015 06:25:20 ## v1.1.4 - **Features** - add keep as an alias to filter for better understanding of the purpose of this module - [22319db]( https://github.com/royriojas/console-filter/commit/22319db ), [royriojas](https://github.com/royriojas), 19/07/2015 03:51:07 ## v1.1.3 - **Features** - Add option to exclude certain files from the transformation - [d728008]( https://github.com/royriojas/console-filter/commit/d728008 ), [royriojas](https://github.com/royriojas), 19/07/2015 03:05:07 ## v1.1.2 - **Cosmetic fixes** - Fix minor code style issue - [1e59fd3]( https://github.com/royriojas/console-filter/commit/1e59fd3 ), [royriojas](https://github.com/royriojas), 17/07/2015 19:28:49 ## v1.1.1 - **Bug Fixes** - prevent the transform from running if the filter option is not provided - [8a3663d]( https://github.com/royriojas/console-filter/commit/8a3663d ), [royriojas](https://github.com/royriojas), 17/07/2015 19:26:11 ## v1.1.0 - **Build Scripts Changes** - Update browserify-transform-tools and removed old unused code - [2b535f7]( https://github.com/royriojas/console-filter/commit/2b535f7 ), [royriojas](https://github.com/royriojas), 17/07/2015 18:33:03 ## v1.0.0 - **Features** - console-filter first working version - [d17a458]( https://github.com/royriojas/console-filter/commit/d17a458 ), [Roy Riojas](https://github.com/Roy Riojas), 15/03/2015 04:36:01 - **Build Scripts Changes** - First commit - [60db02b]( https://github.com/royriojas/console-filter/commit/60db02b ), [Roy Riojas](https://github.com/Roy Riojas), 15/03/2015 04:21:19