aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* feat(list): Add `prepend` to list moduleE Jikan2022-04-16
| | | | | While this can also be done via the built-in syntax it's nice to have a complete standard library including this function.
* Format JSLouis Pilfold2022-04-16
|
* remove absolute_difference()inoas2022-04-16
|
* allow int.random() to take min and max in any order (2 abitrary boundaries)inoas2022-04-16
|
* remove public random_uniform, rename random_between to randominoas2022-04-16
|
* rename {float,int}.distance() to {float,int}.absolute_difference(), remove ↵inoas2022-04-16
| | | | {float,int}.random_to()
* csinoas2022-04-16
|
* add int.distance()inoas2022-04-16
|
* refactor, cleanupinoas2022-04-16
|
* cleanupinoas2022-04-16
|
* wipinoas2022-04-16
|
* wip: still missing some refactoring and average/median testsinoas2022-04-16
|
* erlang-buginoas2022-04-16
|
* fixes and refactoringinoas2022-04-16
|
* commentsinoas2022-04-16
|
* commentsinoas2022-04-16
|
* wipinoas2022-04-16
|
* fix jsinoas2022-04-16
|
* add random_seedinoas2022-04-16
|
* JavaScript implementation of the module's receives fallback code for ↵inoas2022-04-12
| | | | NodeJS 14 compatibility
* unify func doc styleinoas2022-04-06
|
* ran gleam format, added change log entryinoas2022-04-06
|
* explicit typeinoas2022-04-06
|
* Add tap/1inoas2022-04-06
| | | Shamelessy stolen and adopted from @hayleigh-dot-dev and https://hexdocs.pm/elixir/main/Kernel.html#tap/2
* Remove lowercase usageMcKayla Washburn2022-03-08
|
* Tests + docsMcKayla Washburn2022-03-08
|
* Add `to_string` method to bool.gleamMcKayla Washburn2022-03-08
|
* Fix record-based map keys for JStynanbe2022-03-06
|
* Move test FFI to test moduleLouis Pilfold2022-03-01
|
* Fix `string.length` for empty JS stringstynanbe2022-03-01
|
* fix dynamic.gleam optional example Dave Lage2022-02-24
| | | Extra gleam
* Correct markdownLouis Pilfold2022-02-22
|
* :art: Run gleam-format so I don't get told off.Andy Thompson2022-02-22
|
* :sparkles: Add `new` constructors for empty BitStrings and StringBuilers.Andy Thompson2022-02-22
|
* dynamic.decode9Louis Pilfold2022-02-22
|
* result.unwrap_bothLouis Pilfold2022-02-22
|
* result.unwrap_errorLouis Pilfold2022-02-22
|
* Correct docsLouis Pilfold2022-02-22
|
* result.replaceLouis Pilfold2022-02-22
|
* Add float.compare_with_toleranceSebastian2022-02-22
|
* Update documentation for dynamic.mapSebastian2022-02-20
|
* Fix copypasta mistake in decode.list documentationMichał Łępicki2022-02-17
| | | and in decode.shallow_list documentation say decode.list is a function
* docs: improve string.to_option exampleFilip Figiel2022-02-10
| | | the `to_option("")` example was repeated twice, I figured it was a mistake. Other examples use the word hats so I added it here too.
* Fix forgotten comma in map.update documentationMartin Janiczek2022-02-06
|
* Fix field errorLouis Pilfold2022-01-14
|
* Fix unicode printingLouis Pilfold2022-01-14
|
* v0.19.2v0.19.2Louis Pilfold2022-01-09
|
* Curry mapLouis Pilfold2022-01-09
|
* Curry fieldLouis Pilfold2022-01-09
|
* Curry optionalLouis Pilfold2022-01-09
|