Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jdfergason jdfergason released this 20 Aug 06:55
· 52 commits to master since this release

Added

  • Support for iterating over all tables at a given level with tables(_: [String])
    method.
  • Added public API call for retrieving a TOML table at a specified level with
    table(from: [String]) method.

Changed

  • Rename arrayWithPath(keyPath: [String]) to array(_: [String]) for consistency
    with the rest of the public API.

Fixed

  • hasTable(_: [String]) now correctly returns true for implicitly defined tables.