0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

DefinitelyTypedの@types/*のコミットログを追うためのメモ

Posted at

npmからpublish時間をみてDefinitelyTypedのリポジトリpullしてフォルダと期間を指定しつつgit logする。


@types/node の 12.0.4 から 12.0.8 への変更を確認。

  • $ npm v @types/node time
  .
  .
  .
  '12.0.4': '2019-05-30T18:06:44.939Z',
  '11.13.13': '2019-05-30T18:07:48.165Z',
  '10.14.8': '2019-05-30T18:08:09.634Z',
  '9.6.49': '2019-05-30T18:08:31.698Z',
  '8.10.49': '2019-05-30T18:08:45.630Z',
  '12.0.5': '2019-06-05T22:06:25.272Z',
  '12.0.6': '2019-06-06T18:27:35.303Z',
  '12.0.7': '2019-06-06T23:14:30.808Z',
  '12.0.8': '2019-06-11T19:12:14.629Z',
  '11.13.14': '2019-06-11T19:13:06.490Z',
  '10.14.9': '2019-06-11T19:13:22.578Z' }
  • DefinitelyTypedをpullしてフォルダに移動
  • $ git log --after '2019-05-30T18:06:44.939Z' --before '2019-06-11T19:12:14.629Z' types/node
commit d12324cc224261369eb89926989418806ee64bfd
Author: Marc-Antoine Ouimet <ouimetmarcantoine@gmail.com>
Date:   Tue Jun 11 15:09:08 2019 -0400

    [node] Allow setting encoding for Dirent readdir (#36092)
    
    * Allow setting encoding for Dirent readdir
    
    * Update promisified version of readdir

commit 022dbd5d9115992722c50043b930b2dbafa94b43
Author: FUJI Goro <gfuji@cpan.org>
Date:   Fri Jun 7 08:11:59 2019 +0900

    @types/node: add doc to Buffer#slice and Buffer#subarray (and fix the type of Buffer#subarray) (#35998)
    
    * add doc to Buffer#slice and Buffer#subarray
    
    * add tests for Buffer#subarray()

commit c474cdf5d7ed2ead9b6f0434e5c7eb5aa70a0439
Author: Michael Lumish <mlumish@google.com>
Date:   Thu Jun 6 11:25:00 2019 -0700

    Add type definition for Http2Stream#id property (#35982)

commit 4d8103200e39e7dab486fdee83da875b81c64866
Author: Ghostium <Ghostium@users.noreply.github.com>
Date:   Wed Jun 5 20:06:37 2019 +0200

    [node] Add TLSv1.3 (#35960)
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?