aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add int.clamp and float.clampSebastian2021-01-19
|
* Fix markdownLouis Pilfold2021-01-19
|
* Ensure atom exists before atom from_string_testJeff Kreeftmeijer2021-01-17
| | | | | | | | | | `atom_test.from_string_test/0` uses `ok` to test `atom.from_string/0`. However, the availability of the `ok` atom seems to be a side effect of running the test trough eunit. This patch explicitly creates an atom to make sure it exists before using it to test `atom.from_string/1`. It removes the assertion on `expect`, which had the same issue and doesn't seem to test another case.
* Upgrade Gleam on CILouis Pilfold2021-01-13
|
* v0.13.0v0.13.0Louis Pilfold2021-01-13
|
* Format codeLouis Pilfold2021-01-13
|
* Rename helper function to do_index_foldSebastian2021-01-13
|
* Refactor index_fold to do only one passSebastian2021-01-13
|
* Update try_fold to return `Result(a,e)`Sebastian2021-01-13
|
* Add try_foldSebastian2021-01-13
|
* Add list.index_foldSebastian2021-01-13
|
* Add result.replace_errorSebastian2021-01-12
|
* Change queue.from_list. Fix queue.pop_back and queue.pop_frontSebastian Porto2020-12-21
|
* Add list.permutationsSebastian2020-12-17
|
* Add int.absolute_valueSebastian2020-12-17
|
* Add bit_builder.from_string_builderMichał Łępicki2020-12-06
|
* Fix typo in nand docs (they referenced nor)Quinn Wilton2020-12-02
|
* Update CHANGELOG.md with new bool functionsQuinn Wilton2020-12-02
|
* Add bool.nandQuinn Wilton2020-12-02
|
* Add bool.norQuinn Wilton2020-12-02
|
* Add bool.exclusive_norQuinn Wilton2020-12-02
|
* Add bool.exclusive_orQuinn Wilton2020-12-02
|
* run the formattrePeter Saxton2020-12-02
|
* add lazy unwrapPeter Saxton2020-12-02
|
* changelog entryPeter Saxton2020-12-02
|
* implement a lazy or functionPeter Saxton2020-12-02
|
* Include repository infoLouis Pilfold2020-11-30
|
* Fix float.parse/1 returned error value in example (#137)Michał Łępicki2020-11-29
|
* Fix string compare function docs (#134)bossek2020-11-27
| | | Co-authored-by: Lubos Vesely <lubos.vesely@altworx.com>
* Fix rebar3 eunit documentation linkMichał Łępicki2020-11-26
| | | closes #132
* Fix documentation typoLouis Pilfold2020-11-22
|
* Format codeLouis Pilfold2020-11-15
|
* Gleam v0.12.1 on CILouis Pilfold2020-11-15
|
* Remove no longer needed module aliasesLouis Pilfold2020-11-15
|
* Add result and typed_result to dynamicdrew2020-11-07
|
* Add product function to int and float modulesConnor Schembor2020-11-06
|
* ci: bump gleam version on CIlrosa0072020-11-04
|
* chore: update changeloglrosa0072020-11-04
|
* feat(float): add sum functionlrosa0072020-11-04
|
* feat(int): add sum functionlrosa0072020-11-04
|
* Remove the gleam binary file from the repositoryMichał Łępicki2020-11-04
|
* Discord badgeLouis Pilfold2020-11-04
|
* v0.12.0v0.12.0Louis Pilfold2020-11-04
|
* feat(iterator): add find functionlrosa0072020-11-03
|
* Add `step` eliminator for iteratorsdrew2020-11-03
| | | | | The `step` function allows eager access to the first item in the iterator, but does not force the rest of the iterator.
* Add flat_map and friends to iteratordrew2020-11-03
| | | | | | | | The following functions are added to iterator: * append * flatten * flat_map
* gleam/os add timestamp function (#117)Lucas Rosa2020-11-03
|
* Add percent_encode and percent_decode (#121)Sebastian Porto2020-10-31
|
* Add to_float function for int moduleConnor Schembor2020-10-30
|
* Update string.gleamMichał Łępicki2020-10-29
|