You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think within a few months or even weeks of stabilizing the API and internals, we should be able to release a stable version.
Any concerns so far? Issues or improvements that are worth mentioning?
I am currently on the fence about the following:
Defaults
Should array trailing commas be the default? Yes/No?
I like it, not sure how people using TOML feel so far.
Any other reasonable defaults?
Or should the default be "roundtrip" safe, minimal changes.
And instead, adding the ::diffFriendly() wrapper it becomes quickly what we want anyway here?
Also
Null byte property names - Currently fails 1 valid test due to PHP limitation. Document as known limitation or find
workaround?
Control character validation - Currently lenient for performance. Should 1.0 enforce strict validation by default?
TOML version default - Should the default be TOML 1.0 (more widely supported) or 1.1? (Do we have to major every time we want to go with next minor release?)
I think within a few months or even weeks of stabilizing the API and internals, we should be able to release a stable version.
Any concerns so far? Issues or improvements that are worth mentioning?
I am currently on the fence about the following:
Defaults
Should array trailing commas be the default? Yes/No?
I like it, not sure how people using TOML feel so far.
Any other reasonable defaults?
Or should the default be "roundtrip" safe, minimal changes.
And instead, adding the ::diffFriendly() wrapper it becomes quickly what we want anyway here?
Also
workaround?
Feature Completeness
Finally