aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* v0.39.0v0.39.0Louis Pilfold2024-07-09
* Deduplicate gleam/order negate examplesAntónio Dias2024-07-05
* fix typo in dict examplesJulian Kalema Lukwata2024-07-05
* Remove target annotationsGiacomo Cavalieri2024-06-25
* Run CI on all supported runtimesRichard Viney2024-06-25
* Split test, remove extra functionLouis Pilfold2024-06-23
* Update changelogRado2024-06-23
* Fix regex.replace documentationRado2024-06-23
* Change the arguments order of regex.replace to be consistent with the rest of...Rado2024-06-23
* Implement regex.replaceRado2024-06-23
* fixed typo in docs for absolute_value func in ints modulefrozen2024-06-23
* Fix `float.parse` failing to parse exponential notation on JavaScriptRichard Viney2024-06-23
* Improve Base64 decode performanceRichard Viney2024-06-23
* Base64 encoding optimisations. Fix encoding of large bit arrays on JS.Richard Viney2024-06-21
* Update changelog.Julia Pitts2024-06-18
* Update the test to make use of the output type being different than the input...Julia Pitts2024-06-18
* Add gleam/set.{map}.Julia Pitts2024-06-18
* Fix iterator.find_map exampleJohannes2024-06-16
* Add test for lazy iterator.yieldJuraj Petráš2024-06-15
* Don't wait for next value in iterator.yieldJuraj Petráš2024-06-15
* Fix word in list module descriptionBill Nunney2024-06-11
* Changes!Louis Pilfold2024-06-05
* FormatLouis Pilfold2024-06-05
* Add tests for all common unicode whitespace to ensure matching trim behaviour...Brad Lewis2024-06-05
* Rework javascript trim behaviour to match erlang behaviourBrad Lewis2024-06-05
* Add test for javascript and erlang trimming mismatchBrad Lewis2024-06-05
* Remove docLouis Pilfold2024-06-02
* do no use outdatedinoas2024-06-02
* fix tests, improve changeloginoas2024-06-02
* changeloginoas2024-06-02
* createupsertinoas2024-06-02
* Fix incorrect example in the `iterator.last` docsJoshua Hall2024-06-01
* update CHANGELOG.mdGioele Bucci2024-05-29
* add -1 test for list.windowGioele Bucci2024-05-29
* Fix infinite recursion loop in `list.window` when `by` is 0Gioele Bucci2024-05-29
* updates changelogthorhj2024-05-29
* adds count function for listthorhj2024-05-29
* Update CI versionLouis Pilfold2024-05-29
* FormatLouis Pilfold2024-05-29
* Changes!Louis Pilfold2024-05-29
* Update changelog with JS changesMichael Mark2024-05-29
* Replaced `JSON.stringify` with new `inspectString`Michael Mark2024-05-29
* gleam formatMichael Mark2024-05-29
* Changed u-ification function to use `io_lib:format`Michael Mark2024-05-29
* Control characters 128-159 are now escapedMichael Mark2024-05-29
* Update CHANGELOG.mdMichael Mark2024-05-29
* Updated CHANGELOG.md edits to new unreleased sectionMichael Mark2024-05-29
* Generalized escape handling for all chars < 32Michael Mark2024-05-29
* Added tests for \b, \v, \e, \fMichael Mark2024-05-29
* Escape control character (\e) handlingMichael Mark2024-05-29