Next | Query returned 19 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2022-08-10 11:07:59 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tomlkit: updated to 0.11.3

0.11.3

Fixed
- Fix a regression issue that copying an array results in extra `None` items.
- Fix a regression of `array.add_line` that it incorrectly adds a comma to \ 
non-value lines.
   2022-08-08 09:23:51 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tomlkit: updated to 0.11.2

0.11.2

Fixed
- Fix adding float to an integer value.
- Keep the end-of-array style when adding items to or removing items from an array.
- Fix a bug of redundant table header shown when removing children from a super \ 
table.
   2022-07-07 12:43:20 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tomlkit: updated to 0.11.1

0.11.1

Changed

- Keep consistent line endings when changing files.
- Make `KeyAlreadyPresent` and `InvalidStringError` subclasses of `ParseError`.
- Remove empty table from `OutOfOrderTableProxy` when deleting items.
- Raise errors when trying to access unsupported methods on `OutOfOrderTableProxy`.

Fixed
- Fix `unwrap()` for String values to remove the quotes.
   2022-06-04 20:56:16 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tomlkit: updated to 0.11.0

0.11.0

Added
- Add `unwrap` methods that return tomlkit objects recursively converted to \ 
plain python objects.
   2022-04-24 18:52:27 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tomlkit: updated to 0.10.2

0.10.2

Fixed

- Use the plain python string representation of `Key` in `KeyAlreadyPresent` \ 
error message.
- Fix the `astimezone()` and `replace()` methods of datetime objects.
- Add type definitions for `items()` function.
   2022-04-01 11:31:14 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tomlkit: updated to 0.10.1

0.10.1

Fixed
- Preserve the newlines before super tables when rendering.
- Fix the bug that comments are appended with comma when rendering a multiline array.

0.10.0

Fixed
- Fix the only child detection when creating tables.
- Include the `docs/` directory and `CHANGELOG.md` in sdist tarball.
   2022-02-08 09:56:23 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tomlkit: updated to 0.9.1

0.9.1
Fixed
Fix a bug of separators not being kept when replacing the value.
Tuples should be dumped as TOML arrays.
   2022-02-03 10:15:47 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tomlkit: updated to 0.9.0

0.9.0

Added

Add a new argument to table API to allow it to be a super table.
Support adding item to Table and Container with dotted key.

Fixed

Fix a bug of value() API that parses string incompletely.
   2022-01-11 20:17:22 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-tomlkit: added version 0.8.0

TOML Kit is a 1.0.0-compliant TOML library. It includes a parser that preserves
all comments, indentations, whitespace and internal element ordering, and makes
them accessible and editable via an intuitive API. You can also create new TOML
documents from scratch using the provided helpers.

Next | Query returned 19 messages, browsing 11 to 20 | previous