|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## dev |
| 3 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) |
| 4 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 5 | + |
| 6 | +## 0.0.8 |
4 | 7 |
|
5 | 8 | ### New features |
6 | 9 |
|
7 | | -- Added the `listToMD5` function |
| 10 | +- Added the `curlAndExtract` function to download and extract `tar` and `zip` files during the nf-test setup stage. |
| 11 | + |
| 12 | +## 0.0.7 |
| 13 | + |
| 14 | +### Added |
| 15 | + |
| 16 | +- Added the OutputSanitizer class with the sanitizeOutput() method to process and clean output channels, supporting options like unstableKeys to handle unstable file outputs by @nvnieuwk |
| 17 | + |
| 18 | +### Fixed |
| 19 | + |
| 20 | +- nfcoreLibraryLinker: exit gracefully when directories don't exist by @prototaxites |
| 21 | + |
| 22 | +## 0.0.6 |
| 23 | + |
| 24 | +### Added |
| 25 | + |
| 26 | +- Add stdout and stderr helper function for better snapshot by @maxulysse |
| 27 | + |
| 28 | +### Fixed |
| 29 | + |
| 30 | +- improve docs by @maxulysse |
| 31 | + |
| 32 | +## 0.0.5 |
| 33 | + |
| 34 | +### Added |
| 35 | + |
| 36 | +- Add functions for managing dependencies on nf-core modules by @prototaxites |
| 37 | + |
| 38 | +### Fixed |
| 39 | + |
| 40 | +- Fix rendering of cloning code blocks by @TCLamnidis |
| 41 | + |
| 42 | +### New Contributors |
| 43 | + |
| 44 | +- @prototaxites |
| 45 | +- @TCLamnidis |
| 46 | + |
| 47 | +## 0.0.4 |
| 48 | + |
| 49 | +### Added |
| 50 | + |
| 51 | +- Add listToMD5 by @nvnieuwk in #26 |
| 52 | + |
| 53 | +### Fixed |
| 54 | + |
| 55 | +- Improve user eligibility for getAllFilesInDir() docs by @jfy133 |
| 56 | +- fix missing ',' in docs code by @Joon-Klaps |
| 57 | +- fix listToMD5 by @maxulysse |
| 58 | +- Improve remove from yaml map by @maxulysse |
| 59 | + |
| 60 | +### New Contributors |
| 61 | + |
| 62 | +- @jfy133 |
| 63 | +- @Joon-Klaps |
| 64 | +- @itrujnara |
| 65 | + |
| 66 | +## 0.0.3 |
| 67 | + |
| 68 | +### Added |
| 69 | + |
| 70 | +- Add wrapper functions for getAllFilesFromDir with named parameters by @lukfor |
| 71 | +- add include in getAllFilesFromDir by @maxulysse |
| 72 | +- add removeFromYamlMap by @maxulysse |
| 73 | + |
| 74 | +### Fixed |
| 75 | + |
| 76 | +- Move all docs in its own folder by @maxulysse |
| 77 | + |
| 78 | +### New Contributors |
| 79 | + |
| 80 | +- @lukfor |
| 81 | + |
| 82 | +## 0.0.2 |
| 83 | + |
| 84 | +### Added |
| 85 | + |
| 86 | +- Add maven to gitpod install by @nvnieuwk |
| 87 | +- Add getRelativePath() function by @maxulysse |
| 88 | + |
| 89 | +### New Contributors |
| 90 | + |
| 91 | +- @nvnieuwk |
| 92 | + |
| 93 | +## 0.0.1 |
| 94 | + |
| 95 | +First release of nft-utils 🍏🚀 |
| 96 | + |
| 97 | +### Added |
| 98 | + |
| 99 | +- add removeNextflowVersion function by @maxulysse |
| 100 | +- Add getAllFilesFromDir function by @maxulysse |
| 101 | +- Add docs by @maxulysse |
8 | 102 |
|
9 | | -### Fixes |
| 103 | +### New Contributors |
10 | 104 |
|
11 | | -Fixes are written here |
| 105 | +- @adamrtalbot |
| 106 | +- @maxulysse |
0 commit comments