aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Add Examples to uriSebastian Porto2021-03-13
|
* Add more iterator functions to changelogMarcin Puc2021-03-10
|
* Add iterator.{take_while, drop_while} (#174)Marcin Puc2021-03-10
|
* Add iterator.scan (#173)Marcin Puc2021-03-10
|
* Add iterator.zipMarcin Puc2021-03-10
|
* Upgrade Erlang on CILouis Pilfold2021-03-10
|
* Upgrade setup-erlang actionLouis Pilfold2021-03-09
|
* Add iterate and index to changelogMarcin Puc2021-03-09
|
* Add iterator.index (#169)Marcin Puc2021-03-08
|
* Add iterator.iterateMarcin Puc2021-03-08
|
* Move reverse call to the helperMarcin Puc2021-03-08
|
* Adjust list.take_while test exampleMarcin Puc2021-03-08
|
* Make list.take_while tail recursiveMarcin Puc2021-03-08
|
* Add dynamic.tuple{3,4,5,6} (#165)evuez2021-02-23
|
* Update CHANGELOGevuez2021-02-23
|
* Implement drop_while and take_while in Gleamevuez2021-02-23
|
* Implement list.drop_while and list.take_whileevuez2021-02-23
|
* v0.14.0v0.14.0Louis Pilfold2021-02-18
|
* Remove unneeded assertsLouis Pilfold2021-02-13
|
* Remove extra qualificationLouis Pilfold2021-02-10
|
* Use consistent phrasing in function docsJan Pieper2021-02-01
|
* Fix dialyzer errorLouis Pilfold2021-01-23
|
* ChangelogLouis Pilfold2021-01-23
|
* Add io:get_lineShritesh Bhattarai2021-01-21
|
* Add list.fold_untilSebastian2021-01-21
|
* Add list.window and list.window_by_2 (#156)Sebastian Porto2021-01-19
|
* 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
|