aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* fix documentation examplesJoshua Reusch2024-08-13
|
* Changes!Louis Pilfold2024-08-13
|
* improve pop_grapheme performanceJoshua Reusch2024-08-13
|
* Changes!Louis Pilfold2024-07-29
|
* apply functionsLouis Pilfold2024-07-29
|
* fix bad testÉtienne Lévesque2024-07-29
|
* fix: Fix js trim implementation removing commasÉtienne Lévesque2024-07-29
|
* Fixing wrong argument name in the doc example for set.filterMarius Iversen2024-07-19
|
* Fix gleam/regex replace examples OK casingAntónio Dias2024-07-18
|
* Changes!Louis Pilfold2024-07-17
|
* Add changelog entryMichael Jones2024-07-17
|
* Add per-target tests for optional field errorMichael Jones2024-07-17
| | | | | As the error is different in each case. There might be a preferred way of handling this.
* Remove optional decoding of optional_field valueMichael Jones2024-07-17
| | | | | We are happy with it being an optional key and a regular value. Not an implicitly optional value.
* Add failing tests for optional field behaviourMichael Jones2024-07-17
| | | | | | optional_field currently treats the key as being optional but incorrectly treats the value as being nullable. We want the key to be optional but the value to be normal.
* Changes!Louis Pilfold2024-07-17
|
* Correct implementation of uri.origin and add tests for default portsNick Wilson2024-07-17
|
* Changes!Louis Pilfold2024-07-17
|
* Fix float_test with float.loosely_equalsHudson C. Dalpra2024-07-17
|
* Test fractional numbers for float.moduloHudson C. Dalpra2024-07-17
|
* Add float.moduloHudson C. Dalpra2024-07-17
|
* Update testsLouis Pilfold2024-07-12
|
* No dict updateLouis Pilfold2024-07-12
|
* No order min maxLouis Pilfold2024-07-12
|
* No unsafeLouis Pilfold2024-07-12
|
* No curryLouis Pilfold2024-07-12
|
* Explicitly note OTP versionsLouis Pilfold2024-07-09
|
* 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 ↵Rado2024-06-23
| | | | of the module functions
* 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
| | | This native JS implementation is 13-14x faster in simple benchmarks.
* Update changelog.Julia Pitts2024-06-18
|
* Update the test to make use of the output type being different than the ↵Julia Pitts2024-06-18
| | | | input type.
* 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 ↵Brad Lewis2024-06-05
| | | | behaviour between erlang and javascript runtimes