Skip to content

Instantly share code, notes, and snippets.

@Fishrock123
Last active August 29, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fishrock123/ebd1609738a014fb3441 to your computer and use it in GitHub Desktop.
Save Fishrock123/ebd1609738a014fb3441 to your computer and use it in GitHub Desktop.
(Hopefully) everything semver-{major,minor} (i.e. added features) in io.js v1.0.0 - v2.5.0

SPLIT pre-2.0 / post-2.0

  • [a77c330c32] - (SEMVER-MINOR) child_process: expose ChildProcess constructor (Evan Lucas) #1760
  • [66fc8ca22b] - (SEMVER-MINOR) cluster: emit 'message' event on cluster master (Sam Roberts) #861
  • [c1de6d249e] - (SEMVER-MINOR) core: implement runtime flag to trace sync io (Trevor Norris) #1707
  • [38d1afc24d] - (SEMVER-MINOR) crypto: add getCurves() to get supported ECs (Brian White) #1914
  • [5dfe0d5d61] - doc: remove irrelevant SEMVER-MINOR & MAJOR (Rod Vagg)
  • [5d83401086] - doc: put SEMVER-MINOR on pre-load module fix 2.2.0 (Rod Vagg)
  • [353e26e3c7] - (SEMVER-MINOR) fs: Add string encoding option for Stream method (Yosuke Furukawa) #1845
  • [d4726cde57] - (SEMVER-MINOR) http,net,tls: return this from setTimeout methods (Evan Lucas) #1699
  • [fef87fee1d] - (SEMVER-MINOR) lib,test: add freelist deprecation and test (Sakthipriyan Vairamani) #2176
  • [cb381fe3e0] - (SEMVER-MINOR) net: return this from setNoDelay and setKeepAlive (Roman Reiss) #1779
  • [39dde3222e] - (SEMVER-MINOR) net,dgram: return this from ref and unref methods (Roman Reiss) #1768
  • [6e78e5feaa] - (SEMVER-MINOR) os: add homedir() (cjihrig) #1791
  • [4b3d493c4b] - (SEMVER-MINOR) readline: allow tabs in input (Rich Trott) #1761
  • [6d95f4ff92] - (SEMVER-MINOR) smalloc: deprecate whole module (Vladimir Kurchatkin) #1822
  • [cf14a2427c] - (SEMVER-MINOR) src: add --track-heap-objects (Bradley Meck) #2135
  • [5759722cfa] - (SEMVER-MINOR) src: fix module search path for preload modules (Ali Ijaz Sheikh) #1812
  • [e11fc67225] - (SEMVER-MINOR) tls: add getTicketKeys()/setTicketKeys() (Fedor Indutny) #2227
  • [fbd2b59716] - (SEMVER-MINOR) tools: add objectLiteralShorthandProperties to .eslintrc (Evan Lucas) #1760
  • [628845b816] - (SEMVER-MINOR) util: introduce printDeprecationMessage function (Vladimir Kurchatkin) #1822
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment