Commit Graph

29 Commits

Author SHA1 Message Date
David Luis
f1b3525b9f
feat(collections/unstable): support iterators in sortBy() (#5919)
* feat(collections/sortBy): support iterators

* update jsdoc

* cleanup

* add experimental tag
2024-09-23 20:28:10 +10:00
Asher Gomez
d102a10235
refactor(assert,async,bytes,cli,collections,crypto,csv,data-structures,datetime,dotenv,encoding,expect,fmt,front-matter,fs,html,http,ini,internal,io,json,jsonc,log,media-types,msgpack,net,path,semver,streams,testing,text,toml,ulid,url,uuid,webgpu,yaml): import from @std/assert (#5199)
* refactor: import from `@std/assert`

* update
2024-06-30 08:30:10 +00:00
Asher Gomez
31b906db99
chore: ensure code examples use assertions in Doc Linter (#4911) 2024-06-03 14:10:27 +10:00
Asher Gomez
e07a1e6a87
docs(collections,internal,media-types): use @typeParam tag instead of @template (#4772) 2024-05-20 17:34:47 +10:00
Asher Gomez
7ef50eb473
refactor(collections): minor cleanups (#4681) 2024-05-07 17:11:55 +10:00
Asher Gomez
5e99c21210
docs(collections): complete documentation (#4664)
* docs(collections): complete documentation

* work

* work

* work

* work

* fix

* fixes

* fixes

* fixes

* fixes

* tweak
2024-05-06 16:51:20 +09:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
cin
9d0317a5be
refactor(collections): prepare for noUncheckedIndexedAccess (#4268) 2024-02-02 15:01:54 +09:00
Lino Le Van
c46143f0ac
chore: update copyright year (#4046)
* chore: update copyright year

* fix

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-02 08:11:32 +11:00
Asher Gomez
8532be73b9
chore(collections): complete documentation (#3896) 2023-12-05 19:53:55 +11:00
Yoshiya Hinosawa
8e52ea89c9
docs(collection): document overloads (revert #3818) (#3823) 2023-11-21 21:37:43 +09:00
Asher Gomez
835f4f6fe5
refactor(collections): unify function overloads (#3818)
* refactor(collections): unify function overloads

* partition
2023-11-20 11:04:19 +11:00
Asher Gomez
239e85ad6a
BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
Santiago Aguilar Hernández
0783b5a322
feat(collections/sort_by): descending order can be specified in options (#3419) 2023-06-07 14:09:28 +09:00
ayame113
b4239898d6
chore: update copyright header (#3082) 2023-01-03 19:47:44 +09:00
Leo Kettmeir
aba5017d43
docs: reorganize docs (#2658) 2022-11-25 12:40:23 +01:00
denobot
55addb3ad1
0.144.0 (#2351)
* 0.144.0

* fix(Releases.md): update note about collections/mod.ts

Co-authored-by: David Sherret <dsherret@users.noreply.github.com>

* chore: fix formatting

* fix(tests): use `Deno.currentExe()` instead of `"deno"`

Co-authored-by: aslilac <aslilac@users.noreply.github.com>
Co-authored-by: Kayla Washburn <mckayla@hey.com>
Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
Co-authored-by: David Sherret <dsherret@gmail.com>
2022-06-15 16:05:49 -06:00
Ryan Dahl
ae2354df44
Remove collections/mod.ts (#2321)
Using collections/mod.ts will pull in a whole bunch of unrelated code.
We should not have anti-patterns like this in std.
2022-06-09 15:28:39 -04:00
Yoshiya Hinosawa
808fe203e0
chore: update copyright header (#1871) 2022-02-02 23:21:39 +09:00
defectivepixel
b8e946ee76
feat(collections): use function overloading (#1286) 2021-09-21 15:05:51 +09:00
defectivepixel
3aec24e4fa
docs(collections): add browser-compatibility comment (#1285) 2021-09-19 03:29:29 +09:00
ayame113
a911e5d23f
docs(collections): avoid using relative paths in import statements in code examples (#1227) 2021-09-13 14:46:42 +09:00
ayame113
0bbe95bafe
feat(collentions/sortBy): change the selector function to be called only once at the beginning (#1143)
Co-authored-by: evanwashere <evan@tsu.sh>
2021-08-28 03:19:57 +09:00
Zhangyuan Nie
de7edd51e0
feat(collections): compile time guarantee on pure functions (#1119) 2021-08-12 19:10:59 +09:00
Leon Strauss
f579b5111f
chore(collections): clean up examples, types and file structure (#1116) 2021-08-10 17:46:14 +09:00
Leon Strauss
08e5f6ba0d
fix(collections): fix NaN handling in sortBy (#1104) 2021-08-06 11:21:23 +09:00
ayame113
c3cac4de7d
fix(collections): make the sortBy() of Date a stable sort (#1097) 2021-08-05 11:51:21 +09:00
Mathew Horner
9542f9e216
chore(collections): clean up sort_by code and add BigInt selector tests. (#1091) 2021-08-05 01:20:12 +09:00
Leon Strauss
94a84bc217
feat(collections): implement sortBy (#1069) 2021-08-04 00:32:47 +09:00