Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove deprecated | Louis Pilfold | 2024-12-22 |
| | |||
* | Recursive decoder | Louis Pilfold | 2024-12-22 |
| | |||
* | Decode JS objects, maps, weakmaps | Louis Pilfold | 2024-12-22 |
| | |||
* | New decode module | Louis Pilfold | 2024-12-22 |
| | |||
* | Format | Louis Pilfold | 2024-12-21 |
| | |||
* | Add `sample` function to List module, add `log` and `exp` functions to Float ↵ | Ethan Thoma | 2024-12-21 |
| | | | | module (#772) | ||
* | remove min | YilunAllenChen | 2024-12-19 |
| | |||
* | add min/max to gleam/list | YilunAllenChen | 2024-12-19 |
| | |||
* | Remove deprecated builders | Louis Pilfold | 2024-12-17 |
| | |||
* | included test and updated changelog | AlexCodesApps | 2024-12-17 |
| | |||
* | Fix string.trim | Louis Pilfold | 2024-12-08 |
| | |||
* | Optimise dict equality check on JavaScript | Richard Viney | 2024-12-03 |
| | |||
* | Fix typo | Richard Viney | 2024-11-28 |
| | |||
* | Add bit_array.pad_to_bytes. Pad bit arrays when encoding and in bytes_tree. | Richard Viney | 2024-11-28 |
| | |||
* | Optimise string trimming on JavaScript | Richard Viney | 2024-11-26 |
| | |||
* | Remove regex dependency from uri module | Giacomo Cavalieri | 2024-11-25 |
| | |||
* | regex begone | Giacomo Cavalieri | 2024-11-19 |
| | |||
* | add string and bytes tree modules | Giacomo Cavalieri | 2024-11-15 |
| | |||
* | Use `_start` and `_end` suffixes on string functions | Richard Viney | 2024-11-12 |
| | |||
* | Add `bit_size()` and `starts_with()` to `gleam/bit_array` | Richard Viney | 2024-11-11 |
| | |||
* | Apply suggestions from code review | mpatajac | 2024-10-30 |
| | | | Co-authored-by: Louis Pilfold <louis@lpil.uk> | ||
* | The `set` module gains the `each` function | mpatajac | 2024-10-30 |
| | |||
* | Improve float.to_string on JavaScript | Marco A L Barbosa | 2024-10-25 |
| | |||
* | deprecate concat | Giacomo Cavalieri | 2024-10-20 |
| | |||
* | remove iterators from tests | Giacomo Cavalieri | 2024-10-10 |
| | |||
* | make iterator.do_try_fold tail-recursive (#689) | Gareth Pendleton | 2024-09-05 |
| | | | Co-authored-by: Gareth Pendleton <gareth.pendleton@ninthwave.co.uk> | ||
* | Add `to_precision` to `gleam/float` (#668) | versecafe | 2024-09-03 |
| | |||
* | Partially address review | sobolevn | 2024-08-24 |
| | |||
* | Address review | sobolevn | 2024-08-24 |
| | |||
* | More tests | sobolevn | 2024-08-24 |
| | |||
* | Fix js | sobolevn | 2024-08-24 |
| | |||
* | Address review | sobolevn | 2024-08-24 |
| | |||
* | Updates | sobolevn | 2024-08-24 |
| | |||
* | Fix JS tests | sobolevn | 2024-08-24 |
| | |||
* | Fix tests | sobolevn | 2024-08-24 |
| | |||
* | Add `bit_array.compare` | sobolevn | 2024-08-24 |
| | |||
* | Fix slice | Louis Pilfold | 2024-08-19 |
| | | | | Closes https://github.com/gleam-lang/gleam/issues/3499 | ||
* | add test, make erlang and javascript implementation agree #672 | Joshua Reusch | 2024-08-14 |
| | |||
* | Remove `int.InvalidBase` | Giacomo Cavalieri | 2024-08-13 |
| | |||
* | fix bad test | Étienne Lévesque | 2024-07-29 |
| | |||
* | fix: Fix js trim implementation removing commas | Étienne Lévesque | 2024-07-29 |
| | |||
* | Add per-target tests for optional field error | Michael Jones | 2024-07-17 |
| | | | | | As the error is different in each case. There might be a preferred way of handling this. | ||
* | Add failing tests for optional field behaviour | Michael Jones | 2024-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. | ||
* | Correct implementation of uri.origin and add tests for default ports | Nick Wilson | 2024-07-17 |
| | |||
* | Fix float_test with float.loosely_equals | Hudson C. Dalpra | 2024-07-17 |
| | |||
* | Test fractional numbers for float.modulo | Hudson C. Dalpra | 2024-07-17 |
| | |||
* | Add float.modulo | Hudson C. Dalpra | 2024-07-17 |
| | |||
* | Update tests | Louis Pilfold | 2024-07-12 |
| | |||
* | Remove target annotations | Giacomo Cavalieri | 2024-06-25 |
| | |||
* | Run CI on all supported runtimes | Richard Viney | 2024-06-25 |
| |