opusdev/vector-similarity-api
1
12.0.0 / 2018-10-262==================3 4 * Drop support for Node.js 0.65 * Replace internal `eval` usage with `Function` constructor6 * Use instance methods on `process` to check for listeners7 81.1.2 / 2018-01-119==================10 11 * perf: remove argument reassignment12 * Support Node.js 0.6 to 9.x13 141.1.1 / 2017-07-2715==================16 17 * Remove unnecessary `Buffer` loading18 * Support Node.js 0.6 to 8.x19 201.1.0 / 2015-09-1421==================22 23 * Enable strict mode in more places24 * Support io.js 3.x25 * Support io.js 2.x26 * Support web browser loading27 - Requires bundler like Browserify or webpack28 291.0.1 / 2015-04-0730==================31 32 * Fix `TypeError`s when under `'use strict'` code33 * Fix useless type name on auto-generated messages34 * Support io.js 1.x35 * Support Node.js 0.1236 371.0.0 / 2014-09-1738==================39 40 * No changes41 420.4.5 / 2014-09-0943==================44 45 * Improve call speed to functions using the function wrapper46 * Support Node.js 0.647 480.4.4 / 2014-07-2749==================50 51 * Work-around v8 generating empty stack traces52 530.4.3 / 2014-07-2654==================55 56 * Fix exception when global `Error.stackTraceLimit` is too low57 580.4.2 / 2014-07-1959==================60 61 * Correct call site for wrapped functions and properties62 630.4.1 / 2014-07-1964==================65 66 * Improve automatic message generation for function properties67 680.4.0 / 2014-07-1969==================70 71 * Add `TRACE_DEPRECATION` environment variable72 * Remove non-standard grey color from color output73 * Support `--no-deprecation` argument74 * Support `--trace-deprecation` argument75 * Support `deprecate.property(fn, prop, message)`76 770.3.0 / 2014-06-1678==================79 80 * Add `NO_DEPRECATION` environment variable81 820.2.0 / 2014-06-1583==================84 85 * Add `deprecate.property(obj, prop, message)`86 * Remove `supports-color` dependency for node.js 0.887 880.1.0 / 2014-06-1589==================90 91 * Add `deprecate.function(fn, message)`92 * Add `process.on('deprecation', fn)` emitter93 * Automatically generate message when omitted from `deprecate()`94 950.0.1 / 2014-06-1596==================97 98 * Fix warning for dynamic calls at singe call site99 1000.0.0 / 2014-06-15101==================102 103 * Initial implementation104 