Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. # Changes
  2. ## v2.0.0
  3. * BREAKING CHANGE: Require Node 8
  4. * Internal: Add lock file
  5. * Support async before exit callback
  6. * Update various dependencies
  7. ## v1.5.6
  8. * Fix 'childHangup is undefined'
  9. ## v1.5.5
  10. * add files list to package.json
  11. * neveragain.tech pledge request
  12. ## v1.5.4
  13. * update tap to v8
  14. * Let the child decide if signals should be fatal
  15. ## v1.5.3
  16. * bump deps
  17. ## v1.5.2
  18. * add an automatic changelog script
  19. * replace cross-spawn-async with cross-spawn
  20. * test: stay alive long enough to be signaled
  21. ## v1.5.1
  22. * avoid race condition in test
  23. * Use fd numbers instead of 'inherit' for Node v0.10 compatibility
  24. ## v1.5.0
  25. * add caveats re IPC and arbitrary FDs
  26. * Forward IPC messages to foregrounded child process
  27. ## v1.4.0
  28. * Set `process.exitCode` based on the child’s exit code
  29. ## v1.3.5
  30. * Better testing for when cross-spawn-async needed
  31. * appveyor: node v0.10 on windows is too flaky
  32. ## v1.3.4
  33. * Only use cross-spawn-async for shebangs
  34. * update vanity badges and package.json for repo move
  35. * appveyor
  36. ## v1.3.3
  37. * Skip signals in tests on Windows
  38. * update to tap@4
  39. * use cross-spawn-async on windows
  40. ## v1.3.2
  41. * Revert "switch to win-spawn"
  42. * Revert "Transparently translate high-order exit code to appropriate signal"
  43. * update travis versions
  44. * Transparently translate high-order exit code to appropriate signal
  45. * ignore coverage folder
  46. ## v1.3.1
  47. * switch to win-spawn
  48. ## v1.3.0
  49. * note skipped test in test output
  50. * left an unused var c in
  51. * slice arguments, added documentation
  52. * added a unit test, because I strive to be a good open-source-citizen
  53. * make travis also work on 0.12 and iojs again
  54. * added badge
  55. * patch for travis exit weirdness
  56. * fix typo in .gitignore
  57. * beforeExit hook
  58. ## v1.2.0
  59. * Use signal-exit, fix kill(process.pid) race
  60. ## v1.1.0
  61. * Enforce that parent always gets a 'exit' event
  62. ## v1.0.0
  63. * first