Skip to content

0.2.0#7

Merged
LebJe merged 9 commits into
mainfrom
0.2.0
Feb 12, 2023
Merged

0.2.0#7
LebJe merged 9 commits into
mainfrom
0.2.0

Conversation

@LebJe
Copy link
Copy Markdown
Owner

@LebJe LebJe commented Feb 12, 2023

  • Updated to toml++ v3.3.0
  • Added terseKeyValuePairs to the list of formatting options for toml.encode
  • Tables can be made inline.
  • toml.decode can decode date, time and date-time into userdata or plain tables.
  • Boolean values are decoded as booleans instead of integers. (Boolean values get decoded as integers rather than as booleans #6)
  • Run tests on Windows
  • Start preparing for TOMLInt (userdata type for formatted integers)
  • Use luaunit instead of busted for testing
  • quoteDatesAndTimes now defaults to false.

* Added `terseKeyValuePairs` to the list of formatting options for `toml.encode`
* Tables can be made inline.
* `toml.decode` can decode date, time and date-time into userdata or plain tables.
* Use luaunit instead of busted for testing
* Boolean values are decoded as booleans instead of integers. (#6)
* Run tests on Windows
* Start preparing for TOMLInt (userdata type for formatted integers)
@LebJe LebJe added the enhancement New feature or request label Feb 12, 2023
@LebJe LebJe self-assigned this Feb 12, 2023
@LebJe LebJe linked an issue Feb 12, 2023 that may be closed by this pull request
@LebJe LebJe merged commit ca21f76 into main Feb 12, 2023
@LebJe LebJe deleted the 0.2.0 branch February 12, 2023 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Boolean values get decoded as integers rather than as booleans

1 participant