Skip to content

Releases: florianmahner/tomlparse

v1.1.1

18 Jun 14:13
971b8e2
Compare
Choose a tag to compare

Change imports. Using the previous release, imports had to be made more explicit:

from tomlparse import argparse
parser = argparse.ArgumentParser()

now, we can do so more straightforward

import tomlparse
parser = tomlparse.ArgumentParser()

v1.1.0

02 May 11:37
a4e5701
Compare
Choose a tag to compare

Refractors the code greatly using latest PR.

v1.0.2

20 Jul 06:23
Compare
Choose a tag to compare

New high level import Patch

v1.0.1

19 Jul 19:46
Compare
Choose a tag to compare
Make small changes in table order

v1.0.0

19 Jul 17:48
c24ad35
Compare
Choose a tag to compare
Update README.md

v0.0.3

13 Feb 15:16
Compare
Choose a tag to compare

Includes to specify root-table as cmld option

v0.0.2

12 Feb 20:27
Compare
Choose a tag to compare
Update general README

v0.0.1a

12 Feb 00:14
Compare
Choose a tag to compare
Change theme of docs