FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/Encoder.ts - forkkit/msgpack-javascript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
forkkit
/
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
master
User selector
Datepicker
Commit history
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
Commits on May 16, 2019
implement utf8CountWasm()
gfx
committed
e36f068
View commit details
Copy full SHA for e36f068
View code at this point
Browse repository at this point
Commits on May 9, 2019
throws errors if map object is too large (size > 2**32)
gfx
committed
ba80d62
View commit details
Copy full SHA for ba80d62
View code at this point
Browse repository at this point
refine int64 handling
gfx
committed
64553cc
View commit details
Copy full SHA for 64553cc
View code at this point
Browse repository at this point
Commits on May 8, 2019
reduce temp vars
gfx
committed
7c58f97
View commit details
Copy full SHA for 7c58f97
View code at this point
Browse repository at this point
cleanup ExtData struct
gfx
committed
332c391
View commit details
Copy full SHA for 332c391
View code at this point
Browse repository at this point
make initialBufferSize of Encoder configuable
gfx
committed
2c69f74
View commit details
Copy full SHA for 2c69f74
View code at this point
Browse repository at this point
make Encoder to handle bigint with ExtensionCodec
gfx
committed
ac2529e
View commit details
Copy full SHA for ac2529e
View code at this point
Browse repository at this point
Commits on May 6, 2019
cleanup
gfx
committed
b4262ff
View commit details
Copy full SHA for b4262ff
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL