opusdev/vector-similarity-api
1
1 22.6.9 / 2017-09-223==================4 5 * remove ReDoS regexp in %o formatter (#504)6 72.6.8 / 2017-05-188==================9 10 * Fix: Check for undefined on browser globals (#462, @marbemac)11 122.6.7 / 2017-05-1613==================14 15 * Fix: Update ms to 2.0.0 to fix regular expression denial of service vulnerability (#458, @hubdotcom)16 * Fix: Inline extend function in node implementation (#452, @dougwilson)17 * Docs: Fix typo (#455, @msasad)18 192.6.5 / 2017-04-2720==================21 22 * Fix: null reference check on window.documentElement.style.WebkitAppearance (#447, @thebigredgeek)23 * Misc: clean up browser reference checks (#447, @thebigredgeek)24 * Misc: add npm-debug.log to .gitignore (@thebigredgeek)25 26 272.6.4 / 2017-04-2028==================29 30 * Fix: bug that would occure if process.env.DEBUG is a non-string value. (#444, @LucianBuzzo)31 * Chore: ignore bower.json in npm installations. (#437, @joaovieira)32 * Misc: update "ms" to v0.7.3 (@tootallnate)33 342.6.3 / 2017-03-1335==================36 37 * Fix: Electron reference to `process.env.DEBUG` (#431, @paulcbetts)38 * Docs: Changelog fix (@thebigredgeek)39 402.6.2 / 2017-03-1041==================42 43 * Fix: DEBUG_MAX_ARRAY_LENGTH (#420, @slavaGanzin)44 * Docs: Add backers and sponsors from Open Collective (#422, @piamancini)45 * Docs: Add Slackin invite badge (@tootallnate)46 472.6.1 / 2017-02-1048==================49 50 * Fix: Module's `export default` syntax fix for IE8 `Expected identifier` error51 * Fix: Whitelist DEBUG_FD for values 1 and 2 only (#415, @pi0)52 * Fix: IE8 "Expected identifier" error (#414, @vgoma)53 * Fix: Namespaces would not disable once enabled (#409, @musikov)54 552.6.0 / 2016-12-2856==================57 58 * Fix: added better null pointer checks for browser useColors (@thebigredgeek)59 * Improvement: removed explicit `window.debug` export (#404, @tootallnate)60 * Improvement: deprecated `DEBUG_FD` environment variable (#405, @tootallnate)61 622.5.2 / 2016-12-2563==================64 65 * Fix: reference error on window within webworkers (#393, @KlausTrainer)66 * Docs: fixed README typo (#391, @lurch)67 * Docs: added notice about v3 api discussion (@thebigredgeek)68 692.5.1 / 2016-12-2070==================71 72 * Fix: babel-core compatibility73 742.5.0 / 2016-12-2075==================76 77 * Fix: wrong reference in bower file (@thebigredgeek)78 * Fix: webworker compatibility (@thebigredgeek)79 * Fix: output formatting issue (#388, @kribblo)80 * Fix: babel-loader compatibility (#383, @escwald)81 * Misc: removed built asset from repo and publications (@thebigredgeek)82 * Misc: moved source files to /src (#378, @yamikuronue)83 * Test: added karma integration and replaced babel with browserify for browser tests (#378, @yamikuronue)84 * Test: coveralls integration (#378, @yamikuronue)85 * Docs: simplified language in the opening paragraph (#373, @yamikuronue)86 872.4.5 / 2016-12-1788==================89 90 * Fix: `navigator` undefined in Rhino (#376, @jochenberger)91 * Fix: custom log function (#379, @hsiliev)92 * Improvement: bit of cleanup + linting fixes (@thebigredgeek)93 * Improvement: rm non-maintainted `dist/` dir (#375, @freewil)94 * Docs: simplified language in the opening paragraph. (#373, @yamikuronue)95 962.4.4 / 2016-12-1497==================98 99 * Fix: work around debug being loaded in preload scripts for electron (#368, @paulcbetts)100 1012.4.3 / 2016-12-14102==================103 104 * Fix: navigation.userAgent error for react native (#364, @escwald)105 1062.4.2 / 2016-12-14107==================108 109 * Fix: browser colors (#367, @tootallnate)110 * Misc: travis ci integration (@thebigredgeek)111 * Misc: added linting and testing boilerplate with sanity check (@thebigredgeek)112 1132.4.1 / 2016-12-13114==================115 116 * Fix: typo that broke the package (#356)117 1182.4.0 / 2016-12-13119==================120 121 * Fix: bower.json references unbuilt src entry point (#342, @justmatt)122 * Fix: revert "handle regex special characters" (@tootallnate)123 * Feature: configurable util.inspect()`options for NodeJS (#327, @tootallnate)124 * Feature: %O`(big O) pretty-prints objects (#322, @tootallnate)125 * Improvement: allow colors in workers (#335, @botverse)126 * Improvement: use same color for same namespace. (#338, @lchenay)127 1282.3.3 / 2016-11-09129==================130 131 * Fix: Catch `JSON.stringify()` errors (#195, Jovan Alleyne)132 * Fix: Returning `localStorage` saved values (#331, Levi Thomason)133 * Improvement: Don't create an empty object when no `process` (Nathan Rajlich)134 1352.3.2 / 2016-11-09136==================137 138 * Fix: be super-safe in index.js as well (@TooTallNate)139 * Fix: should check whether process exists (Tom Newby)140 1412.3.1 / 2016-11-09142==================143 144 * Fix: Added electron compatibility (#324, @paulcbetts)145 * Improvement: Added performance optimizations (@tootallnate)146 * Readme: Corrected PowerShell environment variable example (#252, @gimre)147 * Misc: Removed yarn lock file from source control (#321, @fengmk2)148 1492.3.0 / 2016-11-07150==================151 152 * Fix: Consistent placement of ms diff at end of output (#215, @gorangajic)153 * Fix: Escaping of regex special characters in namespace strings (#250, @zacronos)154 * Fix: Fixed bug causing crash on react-native (#282, @vkarpov15)155 * Feature: Enabled ES6+ compatible import via default export (#212 @bucaran)156 * Feature: Added %O formatter to reflect Chrome's console.log capability (#279, @oncletom)157 * Package: Update "ms" to 0.7.2 (#315, @DevSide)158 * Package: removed superfluous version property from bower.json (#207 @kkirsche)159 * Readme: fix USE_COLORS to DEBUG_COLORS160 * Readme: Doc fixes for format string sugar (#269, @mlucool)161 * Readme: Updated docs for DEBUG_FD and DEBUG_COLORS environment variables (#232, @mattlyons0)162 * Readme: doc fixes for PowerShell (#271 #243, @exoticknight @unreadable)163 * Readme: better docs for browser support (#224, @matthewmueller)164 * Tooling: Added yarn integration for development (#317, @thebigredgeek)165 * Misc: Renamed History.md to CHANGELOG.md (@thebigredgeek)166 * Misc: Added license file (#226 #274, @CantemoInternal @sdaitzman)167 * Misc: Updated contributors (@thebigredgeek)168 1692.2.0 / 2015-05-09170==================171 172 * package: update "ms" to v0.7.1 (#202, @dougwilson)173 * README: add logging to file example (#193, @DanielOchoa)174 * README: fixed a typo (#191, @amir-s)175 * browser: expose `storage` (#190, @stephenmathieson)176 * Makefile: add a `distclean` target (#189, @stephenmathieson)177 1782.1.3 / 2015-03-13179==================180 181 * Updated stdout/stderr example (#186)182 * Updated example/stdout.js to match debug current behaviour183 * Renamed example/stderr.js to stdout.js184 * Update Readme.md (#184)185 * replace high intensity foreground color for bold (#182, #183)186 1872.1.2 / 2015-03-01188==================189 190 * dist: recompile191 * update "ms" to v0.7.0192 * package: update "browserify" to v9.0.3193 * component: fix "ms.js" repo location194 * changed bower package name195 * updated documentation about using debug in a browser196 * fix: security error on safari (#167, #168, @yields)197 1982.1.1 / 2014-12-29199==================200 201 * browser: use `typeof` to check for `console` existence202 * browser: check for `console.log` truthiness (fix IE 8/9)203 * browser: add support for Chrome apps204 * Readme: added Windows usage remarks205 * Add `bower.json` to properly support bower install206 2072.1.0 / 2014-10-15208==================209 210 * node: implement `DEBUG_FD` env variable support211 * package: update "browserify" to v6.1.0212 * package: add "license" field to package.json (#135, @panuhorsmalahti)213 2142.0.0 / 2014-09-01215==================216 217 * package: update "browserify" to v5.11.0218 * node: use stderr rather than stdout for logging (#29, @stephenmathieson)219 2201.0.4 / 2014-07-15221==================222 223 * dist: recompile224 * example: remove `console.info()` log usage225 * example: add "Content-Type" UTF-8 header to browser example226 * browser: place %c marker after the space character227 * browser: reset the "content" color via `color: inherit`228 * browser: add colors support for Firefox >= v31229 * debug: prefer an instance `log()` function over the global one (#119)230 * Readme: update documentation about styled console logs for FF v31 (#116, @wryk)231 2321.0.3 / 2014-07-09233==================234 235 * Add support for multiple wildcards in namespaces (#122, @seegno)236 * browser: fix lint237 2381.0.2 / 2014-06-10239==================240 241 * browser: update color palette (#113, @gscottolson)242 * common: make console logging function configurable (#108, @timoxley)243 * node: fix %o colors on old node <= 0.8.x244 * Makefile: find node path using shell/which (#109, @timoxley)245 2461.0.1 / 2014-06-06247==================248 249 * browser: use `removeItem()` to clear localStorage250 * browser, node: don't set DEBUG if namespaces is undefined (#107, @leedm777)251 * package: add "contributors" section252 * node: fix comment typo253 * README: list authors254 2551.0.0 / 2014-06-04256==================257 258 * make ms diff be global, not be scope259 * debug: ignore empty strings in enable()260 * node: make DEBUG_COLORS able to disable coloring261 * *: export the `colors` array262 * npmignore: don't publish the `dist` dir263 * Makefile: refactor to use browserify264 * package: add "browserify" as a dev dependency265 * Readme: add Web Inspector Colors section266 * node: reset terminal color for the debug content267 * node: map "%o" to `util.inspect()`268 * browser: map "%j" to `JSON.stringify()`269 * debug: add custom "formatters"270 * debug: use "ms" module for humanizing the diff271 * Readme: add "bash" syntax highlighting272 * browser: add Firebug color support273 * browser: add colors for WebKit browsers274 * node: apply log to `console`275 * rewrite: abstract common logic for Node & browsers276 * add .jshintrc file277 2780.8.1 / 2014-04-14279==================280 281 * package: re-add the "component" section282 2830.8.0 / 2014-03-30284==================285 286 * add `enable()` method for nodejs. Closes #27287 * change from stderr to stdout288 * remove unnecessary index.js file289 2900.7.4 / 2013-11-13291==================292 293 * remove "browserify" key from package.json (fixes something in browserify)294 2950.7.3 / 2013-10-30296==================297 298 * fix: catch localStorage security error when cookies are blocked (Chrome)299 * add debug(err) support. Closes #46300 * add .browser prop to package.json. Closes #42301 3020.7.2 / 2013-02-06303==================304 305 * fix package.json306 * fix: Mobile Safari (private mode) is broken with debug307 * fix: Use unicode to send escape character to shell instead of octal to work with strict mode javascript308 3090.7.1 / 2013-02-05310==================311 312 * add repository URL to package.json313 * add DEBUG_COLORED to force colored output314 * add browserify support315 * fix component. Closes #24316 3170.7.0 / 2012-05-04318==================319 320 * Added .component to package.json321 * Added debug.component.js build322 3230.6.0 / 2012-03-16324==================325 326 * Added support for "-" prefix in DEBUG [Vinay Pulim]327 * Added `.enabled` flag to the node version [TooTallNate]328 3290.5.0 / 2012-02-02330==================331 332 * Added: humanize diffs. Closes #8333 * Added `debug.disable()` to the CS variant334 * Removed padding. Closes #10335 * Fixed: persist client-side variant again. Closes #9336 3370.4.0 / 2012-02-01338==================339 340 * Added browser variant support for older browsers [TooTallNate]341 * Added `debug.enable('project:*')` to browser variant [TooTallNate]342 * Added padding to diff (moved it to the right)343 3440.3.0 / 2012-01-26345==================346 347 * Added millisecond diff when isatty, otherwise UTC string348 3490.2.0 / 2012-01-22350==================351 352 * Added wildcard support353 3540.1.0 / 2011-12-02355==================356 357 * Added: remove colors unless stderr isatty [TooTallNate]358 3590.0.1 / 2010-01-03360==================361 362 * Initial release363 