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


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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
Date:   Thu Jun 6 11:25:00 2019 -0700

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

commit 4d8103200e39e7dab486fdee83da875b81c64866
Author: Ghostium <[email protected]>
Date:   Wed Jun 5 20:06:37 2019 +0200

    [node] Add TLSv1.3 (#35960)