FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/Encoder.ts - uwx/msgpack-javascript · GitHub
uwx
/
msgpack-javascript
Public
forked from
msgpack/msgpack-javascript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
msgpack-javascript
src
Encoder.ts
on
main
User selector
Datepicker
Commit history
Commits on Mar 17, 2023
remove unused imports
gfx
committed
2bb4d74
View commit details
Copy full SHA for 2bb4d74
View code at this point
Browse repository at this point
Commits on Mar 10, 2023
let Encoder and Decoder accept named params as encode() and decode() do
gfx
committed
533207e
View commit details
Copy full SHA for 533207e
View code at this point
Browse repository at this point
Commits on Mar 4, 2023
map BigInt to int64/uint64 when useBigInt64 is set to true
gfx
committed
df46c60
View commit details
Copy full SHA for df46c60
View code at this point
Browse repository at this point
Commits on Mar 3, 2023
drop IE11 support: TextEncoder is supported in all the modern JS engines
gfx
committed
1c91d8e
View commit details
Copy full SHA for 1c91d8e
View code at this point
Browse repository at this point
Commits on Sep 2, 2022
fix #212
gfx
committed
9050c93
View commit details
Copy full SHA for 9050c93
View code at this point
Browse repository at this point
Commits on May 5, 2021
doc
gfx
committed
78837ef
View commit details
Copy full SHA for 78837ef
View code at this point
Browse repository at this point
Commits on May 4, 2021
reset Decoder's state to recover from broken input
gfx
committed
5295681
View commit details
Copy full SHA for 5295681
View code at this point
Browse repository at this point
Commits on Mar 22, 2021
importsNotUsedAsValues: error; the most strict way to control imports
gfx
committed
f46d1a2
View commit details
Copy full SHA for f46d1a2
View code at this point
Browse repository at this point
Commits on Sep 27, 2020
Simplify the use of Text Encoding features
gfx
committed
729f05a
View commit details
Copy full SHA for 729f05a
View code at this point
Browse repository at this point
Commits on Sep 20, 2020
Update name
carbotaniuman
committed
257deaf
View commit details
Copy full SHA for 257deaf
View code at this point
Browse repository at this point
Commits on Sep 15, 2020
Add `forceFloat` option for integers
carbotaniuman
committed
b8fe7e3
View commit details
Copy full SHA for b8fe7e3
View code at this point
Browse repository at this point
Commits on Sep 6, 2020
fix the order of args in Decoder/Encoder
gfx
committed
1a06ae2
View commit details
Copy full SHA for 1a06ae2
View code at this point
Browse repository at this point
cleanup interfaces
gfx
committed
9825173
View commit details
Copy full SHA for 9825173
View code at this point
Browse repository at this point
mark public or private for Encoder / Decoder
gfx
committed
33a3446
View commit details
Copy full SHA for 33a3446
View code at this point
Browse repository at this point
make Encoder/Decoder instances easily reusable
gfx
committed
9b1aefa
View commit details
Copy full SHA for 9b1aefa
View code at this point
Browse repository at this point
Commits on Mar 3, 2020
add EncodeOptions#ignoreUndefined to ignore undefined values in maps
gfx
committed
dc9ec79
View commit details
Copy full SHA for dc9ec79
View code at this point
Browse repository at this point
Commits on Jan 14, 2020
Added support for custom encoding/decoding context for keeping track of objects
grantila
committed
38ad537
View commit details
Copy full SHA for 38ad537
View code at this point
Browse repository at this point
Commits on Dec 27, 2019
remove WebAssembly stuff because it is not much faster than pureJS
gfx
committed
9d034fe
View commit details
Copy full SHA for 9d034fe
View code at this point
Browse repository at this point
Commits on Jul 18, 2019
s/preferFloat32/forceFloat32/
gfx
committed
91eeb98
View commit details
Copy full SHA for 91eeb98
View code at this point
Browse repository at this point
Commits on Jul 17, 2019
add preferFloat32: boolean option to encode()
gfx
committed
d932bbc
View commit details
Copy full SHA for d932bbc
View code at this point
Browse repository at this point
Commits on Jul 8, 2019
Merge pull request #68 from msgpack/text_encoder
Show description for e4cb3ce
gfx
authored
e4cb3ce
View commit details
Copy full SHA for e4cb3ce
View code at this point
Browse repository at this point
Commits on Jun 24, 2019
fix int8 range in encoding
Show description for 3309514
gfx
committed
3309514
View commit details
Copy full SHA for 3309514
View code at this point
Browse repository at this point
Commits on Jun 16, 2019
use TextEncoder to encode string if available
gfx
committed
514a33f
View commit details
Copy full SHA for 514a33f
View code at this point
Browse repository at this point
Commits on Jun 12, 2019
Merge pull request #66 from msgpack/fix_range_error_on_encoding_blob
Show description for 12afac8
gfx
authored
12afac8
View commit details
Copy full SHA for 12afac8
View code at this point
Browse repository at this point
remove unused method
gfx
committed
d16cfdc
View commit details
Copy full SHA for d16cfdc
View code at this point
Browse repository at this point
fix RangeError in encoding BLOB (resolve #65)
gfx
committed
33f45f0
View commit details
Copy full SHA for 33f45f0
View code at this point
Browse repository at this point
Commits on Jun 11, 2019
remove unused utility
gfx
committed
3c0ee99
View commit details
Copy full SHA for 3c0ee99
View code at this point
Browse repository at this point
add sortKeys option to encode()
gfx
committed
2d54ad1
View commit details
Copy full SHA for 2d54ad1
View code at this point
Browse repository at this point
Commits on Jun 3, 2019
Fix typing in rest params (#55)
sergeyzenchenko
authored
8bb1774
View commit details
Copy full SHA for 8bb1774
View code at this point
Browse repository at this point
Commits on May 27, 2019
change Encoder's DEFAULT_INITIAL_BUFFER_SIZE to be 2048
gfx
committed
4dc7371
View commit details
Copy full SHA for 4dc7371
View code at this point
Browse repository at this point
use utf8array to output utf8encode results
gfx
committed
efa75be
View commit details
Copy full SHA for efa75be
View code at this point
Browse repository at this point
Commits on May 26, 2019
reduce `new Uint8Array in Encoder`
gfx
committed
ea3fb77
View commit details
Copy full SHA for ea3fb77
View code at this point
Browse repository at this point
Commits on May 25, 2019
tweaks
gfx
committed
afe4f62
View commit details
Copy full SHA for afe4f62
View code at this point
Browse repository at this point
reduce array allocation in encoding maps
gfx
committed
f344780
View commit details
Copy full SHA for f344780
View code at this point
Browse repository at this point
Commits on May 22, 2019
implement the whole string encoder in wasm
gfx
committed
c107406
View commit details
Copy full SHA for c107406
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL