From 723b35f14c58575c01ae0505f8e34d2caedceac2 Mon Sep 17 00:00:00 2001 From: Dejan Toteff Date: Fri, 18 Oct 2024 08:17:01 +0300 Subject: [PATCH] chore@small --- files/NEXT_VERSION_CHECKLIST.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/files/NEXT_VERSION_CHECKLIST.md b/files/NEXT_VERSION_CHECKLIST.md index 53f1f8be..4440bd1f 100644 --- a/files/NEXT_VERSION_CHECKLIST.md +++ b/files/NEXT_VERSION_CHECKLIST.md @@ -24,6 +24,8 @@ https://deno.land/x/rambda@9.3.0?source - release with `v9.3.0` tag release X on deno +deno can install with package.json +https://deno.com/blog/v2.0 ## ABOVE SHOULD BE DONE @@ -36,6 +38,14 @@ https://github.com/ramda/types/pull/129/files https://publint.dev/rambda@9.2.1 https://arethetypeswrong.github.io/?p=ramda%400.30.1 +https://github.com/denoland/std/blob/main/collections/associate_by_test.ts +https://github.com/denoland/std/blob/main/collections/reduce_groups_test.ts +https://github.com/denoland/std/blob/main/collections/permutations_test.ts +https://github.com/denoland/std/blob/main/collections/partition_entries_test.ts +https://github.com/denoland/std/blob/main/collections/map_values_test.ts +https://github.com/denoland/std/blob/main/collections/map_keys_test.ts +https://github.com/denoland/std/blob/main/collections/join_to_string_test.ts +https://github.com/denoland/std/blob/main/collections/sum_of_test.ts --- chech in to read for examples