Commit Graph

88 Commits

Author SHA1 Message Date
dependabot[bot] 0e9e556b7c Bump @types/node from 17.0.22 to 17.0.23
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.22 to 17.0.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-14 09:55:29 +02:00
Justine Mignot 7361232796
Merge pull request #18 from inato/readme-add-article-link
Update README
2022-04-14 09:47:51 +02:00
Justine Mignot 6decca9f85
Update README.md
Co-authored-by: Hugo Saracino <hugo@inato.com>
2022-04-14 09:47:41 +02:00
Justine Mignot 38d244de7a 📝 README add link to article explaining why 2022-04-14 09:44:10 +02:00
Scott Picquerey a3298a6bba
Merge pull request #16 from inato/best-practices-guilde
 Add best practices to readme
2022-04-06 15:57:59 +02:00
Scott Picquerey 8ec3fd335e Improve code structure 2022-04-06 15:52:18 +02:00
Scott Picquerey cb043aec01 Update prettier rules 2022-04-06 15:26:46 +02:00
Scott Picquerey e056cdc02c Update example for nested pipes 2022-04-06 15:26:42 +02:00
Scott Picquerey 6fe9e04f45 PR review fix & improvements 2022-04-06 14:20:55 +02:00
Scott Picquerey a8c6a4bb7e Update piping example 2022-04-01 11:21:53 +02:00
Scott Picquerey 9bda724a68 Update wording 2022-04-01 10:00:29 +02:00
Scott Picquerey acb098c296 Add best practices to readme 2022-03-31 16:29:10 +02:00
Alexandre Behaghel 41c41738c6
Merge pull request #14 from inato/dependabot/npm_and_yarn/types/node-17.0.22
Bump @types/node from 17.0.21 to 17.0.22
2022-03-22 09:24:45 +01:00
dependabot[bot] 6f4413e0be
Bump @types/node from 17.0.21 to 17.0.22
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.21 to 17.0.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-22 05:29:10 +00:00
Vincent François 76fef86106
Merge pull request #13 from inato/add-dependabot
Add dependabot
2022-03-18 09:09:41 +01:00
vinassefranche 35c4fba92d Run 'yarn upgrade' 2022-03-17 16:41:57 +01:00
vinassefranche ad7115b3eb Add dependabot configuration 2022-03-17 16:41:32 +01:00
Vincent François 6e15174549
Merge pull request #12 from inato/exo5-traverse
Exo5 traverse
2022-03-08 11:13:20 +01:00
vinassefranche 94af9b7821 Add exercice on sequence 2022-03-07 15:00:59 +01:00
vinassefranche 51e335067d Split the first test 2022-03-04 17:18:48 +01:00
vinassefranche a8a660aa8d Add exercise on parallel and sequential traversing 2022-03-04 14:26:01 +01:00
vinassefranche 5ee006f03c Add the first exercices on traverse 2022-03-04 11:41:41 +01:00
vinassefranche 3cb6c4f926 Stop failing test because of typescript errors 2022-03-04 11:40:00 +01:00
Hugo Saracino 662bf15c6d Add exercise number 4 for Reader 2022-01-12 14:17:37 +01:00
Hugo Saracino 53440267bd 🎨 Switch to the preferred way of importing fp-ts 2022-01-11 16:06:01 +01:00
Hugo Saracino 9102b3da54 ⬆️ Upgrade all dependencies 2022-01-11 14:47:57 +01:00
Hugo Saracino 27f8c00210 Add an exercise 0 for pipe and flow 2020-12-09 09:30:12 +01:00
Hugo Saracino e33814cf3b 💡 Add a hint for the sortBy step in exercise 3 2020-12-09 09:30:12 +01:00
Hugo Saracino 6a45b22df5 Add a test for the -Infinity edge case in exercise 1 2020-12-09 09:30:12 +01:00
Hugo Saracino b98e2a673e Add an option to run tests in watch mode
Also add some explanations on how to run tests for a specific exercise only.
2020-12-09 09:30:12 +01:00
Xavier Lefèvre 7c264c8f29
Merge pull request #1 from inato/improves-tryCatch-comment
fix comment regarding tryCatch signature
2020-12-03 11:41:42 +01:00
Xavier 24888d84f8 fix comment regarding tryCatch signature 2020-12-03 11:40:50 +01:00
Hugo Saracino 7500ab98a0 📝 Add explanations and hints for exo 3 2020-09-14 14:38:19 +02:00
Hugo Saracino c0ca5d234c Add exercice number 3 - Ord 2020-09-14 12:00:45 +02:00
Hugo Saracino f3a5b79512 📝 Add Readme 2020-07-06 15:49:45 +02:00
Hugo Saracino faf9d64553 Add exercice number 2 2020-07-06 15:36:06 +02:00
Hugo Saracino 8e466d82f3 🔧 Add utilitary Failure type 2020-07-06 15:18:39 +02:00
Hugo Saracino 63f1f160ab 🎉 Initial commit 2020-07-03 18:01:45 +02:00