Samuel Berthe
|
7887963db8
|
feat: name each callback/iteratee/predicate arguments in order to improve autocompletion
closes #242
|
2022-10-13 22:25:33 +02:00 |
|
Samuel Berthe
|
aca846b80d
|
doc: improve doc for lo.MapEntries
|
2022-10-10 21:41:39 +02:00 |
|
Hugo
|
a28cc0b583
|
feat: Add MapEntries function (#216)
* feat: add MapEntries method
* fix: add out key type
* doc: add MapEntries doc
* test: change MapEntries test format
* fix: simplify MapEntries iteratee
* doc: fix MapEntries doc
Co-authored-by: Samuel Berthe <dev@samuel-berthe.fr>
|
2022-10-10 21:33:49 +02:00 |
|
Samuel Berthe
|
cc3aa2287b
|
doc(examples): adding go playground examples (string, map, slice, condition, math)
|
2022-10-03 22:17:15 +02:00 |
|
Samuel Berthe
|
bccfe8cda9
|
BREAKING: swap argument of MapToSlice iteratee
|
2022-07-29 11:49:01 +02:00 |
|
sleagon
|
f2175ff5c2
|
feat: add MapToSlice method (#157)
Change-Id: I97d3e58ddc36e65231e5e76dc9239aa52a4a7613
|
2022-07-24 22:04:55 +02:00 |
|
Samuel Berthe
|
d066df5aec
|
feat: FromPairs as alias to FromEntries and ToPairs as alias to ToEntries
|
2022-07-03 23:17:48 +02:00 |
|
Gabriel Schmitt
|
617016713f
|
fix: typo on comment of OmitBy function (#166)
|
2022-07-03 19:14:46 +02:00 |
|
Samuel Berthe
|
fa3e0d03d9
|
feat: adding PickBy+PickByValues+OmitBy+OmitByKeys+OmitByValues
|
2022-04-14 20:27:59 +02:00 |
|
Samuel Berthe
|
c97ec3bdf3
|
Merge pull request #62 from metalrex100/feature/add-values-filtered-helper
[Feature]: Added ValuesF helper
|
2022-04-14 20:18:04 +02:00 |
|
Anatoly Ibragimov
|
29a0704762
|
Changed PickByKeys helper logic to return same map type instead of slice
|
2022-04-14 11:29:06 +02:00 |
|
Anatoly Ibragimov
|
0ed7583ceb
|
ValuesF helper renamed to PickByKeys
|
2022-04-13 21:44:04 +02:00 |
|
Samuel Berthe
|
ea93273806
|
feat: adding MapKeys
|
2022-04-12 21:33:56 +02:00 |
|
Samuel Berthe
|
4a2c77a829
|
feat: adding Invert
|
2022-04-12 21:26:25 +02:00 |
|
Anatoly Ibragimov
|
279689f73f
|
Added ValuesF helper
|
2022-03-22 17:02:11 +03:00 |
|
hyunchul jung
|
21e6fd98f7
|
simplify code
|
2022-03-21 14:45:18 +09:00 |
|
Thet Naing Tun
|
04a17f499e
|
removed duplicate KeyBy
|
2022-03-12 20:20:11 +06:30 |
|
Thet Naing Tun
|
92b5697542
|
add KeyBy function
|
2022-03-11 20:53:15 +06:30 |
|
Yusuke Yajima
|
dc04f2d1fd
|
Add MapValues
|
2022-03-08 14:46:51 +09:00 |
|
Samuel Berthe
|
a482eff46c
|
feat: adding tuple types (from 2 to 9) and zip+unzip functions
|
2022-03-05 20:13:49 +01:00 |
|
Samuel Berthe
|
74b7c77702
|
Initial commit
|
2022-03-02 13:52:01 +01:00 |
|