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

scala3 derivation #311

Merged
merged 25 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
9501a3c
implemented scala 3 basic derivation based on mirrors
Apr 21, 2024
5d8555c
fix collect defaults and add tests
road21 Apr 23, 2024
f66ee03
minor fmt fix
road21 Apr 23, 2024
b90f917
Merge pull request #2 from road21/basic_scala3_derivation_fix_collect…
goshacodes Apr 23, 2024
26b3c00
Implemented configurable derivation
Apr 24, 2024
0d5fa8e
scala3: improve recursive type derivation (#4)
dos65 May 20, 2024
127f2c6
review fixes + remove old scala 3 derivation
goshacodes Jul 4, 2024
af29911
rewrited macro to make it more performant
goshacodes Jul 11, 2024
4fc4f8e
refactoring, selector annotations instead of JsonConfig and small imp…
goshacodes Jul 22, 2024
1cc7527
benchmarks
goshacodes Jul 23, 2024
f2d811e
added compat for fieldStyle
goshacodes Jul 23, 2024
646ed51
compatibility for WriterBuilder and ReaderBuilder added
goshacodes Aug 19, 2024
84c5d92
add more compatibility for WriterDerivationConfig and ReaderDerivatio…
goshacodes Aug 20, 2024
dca38a2
more compat for legacy field style
goshacodes Aug 20, 2024
eb7fdfd
more tests for writer builder
goshacodes Aug 28, 2024
b2ecae3
Add readers and writers instances for cats non-empty collections (#284)
Roman-Statsura Apr 23, 2024
8b887b6
Add ci-release
dos65 May 3, 2024
52c8c3d
fix typo in readme
tadasau Apr 21, 2023
a5cb731
Update circe-core to 0.14.7
goshacodes Aug 28, 2024
8a28da4
return auto derivation without recursive types
goshacodes Aug 28, 2024
15eab19
add newlines to the end of file
goshacodes Aug 28, 2024
39f6da9
Merge branch 'master' of github.com:goshacodes/tethys into basic_scal…
goshacodes Aug 28, 2024
e289c51
fix scala.yml
goshacodes Aug 28, 2024
1950406
fix build.sbt formatting
goshacodes Aug 28, 2024
3c77273
fix cats version
goshacodes Aug 28, 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ out
gpg.sbt

modules/**/target
.DS_Store
*/jmh-result.json

.vscode
Expand Down
Loading