-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Support TOML spec v1.0.0 #373
Comments
I think that for start that should be enough. The specification didn't change too much, it only specified some things more thoroughly. |
@chshersh any idea when v1 support might be added? Really looking forward to using this library, but heterogenous array support is pretty important to my use-case right now. Or, anything I could do to help? Also it seems like there's at least one more addition for v1.0.0: plain fruit.apple.color = "red"
# Defines a table named fruit
# Defines a table named fruit.apple
fruit.apple.taste.sweet = true
# Defines a table named fruit.apple.taste
# fruit and fruit.apple were already created so maybe the # one
fruit.name = "apple"
# two
[fruit]
name = "apple" I'm still getting familiar with this library, but it seems like these two methods would be queried differently using the combinators in this library? |
The latest spec is released here:
Need to check what changed since 0.5.0. Probably, will be easier to do together with #372.
The text was updated successfully, but these errors were encountered: