Commit Graph
Select branches
Hide Pull Requests
feature/cbor-tinygo-beta
feature/stream-mode
fxamacker/improve-error-message
fxamacker/refactor-tests-and-fix-spelling-in-comments
fxamacker/refactor-to-use-reflect-funcs
fxamacker/update-comments-and-docs
fxamacker/update-quickstart-embedded-json-tag
fxamacker/update-readme-for-v2.9.0
master
push-pllytzvwwwpp
release-1.5
release-2.1
release-2.7
v0.1.0
v0.1.1
v0.2.0
v0.3.0
v0.4.0
v0.5.0
v1.0.0
v1.0.1
v1.1.0
v1.1.1
v1.1.2
v1.2.0
v1.3.0
v1.3.1
v1.3.2
v1.3.3
v1.3.4
v1.4.0
v1.5.0
v1.5.1
v2.0.0
v2.0.1
v2.1.0
v2.2.0
v2.3.0
v2.3.1
v2.4.0
v2.5.0
v2.5.0-beta
v2.5.0-beta2
v2.5.0-beta3
v2.5.0-beta4
v2.5.0-beta5
v2.6.0
v2.6.0-rc.0
v2.7.0
v2.7.0-beta
v2.7.0-rc.0
v2.7.1
v2.8.0
v2.9.0
Select branches
Hide Pull Requests
feature/cbor-tinygo-beta
feature/stream-mode
fxamacker/improve-error-message
fxamacker/refactor-tests-and-fix-spelling-in-comments
fxamacker/refactor-to-use-reflect-funcs
fxamacker/update-comments-and-docs
fxamacker/update-quickstart-embedded-json-tag
fxamacker/update-readme-for-v2.9.0
master
push-pllytzvwwwpp
release-1.5
release-2.1
release-2.7
v0.1.0
v0.1.1
v0.2.0
v0.3.0
v0.4.0
v0.5.0
v1.0.0
v1.0.1
v1.1.0
v1.1.1
v1.1.2
v1.2.0
v1.3.0
v1.3.1
v1.3.2
v1.3.3
v1.3.4
v1.4.0
v1.5.0
v1.5.1
v2.0.0
v2.0.1
v2.1.0
v2.2.0
v2.3.0
v2.3.1
v2.4.0
v2.5.0
v2.5.0-beta
v2.5.0-beta2
v2.5.0-beta3
v2.5.0-beta4
v2.5.0-beta5
v2.6.0
v2.6.0-rc.0
v2.7.0
v2.7.0-beta
v2.7.0-rc.0
v2.7.1
v2.8.0
v2.9.0
-
1e5ed28b4f
feat: implement TinyGo support for encode
push-pllytzvwwwpp
seedhammer
2025-07-18 21:55:58 +0200 -
d29ad7351bMerge pull request #684 from fxamacker/fxamacker/update-readme-for-v2.9.0 v2.9.0 master
Faye Amacker
2025-07-13 23:00:34 -0500 -
6a631fa250Update README for v2.9.0 and add Red Hat as a user fxamacker/update-readme-for-v2.9.0
Faye Amacker
2025-07-13 20:59:47 -0500 -
8c8d4c3ce4Merge pull request #682 from benluddy/textunmarshaler-bytestringtostring
Faye Amacker
2025-07-12 18:06:22 -0500 -
9bdebd2c0bUse TextUnmarshaler on byte strings with ByteStringToStringAllowed.
Ben Luddy
2025-07-11 11:47:08 -0400 -
a89c3ce6eaMerge pull request #680 from fxamacker/dependabot/github_actions/github/codeql-action-3.29.2
Faye Amacker
2025-07-05 10:33:49 -0500 -
7ef1742b5bBump github/codeql-action from 3.29.0 to 3.29.2
dependabot[bot]
2025-07-01 12:05:04 +0000 -
2d79f19334Merge pull request #678 from fxamacker/fxamacker/refactor-tests-and-fix-spelling-in-comments
Faye Amacker
2025-06-29 22:36:42 -0500 -
0b94ce794b
Fix comments to use one "l" in marshal*
fxamacker/refactor-tests-and-fix-spelling-in-comments
Faye Amacker
2025-06-29 20:06:59 -0500 -
508be9165f
Rename two test funcs that can panic
Faye Amacker
2025-06-29 19:51:48 -0500 -
9251397c64
Refactor test to use fmt.Appendf
Faye Amacker
2025-06-29 19:48:30 -0500 -
b4af226c7d
Refactor tests to improve readability
Faye Amacker
2025-06-29 19:43:04 -0500 -
4e825ca4d2Merge pull request #673 from benluddy/json-interface-transcoding
Faye Amacker
2025-06-17 19:10:27 -0500 -
ba129ebd42Add optional support for json.Unmarshaler.
Ben Luddy
2025-06-10 15:42:32 -0400 -
d8e0aa63e6Add optional encoding support for json.Marshaler.
Ben Luddy
2025-06-10 14:02:27 -0400 -
a8dbe3e5c3Merge pull request #672 from benluddy/text-un-marshaler
Faye Amacker
2025-06-16 18:23:29 -0500 -
db9afc542aReplace empty encode mode test case names.
Ben Luddy
2025-06-16 09:38:35 -0400 -
bf9e7d09e2Add option to decode text strings into encoding.TextUnmarshalers.
Ben Luddy
2025-06-11 08:57:26 -0400 -
7a9dbd0b0aAdd option to marshal encoding.TextMarshalers to CBOR text strings.
Ben Luddy
2025-06-11 08:34:30 -0400 -
d81767dfccMerge pull request #674 from fxamacker/dependabot/github_actions/github/codeql-action-3.29.0
Faye Amacker
2025-06-14 10:23:59 -0500 -
ab84f38373Merge pull request #671 from adeinega/p
Faye Amacker
2025-06-14 10:22:13 -0500 -
1a69476094Bump github/codeql-action from 3.28.19 to 3.29.0
dependabot[bot]
2025-06-12 09:08:31 +0000 -
6d25d3f82f
Fix typos here and there.
adeinega
2025-06-10 13:31:56 -0700 -
3e7e03652cMerge pull request #670 from fxamacker/fxamacker/improve-error-message
Faye Amacker
2025-06-08 13:51:36 -0500 -
a132c35bfe
Improve DupMapKeyError message
fxamacker/improve-error-message
Faye Amacker
2025-06-08 12:51:32 -0500 -
f637d45b5cMerge pull request #667 from fxamacker/dependabot/github_actions/github/codeql-action-3.28.19
Faye Amacker
2025-06-07 14:29:15 -0500 -
2cdcb17d0cBump github/codeql-action from 3.28.18 to 3.28.19
dependabot[bot]
2025-06-04 09:52:25 +0000 -
0a60138d12Merge pull request #664 from fxamacker/dependabot/github_actions/github/codeql-action-3.28.18
Faye Amacker
2025-05-20 07:15:15 -0500 -
cad5c27bc7Bump github/codeql-action from 3.28.17 to 3.28.18
dependabot[bot]
2025-05-19 09:49:42 +0000 -
6d626276a0Merge pull request #663 from fxamacker/fxamacker/refactor-to-use-reflect-funcs
Faye Amacker
2025-05-18 19:14:23 -0500 -
4c238c9a21Merge pull request #662 from fxamacker/fxamacker/update-quickstart-embedded-json-tag
Faye Amacker
2025-05-18 16:52:28 -0500 -
8caf8f0327Update README for Embedded JSON Tag for CBOR fxamacker/update-quickstart-embedded-json-tag
Faye Amacker
2025-05-18 16:21:45 -0500 -
23293ce720
Replace code with reflect Value.SetZero()
fxamacker/refactor-to-use-reflect-funcs
Faye Amacker
2025-05-18 15:17:41 -0500 -
dce29d6706
Replace code with StructField.IsExported()
Faye Amacker
2025-05-18 13:53:24 -0500 -
fe7bae620fMerge pull request #661 from fxamacker/dependabot/github_actions/actions/setup-go-5.5.0
Faye Amacker
2025-05-10 08:35:59 -0500 -
a1b00ee9dcBump actions/setup-go from 5.4.0 to 5.5.0
dependabot[bot]
2025-05-08 09:32:21 +0000 -
c15166b972Merge pull request #660 from fxamacker/dependabot/github_actions/github/codeql-action-3.28.17
Faye Amacker
2025-05-04 09:28:00 -0500 -
96cabe1120Bump github/codeql-action from 3.28.16 to 3.28.17
dependabot[bot]
2025-05-02 09:31:10 +0000 -
2779884d30Merge pull request #659 from fxamacker/fxamacker/update-comments-and-docs
Faye Amacker
2025-04-27 18:09:43 -0500 -
92f7b97a36
Add example of Embedded JSON Tag for CBOR
fxamacker/update-comments-and-docs
Faye Amacker
2025-04-26 18:34:15 -0500 -
df7db22e3a
Improve docs for CBOR time encoding options
Faye Amacker
2025-04-26 15:25:56 -0500 -
b961ec4927Update comments in tag.go
Faye Amacker
2025-04-26 11:51:58 -0500 -
b4748bf734Merge pull request #658 from fxamacker/dependabot/github_actions/github/codeql-action-3.28.16
Faye Amacker
2025-04-26 07:41:25 -0500 -
148e522e0aBump github/codeql-action from 3.28.15 to 3.28.16
dependabot[bot]
2025-04-24 09:44:33 +0000 -
08b5ff9fc2Merge pull request #651 from fxamacker/dependabot/github_actions/github/codeql-action-3.28.15
Faye Amacker
2025-04-13 21:57:53 -0500 -
b95b6910f2Merge pull request #655 from theory/doc-stuff
Faye Amacker
2025-04-13 20:41:24 -0500 -
b46b74de47Fix IntDecConvertSignedOrBigInt doc comment
David E. Wheeler
2025-04-13 14:23:53 -0400 -
80633d5197Merge pull request #653 from fxamacker/fxamacker/update-readme-for-special-field-tag
Faye Amacker
2025-04-13 11:55:55 -0500 -
474d4b13afREADME: Document struct field tag "-"
Faye Amacker
2025-04-13 10:06:10 -0500 -
b4a71df1b6Bump github/codeql-action from 3.28.13 to 3.28.15
dependabot[bot]
2025-04-08 09:12:42 +0000 -
6f932b0868Merge pull request #650 from fxamacker/fxamacker/update-stream-mode-with-v2.8 feature/stream-mode
Faye Amacker
2025-04-02 14:40:37 -0500 -
893e81ba89Merge pull request #640 from fxamacker/fxamacker/update-stream-mode-with-v2.7
Faye Amacker
2025-04-02 14:39:26 -0500 -
8bb2c1a19c
Merge tag 'v2.8.0' into fxamacker/update-stream-mode-with-v2.8
Faye Amacker
2025-04-01 11:59:20 -0500 -
cbe7442e9eUpdate docs for cbor v2.8.0 (#649) v2.8.0
Faye Amacker
2025-03-30 13:25:59 -0500 -
948c054444Merge pull request #648 from fxamacker/fxamacker/port-pr-647-to-2.7-branch v2.7.1 release-2.7
Faye Amacker
2025-03-29 20:05:46 -0500 -
608e40e88e
Optimize calls to UnmarshalCBOR() for RawTag, etc.
Faye Amacker
2025-03-27 18:57:34 -0500 -
c9f772d6d1Merge pull request #647 from fxamacker/fxamacker/optimize-unmarshalcbor-for-cbor-builtin-structs
Faye Amacker
2025-03-28 09:27:52 -0500 -
64fbdbc70d
Optimize calls to UnmarshalCBOR() for RawTag, etc.
Faye Amacker
2025-03-27 18:57:34 -0500 -
fe81c11acbMerge pull request #645 from fxamacker/fxamacker/port-pr-636-to-master-branch
Faye Amacker
2025-03-26 22:37:15 -0500 -
d81ecdda4b
Check CBOR well-formedness in ByteString.UnmarshalCBOR
Faye Amacker
2025-03-16 20:23:25 -0500 -
4f3c6a5886
Check CBOR well-formedness in SimpleValue.UnmarshalCBOR
Faye Amacker
2025-03-16 19:55:18 -0500 -
621c6665ca
Check CBOR well-formedness in RawTag.UnmarshalCBOR
Faye Amacker
2025-03-16 15:37:45 -0500 -
d34c8ec592Merge pull request #644 from liggitt/omitzero
Faye Amacker
2025-03-26 15:21:05 -0500 -
69da12b0b4Adjust OmitZero tests to zero behavior
Jordan Liggitt
2025-03-25 16:05:19 -0400 -
101dea75b0Copy OmitEmpty tests to OmitZero tests
Jordan Liggitt
2025-03-25 16:04:47 -0400 -
167dc75c19Add omitzero support
Jordan Liggitt
2025-03-25 15:19:59 -0400 -
a2a5c5ae80Merge pull request #642 from fxamacker/dependabot/github_actions/github/codeql-action-3.28.13
Faye Amacker
2025-03-25 08:14:42 -0500 -
d395852ddbBump github/codeql-action from 3.28.12 to 3.28.13
dependabot[bot]
2025-03-25 09:26:15 +0000 -
166983ea24Merge pull request #641 from fxamacker/dependabot/github_actions/github/codeql-action-3.28.12
Faye Amacker
2025-03-22 10:21:51 -0500 -
fcafe06327Merge pull request #639 from fxamacker/dependabot/github_actions/actions/setup-go-5.4.0
Faye Amacker
2025-03-22 10:21:29 -0500 -
7c72f96160Merge pull request #637 from sschulz-t/fix/tag-doc
Faye Amacker
2025-03-22 09:58:16 -0500 -
00478930d2
Restore MaxMapPairs limit for feature/stream-mode
Faye Amacker
2025-03-21 16:54:04 -0500 -
f30c336bbeBump github/codeql-action from 3.28.11 to 3.28.12
dependabot[bot]
2025-03-20 09:51:07 +0000 -
379167c29d
Lint
Faye Amacker
2025-03-19 10:57:30 -0500 -
62b894b173
Merge tag 'v2.7.0' into fxamacker/update-stream-mode-with-master
Faye Amacker
2025-03-19 10:17:47 -0500 -
7f0fef7083Bump actions/setup-go from 5.3.0 to 5.4.0
dependabot[bot]
2025-03-19 09:32:10 +0000 -
337ac607b5
fix typo in example
Simon Schulz
2025-03-18 12:43:25 +0100 -
efbaf6c3a0Merge pull request #636 from fxamacker/fxamacker/check-wellformedness-in-UnmarshalCBOR
Faye Amacker
2025-03-17 23:01:56 -0500 -
c3ffc7a1de
Check CBOR well-formedness in ByteString.UnmarshalCBOR
Faye Amacker
2025-03-16 20:23:25 -0500 -
8a96f6d88c
Check CBOR well-formedness in SimpleValue.UnmarshalCBOR
Faye Amacker
2025-03-16 19:55:18 -0500 -
19b7fb6109
Check CBOR well-formedness in RawTag.UnmarshalCBOR
Faye Amacker
2025-03-16 15:37:45 -0500 -
b1949d2397Merge pull request #633 from fxamacker/dependabot/github_actions/github/codeql-action-3.28.11
Faye Amacker
2025-03-12 23:11:05 -0500 -
cf5fbfb812Bump github/codeql-action from 3.28.10 to 3.28.11
dependabot[bot]
2025-03-10 09:42:16 +0000 -
5ab6c9281aMerge pull request #631 from fxamacker/dependabot/github_actions/github/codeql-action-3.28.10
Faye Amacker
2025-03-02 16:38:28 -0600 -
9cd84f26d1Bump github/codeql-action from 3.28.9 to 3.28.10
dependabot[bot]
2025-02-24 09:50:32 +0000 -
9357f00454Merge pull request #630 from fxamacker/fxamacker/add-missing-copyright-to-a-few-files
Faye Amacker
2025-02-23 16:59:28 -0600 -
728e5ac128Add missing copyright notice to json_test.go
Faye Amacker
2025-02-23 16:57:39 -0600 -
fcb7848012Add missing copyright notice to tag_test.go
Faye Amacker
2025-02-23 16:40:26 -0600 -
d793074e33Add missing copyright notice to tag.go
Faye Amacker
2025-02-23 16:39:49 -0600 -
94619f8cecAdd missing copyright notice to simplevalue.go
Faye Amacker
2025-02-23 16:33:52 -0600 -
0263af4182Merge pull request #629 from fxamacker/fxamacker/replace-reflect-ptrto
Faye Amacker
2025-02-22 14:34:41 -0600 -
c26c5a219eMerge pull request #628 from fxamacker/fxamacker/replace-reflect-ptr
Faye Amacker
2025-02-22 14:33:57 -0600 -
34c6f2b442
Replace reflect.PtrTo with reflect.PointerTo
Faye Amacker
2025-02-22 14:25:35 -0600 -
2e3b625a2fMerge pull request #627 from fxamacker/fxamacker/replace-empty-interface
Faye Amacker
2025-02-22 14:21:49 -0600 -
50b362d72f
Replace reflect.Ptr with reflect.Pointer
Faye Amacker
2025-02-22 14:20:19 -0600 -
9fa2077793
Replace interface{} with any
Faye Amacker
2025-02-22 14:05:53 -0600 -
57985adf1dMerge pull request #626 from fxamacker/fxamacker/update-to-require-go1.20
Faye Amacker
2025-02-22 13:51:51 -0600 -
40e05c4d19Remove build tag in encode_map.go
Faye Amacker
2025-02-22 12:39:23 -0600 -
f406e90b38Delete encode_map_go117.go
Faye Amacker
2025-02-22 12:33:38 -0600 -
eccd7b1880go.mod: bump go from 1.17 to 1.20
Faye Amacker
2025-02-22 12:24:02 -0600