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 8.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. ## Changelog
  2. **5.3.0** - <small>_March 7, 2021_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/5.2.0...5.3.0)
  3. ## Maintenance
  4. - Bump chai from 4.3.0 to 4.3.3 (#505)
  5. - Bump zip-stream from 4.0.4 to 4.1.0 (#504)
  6. - Bump mocha from 8.2.1 to 8.3.0 (#499)
  7. - Bump actions/setup-node from v2.1.4 to v2.1.5 (#500)
  8. - Bump tar from 6.0.5 to 6.1.0 (#487)
  9. - Bump chai from 4.2.0 to 4.3.0 (#496)
  10. - Bump tar-stream from 2.1.4 to 2.2.0 (#485)
  11. - Bump actions/setup-node from v2.1.3 to v2.1.4 (#483)
  12. - Update progress example (#384)
  13. **5.2.0** - <small>_January 6, 2021_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/5.1.0...5.2.0)
  14. ## Features
  15. - Finalize should always return a promise (#480)
  16. ## Maintenance
  17. - Fix finalize method jsdoc return type (#482)
  18. - Bump actions/setup-node from v2.1.2 to v2.1.3 (#479)
  19. - Update README.md (#478)
  20. **5.1.0** - <small>_November 19, 2020_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/5.0.2...5.1.0)
  21. Features
  22. - Add mode parameter to symlink (#469)
  23. - Add isRegisteredFormat method (#462)
  24. Bug Fixes
  25. - Fix glob() `options` parameter's link (#453)
  26. Maintenance
  27. - Bump archiver-jsdoc-theme from 1.1.1 to 1.1.3 (#472)
  28. - Bump zip-stream from 4.0.2 to 4.0.4 (#473)
  29. - Bump jsdoc from 3.6.5 to 3.6.6 (#452)
  30. - Bump readdir-glob from 1.0.0 to 1.1.1 (#460)
  31. - Bump mocha from 8.1.3 to 8.2.1 (#465)
  32. - Bump actions/setup-node from v2.1.1 to v2.1.2 (#459)
  33. - Bump actions/checkout from v2.3.2 to v2.3.4 (#466)
  34. **5.0.2** - <small>_September 11, 2020_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/5.0.1...5.0.2)
  35. Maintenance
  36. * Force bump tar-stream from 2.1.2 to 2.1.4 (#450)
  37. **5.0.1** - <small>_September 10, 2020_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/5.0.0...5.0.1)
  38. Maintenance
  39. - Bump tar-stream from 2.1.3 to 2.1.4 (#448)
  40. - Update docs (#441)
  41. - Bump mocha from 8.1.1 to 8.1.3 (#444)
  42. - Bump tar from 6.0.2 to 6.0.5 (#439)
  43. - Bump mocha from 8.1.0 to 8.1.1 (#437)
  44. - Bump actions/checkout from v2.3.1 to v2.3.2 (#438)
  45. - Bump mocha from 8.0.1 to 8.1.0 (#436)
  46. - Bump actions/setup-node from v2.1.0 to v2.1.1 (#432)
  47. - Bump jsdoc from 3.6.4 to 3.6.5 (#434)
  48. **5.0.0** - <small>_July 22, 2020_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/4.0.2...5.0.0)
  49. * breaking: absolute path glob patterns are no longer supported: use cwd option instead.
  50. * Replaced glob with readdir-glob to be memory efficient (#433) @Yqnn
  51. * Bump zip-stream from 4.0.0 to 4.0.2 (#431) @dependabot
  52. * Bump zip-stream from 3.0.1 to 4.0.0 (#430) @dependabot
  53. * Bump mocha from 6.2.3 to 8.0.1 (#424) @dependabot
  54. * Bump tar from 4.4.13 to 6.0.2 (#426) @dependabot
  55. * Bump tar-stream from 2.1.2 to 2.1.3 (#427) @dependabot
  56. * Bump rimraf from 2.7.1 to 3.0.2 (#425) @dependabot
  57. * Bump actions/setup-node from v1 to v2.1.0 (#428) @dependabot
  58. * Bump actions/checkout from v1 to v2.3.1 (#429) @dependabot
  59. * Bump lodash from 4.17.15 to 4.17.19 (#423) @dependabot
  60. **4.0.2** - <small>_July 11, 2020_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/4.0.1...4.0.2)
  61. - update to async@^3.2.0 (#420)
  62. **4.0.1** - <small>_April 14, 2020_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/4.0.0...4.0.1)
  63. - update to zip-stream@^3.0.1
  64. **4.0.0** - <small>_April 14, 2020_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/3.1.1...4.0.0)
  65. - breaking: slowly catch up with node LTS, remove support for versions under 8.
  66. - update multiple deps.
  67. - fix for a hang with _statQueue (#388)
  68. **3.1.1** - <small>_August 2, 2019_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/3.1.0...3.1.1)
  69. - update zip-stream to v2.1.2
  70. **3.1.0** - <small>_August 2, 2019_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/3.0.3...3.1.0)
  71. - update zip-stream to v2.1.0
  72. **3.0.3** - <small>_July 19, 2019_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/3.0.2...3.0.3)
  73. - test: now targeting node v12
  74. - other: update zip-stream@2.0.0
  75. **3.0.2** - <small>_July 19, 2019_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/3.0.1...3.0.2)
  76. - other: update dependencies
  77. **3.0.1** - <small>_July 19, 2019_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/3.0.0...3.0.1)
  78. - other: update dependencies
  79. - docs: now deployed using netlify
  80. **3.0.0** - <small>_August 22, 2018_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/2.1.1...3.0.0)
  81. - breaking: follow node LTS, remove support for versions under 6. (#339)
  82. - bugfix: use stats in tar.js and core.js (#326)
  83. - other: update to archiver-utils@2 and zip-stream@2
  84. - other: remove lodash npm module usage (#335, #339)
  85. - other: Avoid using deprecated Buffer constructor (#312)
  86. - other: Remove unnecessary return and fix indentation (#297)
  87. - test: now targeting node v10 (#320)
  88. **2.1.1** — <small>_January 10, 2018_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/2.1.0...2.1.1)
  89. - bugfix: fix relative symlink paths (#293)
  90. - other: coding style fixes (#294)
  91. **2.1.0** — <small>_October 12, 2017_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/2.0.3...2.1.0)
  92. - refactor: `directory` now uses glob behind the scenes. should fix some directory recursion issues. (#267, #275)
  93. - docs: more info in quick start. (#284)
  94. **2.0.3** — <small>_August 25, 2017_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/2.0.2...2.0.3)
  95. - bugfix: revert #261 due to potential issues with editing entryData in special cases.
  96. - bugfix: add var to entryData in glob callback (#273)
  97. **2.0.2** — <small>_August 25, 2017_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/2.0.1...2.0.2)
  98. - docs: fix changelog date.
  99. **2.0.1** — <small>_August 25, 2017_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/2.0.0...2.0.1)
  100. - bugfix: add const to entryData in glob callback (#261)
  101. - other: coding style fixes (#263)
  102. **2.0.0** — <small>_July 5, 2017_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/1.3.0...2.0.0)
  103. - feature: support for symlinks. (#228)
  104. - feature: support for promises on `finalize`. (#248)
  105. - feature: addition of `symlink` method for programmatically creating symlinks within an archive.
  106. - change: emit `warning` instead of `error` when stat fails and the process can still continue.
  107. - change: errors and warnings now contain extended data (where available) and have standardized error codes (#256)
  108. - change: removal of deprecated `bulk` functionality. (#249)
  109. - change: removal of internal `_entries` property in favor of `progress` event. (#247)
  110. - change: support for node v4.0+ only. node v0.10 and v0.12 support has been dropped. (#241)
  111. **1.3.0** — <small>_December 13, 2016_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/1.2.0...1.3.0)
  112. - improve `directory` and `glob` methods to use events rather than callbacks. (#203)
  113. - fix bulk warning spam (#208)
  114. - updated mocha (#205)
  115. **1.2.0** — <small>_November 2, 2016_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/1.1.0...1.2.0)
  116. - Add a `process.emitWarning` for `deprecated` (#202)
  117. **1.1.0** — <small>_August 29, 2016_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/1.0.1...1.1.0)
  118. - minor doc fixes.
  119. - bump deps to ensure latest versions are used.
  120. **1.0.1** — <small>_July 27, 2016_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/1.0.0...1.0.1)
  121. - minor doc fixes.
  122. - dependencies upgraded.
  123. **1.0.0** — <small>_April 5, 2016_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/0.21.0...1.0.0)
  124. - version unification across many archiver packages.
  125. - dependencies upgraded and now using semver caret (^).
  126. **0.21.0** — <small>_December 21, 2015_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/0.20.0...0.21.0)
  127. - core: add support for `entry.prefix`. update some internals to use it.
  128. - core(glob): when setting `options.cwd` get an absolute path to the file and use the relative path for `entry.name`. #173
  129. - core(bulk): soft-deprecation of `bulk` feature. will remain for time being with no new features or support.
  130. - docs: initial jsdoc for core. http://archiverjs.com/docs
  131. - tests: restructure a bit.
  132. **0.20.0** — <small>_November 30, 2015_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/0.19.0...0.20.0)
  133. - simpler path normalization as path.join was a bit restrictive. #162
  134. - move utils to separate module to DRY.
  135. [Release Archive](https://github.com/archiverjs/node-archiver/releases)