v0.3.0
Pre-release
Pre-release
Added
- Support for iterating over all tables at a given level with
tables(_: [String])
method.- Resolves Issue #2
- Added public API call for retrieving a TOML table at a specified level with
table(from: [String])
method.
Changed
- Rename
arrayWithPath(keyPath: [String])
toarray(_: [String])
for consistency
with the rest of the public API.
Fixed
hasTable(_: [String])
now correctly returns true for implicitly defined tables.