aboutsummaryrefslogtreecommitdiff
path: root/src/gleam_stdlib.mjs
Commit message (Expand)AuthorAge
* Implement regex.replaceRado2024-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
* Rework javascript trim behaviour to match erlang behaviourBrad Lewis2024-06-05
* Replaced `JSON.stringify` with new `inspectString`Michael Mark2024-05-29
* Fix `bit_array` slices of slices on JavaScriptRichard Viney2024-05-20
* fix matching split returning list with Nil on JSPgBiel2024-04-19
* Fix test and warningsLouis Pilfold2024-04-04
* Remove some indirectionLouis Pilfold2024-03-05
* Fix: do not crash w/ TypeError when field decodes a null object (possibly obt...Kero van Gelder2024-02-26
* ChangesLouis Pilfold2024-02-15
* Make bit_array.inspect work on JSRichard Viney2024-02-15
* Remove deprecatedLouis Pilfold2024-01-16
* Fix to_graphemes on JS when Intl.Segmenter not availableLouis Pilfold2023-12-02
* Rename in JS FFILouis Pilfold2023-11-21
* JS implLouis Pilfold2023-11-11
* Hex!Louis Pilfold2023-10-26
* Deprecate gleam/baseLouis 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
* Remove unusedLouis Pilfold2023-10-26
* Bitwise int functionsLouis Pilfold2023-09-04
* Slightly more conciseLouis Pilfold2023-06-22
* improve JS string.join speed (#468)inoas2023-06-22
* string.byte_sizeLouis Pilfold2023-06-21
* Clean up `gleam_stdlib.mjs` sourceMarshall Bowers2023-05-31
* Fix repeated `regex.check()` calls on the same regex on target javascript (#459)inoas2023-05-29
* Fix coerce errors messages, js tuple from list fixesrubytree2023-05-13
* `dynamic.tupleN/2` optimizationrubytree2023-05-13
* Fixes #420rubytree2023-05-13
* Avoid React Native crashLouis Pilfold2023-05-09
* Change `decode_field`'s return typeGiacomo Cavalieri2023-04-29
* Fix `dynamic.field` behaviourGiacomo Cavalieri2023-04-29
* fix decode_map throwing when `null` is being passed in (#432)Danny Martini2023-04-29
* make `regex.scan`'s behavior consistent across targets (#423)shayan javani2023-03-14
* Fix my bad rebaseLouis Pilfold2023-03-13
* js map: decode from Map or ObjectJulian Schurhammer2023-03-13
* js map: refactor into classJulian Schurhammer2023-03-13
* js maps: add more tests and fix stuffJulian Schurhammer2023-03-13
* hash function that can hash most js objectsJulian Schurhammer2023-03-13
* initial implementation of 'hash array mapped trie' structure for persistent mapsJulian Schurhammer2023-03-13
* fix: deno print_error and print_debug to match node implementationbrettkolodny2023-02-18
* fix: deno println to match node implementationbrettkolodny2023-02-18
* only decode as map if plain objectPeter Saxton2023-01-18
* decode javascript object as mapsPeter Saxton2023-01-18
* Decode Uint8ArraysLouis Pilfold2023-01-08
* add string.to_intsinoas2022-12-22
* readd testsinoas2022-12-22