grim

Log usage of deprecated methods

28 个版本
安装
npm install grim
yarn add grim
pnpm add grim
bun add grim
README

Grim

OS X Build Status Windows Build Status Dependency Status

Log deprecate calls

Installing

npm install grim

Usage

Grim = require('grim')

function someOldMethod() {
  Grim.deprecate("Use theNewMethod instead.")
}

To view all calls to deprecated methods use Grim.logDeprecations() or get direct access to the deprecated calls by using Grim.getDeprecations()

版本列表
2.0.3 2020-09-18
2.0.2 2017-08-30
2.0.1 2016-05-15
2.0.0 2015-10-21
1.5.0 2015-10-16
1.4.2 2015-08-20
1.4.1 2015-05-13
1.4.0 2015-04-29
1.3.0 2015-04-28
1.2.2 2015-04-21
1.2.1 2015-03-30
1.2.0 2015-02-19
1.1.2 2015-02-12
1.1.1 2015-02-11
1.1.0 2015-01-09
1.0.0 2015-01-02
0.13.0 2014-12-30
0.12.0 2014-08-13
0.11.0 2014-06-11
0.10.0 2014-04-23
0.9.0 2014-04-18
0.8.0 2014-04-14
0.7.0 2014-04-11
0.6.0 2014-04-03
0.4.0 2014-04-02
0.2.0 2014-04-01
0.1.0 2014-04-01
0.0.0 2014-04-01