Skip to content

Latest commit

 

History

History
101 lines (55 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

101 lines (55 loc) · 2.77 KB

16 November 2019

  • [package] Rename to @externs/nodejs.
  • [ops] Publish build folder.

19 July 2019

  • [externs] Include types for querystring: encode/decode, http: maxHeaderSize, net: Stream. Update wip.

16 July 2019

  • [feature] Add the readline.Interface constructor to externs.
  • [feature] Add the util.getSystemErrorName method to externs.

6 May 2019

  • [fix] Rename crypto to _crypto.

25 April 2019

  • [externs] Tidy up _module and module, make require and require.resolve callable.
  • [doc] Clearer how-to.
  • [test] Tests for require and module.

23 April 2019

  • [externs] Move Buffer to a separate file (global/buffer.js), complete Buffer externs.

19 April 2019

  • [fix] Declare DEPACK_EXPORT as var.
  • [add] Add the Error.prepareStackTrace definition.
  • [depack] Add the DEPACK_EXPORT extern for compiling libraries.

12 April 2019

  • [fix] Rename crypto to _crypto to avoid duplication of existing extern.
  • [wip] Doc the missing crypto properties.

10 April 2019

  • [externs] Fix module extern and by moving it out of the node.js extern.

9 April 2019

  • [fix] Fix readline extern that used interface.
  • [doc] Document some missing methods and properties, include WIP.

2 April 2019

  • [package] Publish src.

1 April 2019

  • [feature] Add a function to resolve the path to the externs directory.
  • [fix] Update stream and events to prevent warning; remove @struct from process.env.
  • [package] Publish dependencies.
  • [feature] Publish externs.

31 March 2019

0.0.0