fsprojects / FSharp.Data

F# Data: Library for Data Access
https://fsprojects.github.io/FSharp.Data
Other
814 stars 288 forks source link

Inline schemas docs #1456

Closed mlaily closed 2 years ago

mlaily commented 2 years ago

As a follow up PR for #1447, here is some documentation about the feature!

The branch is currently on top of the previous PR branch.
Please ignore all but the last two commits until the previous PR is merged and this one is rebased.

Note the TODO in the latest commit: I'm not sure which version will contain this new feature, so I left a version TBD that will have to be replaced before we merge the docs.

cartermp commented 2 years ago

@mlaily I merged the other one, could you rebase this please?

mlaily commented 2 years ago

@cartermp done.

mlaily commented 2 years ago

@cartermp but be careful not to merge this as-is: there is still a TODO to fix (replace a "version TBD" with the expected next version number)

cartermp commented 2 years ago

@mlaily there's a new version out - 4.2.10 - could you add that as appropriate here?

(also I now realize this could have been a 4.3 release, ah well)

mlaily commented 2 years ago

Ha, so much for semantic versioning! :D
(Hopefully, my care for backward compatibility was enough not to break anything in that regard...)

I replaced the version TBD with 4.2.10, updated the commit message, and rebased!

Thank you for your work :)

cartermp commented 2 years ago

We live dangerously.