Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.0.0: Improve object encoding and decoding #862

Merged
merged 33 commits into from
Jun 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
d003221
Improved encoding & decoding work, still work in progress
jasonpaulos Mar 25, 2024
6bdc9ba
Fix up transactions unit test
jasonpaulos Mar 27, 2024
6e80bd6
Fixing type errors
jasonpaulos Mar 28, 2024
71999a6
Update cucumber test branch
jasonpaulos Mar 28, 2024
6f58347
Fix more type errors
jasonpaulos Mar 29, 2024
312fd65
Untyped model
jasonpaulos Apr 2, 2024
04af841
Fixed untyped value conversions
jasonpaulos Apr 2, 2024
564c889
Temporarily disable block parsing unit tests
jasonpaulos Apr 3, 2024
6637ead
Fix integration test errors
jasonpaulos Apr 4, 2024
6235396
Update examples
jasonpaulos Apr 4, 2024
1ecb5e2
Initial work on unifying msgp and json paths with a schema object
jasonpaulos Apr 5, 2024
abcbd9a
Make everything Encodable, including generated models
jasonpaulos Apr 11, 2024
d6c4913
Fix most unit tests
jasonpaulos Apr 30, 2024
54aeb78
Update json decoding references
jasonpaulos May 1, 2024
3b99c59
Passing unit tests
jasonpaulos May 2, 2024
3d911fc
Type issue
jasonpaulos May 2, 2024
65e0724
Fixing integration test failures
jasonpaulos May 2, 2024
381347d
fix mistake
jasonpaulos May 2, 2024
7e6ca55
Simplifying code
jasonpaulos May 10, 2024
0a493ae
Remove BaseModel, introduce tests for Schemas
jasonpaulos May 10, 2024
272df51
Fix issues
jasonpaulos May 10, 2024
b11917b
Clean up box translation
jasonpaulos May 10, 2024
3016e9a
Regenerate types, simplify toEncodingData
jasonpaulos May 23, 2024
ce0d857
Clean up generation of toEncodingData and fromEncodingData functions
jasonpaulos May 28, 2024
d72e724
Mark types.ts as generated following https://github.com/github-lingui…
ohill May 29, 2024
b864c24
set linguist-generated=true https://docs.github.com/en/repositories/w…
ohill May 29, 2024
f79528e
Remove `required` from NamedMapEntry & introduce OptionalSchema in it…
jasonpaulos May 30, 2024
6c90132
Fix integration test error
jasonpaulos May 31, 2024
8a29264
Expose and test encode/decodeJSON
jasonpaulos Jun 4, 2024
f67acb6
Migration guide update
jasonpaulos Jun 4, 2024
d11db00
typo
jasonpaulos Jun 4, 2024
c82a856
docstrings
jasonpaulos Jun 4, 2024
86a6e11
Update .test-env
jasonpaulos Jun 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Regenerate types, simplify toEncodingData
  • Loading branch information
jasonpaulos committed May 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 3016e9a12e139a89b7c7974ca62009a623f9a91c
Loading