aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* v0.33.1v0.33.1Louis Pilfold2023-12-02
|
* Changes!Louis Pilfold2023-12-02
|
* Fix to_graphemes on JS when Intl.Segmenter not availableLouis Pilfold2023-12-02
|
* docs: Add string.byte_size exampleErika Rowland2023-12-02
|
* v0.33.0v0.33.0Louis Pilfold2023-11-30
|
* Fix git mistakeLouis Pilfold2023-11-30
|
* Fix inexhaustive matchLouis Pilfold2023-11-30
|
* Fix inexhaustive casesLouis Pilfold2023-11-27
|
* Remove deprecated test modulesLouis Pilfold2023-11-27
|
* Changes!Louis Pilfold2023-11-21
|
* Yet more renamingLouis Pilfold2023-11-21
|
* Rename in JS FFILouis Pilfold2023-11-21
|
* Changes!Louis Pilfold2023-11-21
|
* map -> dictLouis Pilfold2023-11-21
|
* Panic on bool.lazy_guard test branches that shouldn't runtynanbe2023-11-18
|
* Add bool.lazy_guardtynanbe2023-11-18
|
* Separate examples for tuple5Alex Rothuis2023-11-13
|
* Fix docs formatting for dynamic.tuple4 examplesAlex Rothuis2023-11-13
|
* v0.32.1v0.32.1Louis Pilfold2023-11-11
|
* JS implLouis Pilfold2023-11-11
|
* Changes!Louis Pilfold2023-11-11
|
* Improve string inspect map formattingLouis Pilfold2023-11-11
|
* Document division by zeroLouis Pilfold2023-11-11
|
* Update string.gleaminoas2023-11-05
|
* fix-exampleinoas2023-11-05
|
* v0.32.0v0.32.0Louis Pilfold2023-11-01
|
* Changes!Louis Pilfold2023-10-31
|
* Correctly print non-byte aligned bit arraysLouis Pilfold2023-10-31
|
* Changes!Louis Pilfold2023-10-26
|
* Hex!Louis Pilfold2023-10-26
|
* Remove unneededLouis Pilfold2023-10-26
|
* Changes!Louis Pilfold2023-10-26
|
* Deprecate gleam/baseLouis Pilfold2023-10-26
|
* Update versionsLouis Pilfold2023-10-26
|
* Rename to bit arrayLouis Pilfold2023-10-26
|
* inspect for JS now lives in this packageLouis Pilfold2023-10-26
|
* No longer depend on the .is* JS prelude methodsLouis Pilfold2023-10-26
|
* Use nightlyLouis Pilfold2023-10-26
|
* Add labelsLouis Pilfold2023-10-26
|
* bytes_builderLouis Pilfold2023-10-26
|
* Run gleam fix, make bit_array moduleLouis Pilfold2023-10-26
|
* Remove unusedLouis Pilfold2023-10-26
|
* docs: Fix list.group exampleErika Rowland2023-10-24
|
* use consistent naming for predicate function argumentsGiacomo Cavalieri2023-10-23
|
* rename `set.filter` label from `for` to `keeping`Giacomo Cavalieri2023-10-23
|
* rename `map.filter` label from `for` to `keeping`Giacomo Cavalieri2023-10-23
|
* rename `iterator.filter` label from `for` to `keeping`Giacomo Cavalieri2023-10-23
|
* rename `list.filter` label from `for` to `keeping`Giacomo Cavalieri2023-10-23
|
* Update result.gleam to remove inoperable examplesGavin McGimpsey2023-10-19
|
* Update result.gleam to clarify try and add examples of useGavin McGimpsey2023-10-19
| | | I found result.try confusing when I had not realized that it could "replace" an `Ok` with an `Error`. I also did not understand its use in function chaining because I hadn't seen an example of a function call creating the result that it takes as input. This changes the language to offer a more specific description of what result.try does, and to show examples of use that will hopefully demonstrate its value more clearly.