Package changelog.
91ad072
- add missing property
A total of 2 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Philipp Burckhardt
59d9233
- addtoSorted
method toarray/complex64
(#2263)a0c28de
- addsort
method toarray/complex64
(#2259)e92cdd8
- addtoLocaleString
method toarray/complex64
(#2208)d9359b6
- addkeys
method toarray/complex64
(#2160)832504a
- addvalues
method toarray/complex64
(#1706)4e84566
- addreduceRight
method toarray/complex128
(#1406)ee1c957
- addreduceRight
method toarray/complex64
(#1395)
cc06b5c
- add missing generic parameter
b9703b5
- refactor: update paths (by Athan Reines)32bbcb3
- refactor: update paths (by Athan Reines)8d4c46b
- refactor: update paths (by Athan Reines)ed9c0a5
- refactor: update paths (by Athan Reines)18b3c79
- refactor: update paths (by Athan Reines)523b380
- refactor: update error message interpolation (by Athan Reines)659f752
- style: add missing spaces (by Philipp Burckhardt)6b0e763
- docs: update example and add return description (#2489) (by Jaysukh Makvana)61c5609
- docs: fix examples in REPL documentation for complex number arrays (#2431) (by Jaysukh Makvana)cc06b5c
- fix: add missing generic parameter (by Athan Reines)9dd3673
- docs: addrepl.txt
toarray/complex64
(#2275) (by Jaysukh Makvana, Athan Reines)3a3b1e0
- docs: update package URLs (#2269) (by stdlib-bot)8089b88
- docs: update paths (by Athan Reines)75d4f83
- refactor: update require and include paths (by Athan Reines)ccbf26a
- test: fix descriptions (by Athan Reines)2dd57d7
- docs: add notes (by Athan Reines)59d9233
- feat: addtoSorted
method toarray/complex64
(#2263) (by Jaysukh Makvana)6b8d896
- test: fix typo (by Athan Reines)a0c28de
- feat: addsort
method toarray/complex64
(#2259) (by Jaysukh Makvana, Athan Reines)e92cdd8
- feat: addtoLocaleString
method toarray/complex64
(#2208) (by Jaysukh Makvana, Athan Reines)113ec19
- docs: update related packages sections (#2207) (by stdlib-bot)d9359b6
- feat: addkeys
method toarray/complex64
(#2160) (by Jaysukh Makvana, Athan Reines)832504a
- feat: addvalues
method toarray/complex64
(#1706) (by Jaysukh Makvana, Athan Reines)902b38a
- docs: update descriptions (by Athan Reines)4e84566
- feat: addreduceRight
method toarray/complex128
(#1406) (by Jaysukh Makvana, stdlib-bot, Philipp Burckhardt)ee1c957
- feat: addreduceRight
method toarray/complex64
(#1395) (by Jaysukh Makvana, Philipp Burckhardt)
A total of 3 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Jaysukh Makvana
- Philipp Burckhardt
A total of 2 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Jaysukh Makvana
237e57a
- addtoReversed
method toarray/complex64
(#1260)2455a39
- addreverse
method toarray/complex64
(#1259)0de3922
- addslice
method toarray/complex64
(#1257)893daac
- addwith
method toarray/complex64
(#1246)d568bf0
- addjoin
method toarray/complex64
(#1241)ebad2d0
- addtoString
method toarray/complex64
(#1239)6393565
- addfill
method toarray/complex64
(#1236)41c5150
- addmap
method toarray/complex64
(#1226)b9b8916
- addsubarray
method toarray/complex64
(#1217)3306285
- addforEach
method toarray/complex64
(#1211)7fb88d4
- addfilter
method toarray/complex64
(#1206)1464d5b
- addincludes
method toarray/complex64
(#1205)c896236
- addfindLastIndex
method toarray/complex64
(#1204)c566265
- addfindLast
method toarray/complex64
(#1203)2277b01
- addfind
method toarray/complex64
(#1200)e244066
- addfindIndex
method toarray/complex64
(#1201)7e0b762
- addlastIndexOf
method toarray/complex64
(#1195)707fed5
- addindexOf
method toarray/complex64
(#1191)c0f06f8
- addsome
method toarray/complex64
(#1190)9272073
- addevery
method toarray/complex64
(#1184)06f0f91
- add support for the typed arrayat
method inarray/complex64
(#1182)
87d2120
- refactor: use base assertion utility (by Athan Reines)aa6cac7
- refactor: use base assertion utility (by Athan Reines)237e57a
- feat: addtoReversed
method toarray/complex64
(#1260) (by Jaysukh Makvana, Athan Reines)2455a39
- feat: addreverse
method toarray/complex64
(#1259) (by Jaysukh Makvana, Athan Reines)dea49e0
- docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)0de3922
- feat: addslice
method toarray/complex64
(#1257) (by Jaysukh Makvana, Athan Reines)dd6ee3e
- docs: fix parameter type (by Athan Reines)893daac
- feat: addwith
method toarray/complex64
(#1246) (by Jaysukh Makvana, Athan Reines)d568bf0
- feat: addjoin
method toarray/complex64
(#1241) (by Jaysukh Makvana, Athan Reines)ebad2d0
- feat: addtoString
method toarray/complex64
(#1239) (by Jaysukh Makvana, Athan Reines)6393565
- feat: addfill
method toarray/complex64
(#1236) (by Jaysukh Makvana, Athan Reines)b47b631
- docs: fix typos and add copy edits (by Athan Reines)41c5150
- feat: addmap
method toarray/complex64
(#1226) (by Jaysukh Makvana, Athan Reines)b80aa3c
- test: fix test values to avoid conflating errors (by Athan Reines)f2aab8d
- fix: ensure correct use of generics (by Athan Reines)97df52a
- test: fix test descriptions (by Athan Reines)1952c21
- docs: fix section anchors (by Athan Reines)b9b8916
- feat: addsubarray
method toarray/complex64
(#1217) (by Jaysukh Makvana, Athan Reines)3306285
- feat: addforEach
method toarray/complex64
(#1211) (by Jaysukh Makvana, Athan Reines)7fb88d4
- feat: addfilter
method toarray/complex64
(#1206) (by Jaysukh Makvana, Athan Reines)1464d5b
- feat: addincludes
method toarray/complex64
(#1205) (by Jaysukh Makvana, Athan Reines)c896236
- feat: addfindLastIndex
method toarray/complex64
(#1204) (by Jaysukh Makvana)c566265
- feat: addfindLast
method toarray/complex64
(#1203) (by Jaysukh Makvana, Athan Reines)2277b01
- feat: addfind
method toarray/complex64
(#1200) (by Jaysukh Makvana, Athan Reines)e244066
- feat: addfindIndex
method toarray/complex64
(#1201) (by Jaysukh Makvana, Athan Reines)848730f
- fix: add support for negative indices in methodindexOf
andlastIndexOf
(#1197) (by Jaysukh Makvana, Athan Reines)7e0b762
- feat: addlastIndexOf
method toarray/complex64
(#1195) (by Jaysukh Makvana, Athan Reines)707fed5
- feat: addindexOf
method toarray/complex64
(#1191) (by Jaysukh Makvana, Athan Reines)9555815
- test: fix typo (by Athan Reines)6bd2f14
- docs: fix typo (by Athan Reines)c0f06f8
- feat: addsome
method toarray/complex64
(#1190) (by Jaysukh Makvana, Athan Reines)aa779d7
- test: update assertion messages (by Athan Reines)9b177ba
- test: move function declaration (by Athan Reines)4151542
- test: update assertion messages (by Athan Reines)3068aed
- test: update assertion methods (by Athan Reines)ec7c2c3
- style: remove extra spaces (by Athan Reines)5f1953d
- docs: move methods to preserve alphabetical order (by Athan Reines)9272073
- feat: addevery
method toarray/complex64
(#1184) (by Jaysukh Makvana, Athan Reines)997c7d8
- docs: fix typo (by Athan Reines)10d5813
- refactor: move method to ensure that methods are in alphabetical order (by Athan Reines)8b2937f
- fix: address typo in error message (by Athan Reines)813b67b
- temp: add TODOs (by Athan Reines)06f0f91
- feat: add support for the typed arrayat
method inarray/complex64
(#1182) (by Jaysukh Makvana, Athan Reines)b496b72
- build: replace tslint directive with eslint equivalent (by Philipp Burckhardt)df3c9b3
- build: remove tslint directives (by Philipp Burckhardt)453dd85
- build: remove tslint directives (by Philipp Burckhardt)
A total of 3 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Jaysukh Makvana
- Philipp Burckhardt
e29732d
- update minimum TypeScript version
32a2827
- update import paths for complex type defs
-
e29732d
: update minimum TypeScript version to 4.1- To migrate, users should upgrade their TypeScript version to at least version 4.1.
A total of 2 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Philipp Burckhardt
No changes reported for this release.
No changes reported for this release.
No changes reported for this release.
No changes reported for this release.
No changes reported for this release.
No changes reported for this release.