aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAge
* v0.52.0HEADv0.52.0mainLouis Pilfold2025-01-04
|
* Fix non-character handling in `string.utf_codepoint`Ryan M. Moore2025-01-03
| | | | Treats `U+FFFE` and `U+FFFF` as valid Unicode codepoints rather than errors. See #778.
* Remove deprecatedLouis Pilfold2025-01-03
|
* improve precisionyoshi~2025-01-03
|
* v0.51.0v0.51.0Louis Pilfold2024-12-22
|
* Remove deprecatedLouis Pilfold2024-12-22
|
* v0.50.0Louis Pilfold2024-12-22
|
* Add `sample` function to List module, add `log` and `exp` functions to Float ↵Ethan Thoma2024-12-21
| | | | module (#772)
* v0.49.0v0.49.0Louis Pilfold2024-12-19
|
* v0.48.0v0.48.0Louis Pilfold2024-12-17
|
* v0.47.0Louis Pilfold2024-12-17
|
* Remove deprecated buildersLouis Pilfold2024-12-17
|
* updated changelogAlexCodesApps2024-12-17
|
* included test and updated changelogAlexCodesApps2024-12-17
|
* Fix 0.47 changelogRichard Viney2024-12-16
|
* v0.47.0v0.47.0Louis Pilfold2024-12-10
|
* v0.46.0v0.46.0Louis Pilfold2024-12-08
|
* Fix string.trimLouis Pilfold2024-12-08
|
* Fix some typosJoseph T. Lyons2024-12-05
|
* Changes!Louis Pilfold2024-12-05
|
* Specify module of drop_start in CHANGELOG.mdJoseph T. Lyons2024-12-05
|
* Added a note to the changelogJoseph T. Lyons2024-12-05
|
* update CHANGELOG.mdyoshi~2024-12-03
|
* Optimise dict equality check on JavaScriptRichard Viney2024-12-03
|
* v0.45.0v0.45.0Louis Pilfold2024-11-28
|
* Add bit_array.pad_to_bytes. Pad bit arrays when encoding and in bytes_tree.Richard Viney2024-11-28
|
* Optimise string trimming on JavaScriptRichard Viney2024-11-26
|
* v0.44.0v0.44.0Louis Pilfold2024-11-25
|
* Deprecate gleam/regexLouis Pilfold2024-11-25
|
* Deprecate gleam/iteratorLouis Pilfold2024-11-25
|
* Deprecated gleam/queueLouis Pilfold2024-11-25
|
* v0.43.0v0.43.0Louis Pilfold2024-11-17
|
* v0.42.0v0.42.0Louis Pilfold2024-11-15
|
* changelog!Giacomo Cavalieri2024-11-15
|
* changelogGiacomo Cavalieri2024-11-12
|
* Use `_start` and `_end` suffixes on string functionsRichard Viney2024-11-12
|
* Add `bit_size()` and `starts_with()` to `gleam/bit_array`Richard Viney2024-11-11
|
* v0.41.0v0.41.0Louis Pilfold2024-10-31
|
* The `set` module gains the `each` functionmpatajac2024-10-30
|
* Changes!Louis Pilfold2024-10-25
|
* Improve float.to_string on JavaScriptMarco A L Barbosa2024-10-25
|
* deprecate concatGiacomo Cavalieri2024-10-20
|
* Optimise string.repeatRichard Viney2024-10-08
|
* Improve JS string performance by caching the Intl SegmenterRichard Viney2024-10-07
|
* make iterator.do_try_fold tail-recursive (#689)Gareth Pendleton2024-09-05
| | | Co-authored-by: Gareth Pendleton <gareth.pendleton@ninthwave.co.uk>
* Add `to_precision` to `gleam/float` (#668)versecafe2024-09-03
|
* Fix changelogLouis Pilfold2024-08-24
|
* Add `bit_array.compare`sobolevn2024-08-24
|
* v0.40.0v0.40.0Louis Pilfold2024-08-19
|
* Fix sliceLouis Pilfold2024-08-19
| | | | Closes https://github.com/gleam-lang/gleam/issues/3499